:root {
  --csvid-bg-header: #fff;
  --csvid-btn: #3d8361;
  --csvid-dropdown: #eeeeee;
  --csvid-nav-hover: #1e6f5c;
  --csvid-dropdown-hov: #289672;
  --csvid-dropdown-link-hov: #29bb89;
  --csvid-light: #000;
  --csvid-heading-color:#fff;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;padding:0;scroll-behavior: smooth;text-align:justify;}
body{
	/*font-family: "Lato", sans-serif;*/
	font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
	font-size: clamp(12px, calc(0.8rem + 0.25vw), 20px);color:#6d6e75;line-height:1.7;text-align:justify;}
a{text-decoration:none}
img{width:100%;max-width:100%}
a, .btn, button, span, p, i, input, select, textarea, li, img, svg path,*::after,*::before,.transition-3,
a:focus,.button:focus{text-decoration:none;outline:none}
a:focus,a:hover{color:inherit;text-decoration:none}
a,button{color:inherit;outline:none;border:none}
button:hover{cursor:pointer}
button:focus{outline:0;border:0}
.uppercase{text-transform:uppercase}
.capitalize{text-transform:capitalize}
h1,h2,h3,h4,h5,h6{
	/*font-family: "Poppins", sans-serif;*/
	font-family:"Jost",sans-serif;
	color:#0e1133;
    margin-top:0px;font-weight:700;line-height:1.5;
    -webkit-transition:all 0.3s ease-out 0s;
    -moz-transition:all 0.3s ease-out 0s;
    -ms-transition:all 0.3s ease-out 0s;
    -o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s}
h1{font-size:clamp(15px, calc(1.2rem + 0.50vw), 25px)}
h2{font-size:36px; margin:15px 5px;}
h3{font-size:24px; margin:15px 5px;}
h4{font-size:20px; margin:15px 5px;}
h5{font-size:16px; margin:15px 5px;}
h6{font-size:14px; margin:15px 5px;}
ul{margin:0px;padding:0px}
li{list-style:none}
img{height: inherit;}
p{/*font-family: "Lato", sans-serif;*/font-family: "Roboto", sans-serif;font-weight:normal;color:#47474c;margin-bottom:15px;}
p, li, span{font-size:18px;line-height:1.5;}

*::-moz-selection{background:#2b4eff;color:#fff;text-shadow:none}::-moz-selection{background:#2b4eff;color:#fff;text-shadow:none}::selection{background:#2b4eff;color:#fff;text-shadow:none}*::-moz-placeholder{color:#0e1133;font-size:14px;opacity:1}*::placeholder{color:#0e1133;font-size:14px;opacity:1}
.rows::after {content: ""; clear: both; display: block;}
.blocks{width:100%;margin:0px auto; position:relative;box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important}
[class*="cols-"] { float: left; display:block;} [class*="cols-"] { margin:0px auto; padding: 5px !important;} 
/* Loader start */
.pgloader{
    width:100%;
	height: 100vh;
    position: fixed;
    background: rgba(75,39,11,0.99);
    z-index: 1000;
    .txt{
        color: #fff;
        text-align: center;
        top: 30%;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-weight: bold;
        line-height: 1.5;
    }
	
}

.txt img {
    width: 10%;
    display: block;
    margin: 0px auto;
    background: #fff;
    border-radius: 5px;
	}
/* Spinner animation */
.spinner {
  position: relative;
  top: 20%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* Loader End */

.fix{overflow:hidden}.clear{clear:both}
#back{display:flex;flex-wrap:wrap;align-content: center;background-size: cover;z-index: 0;position: relative;height:300px;}
#back2{display:flex;flex-wrap:wrap;align-content: center;background-size: cover;z-index: 0;position: relative;height:350px;}
.bkbg1{background: url(../img/submenubg/bk1.jpg) no-repeat center;}
.bkbg2{background: url(../img/submenubg/bk2.jpg) no-repeat center;}
.bkbg3{background: url(../img/submenubg/bk3.jpg) no-repeat center;}
.bkbg4{background: url(../img/submenubg/bk4.jpg) no-repeat center;}
.bkbg5{background: url(../img/submenubg/bk5.jpg) no-repeat center;}
.bkbg6{background: url(../img/submenubg/bk6.jpg) no-repeat center;}
.bkbg7{background: url(../img/submenubg/bg7.jpg) no-repeat center;}
.bkbg8{background: url(../img/submenubg/bk8.jpg) no-repeat center;}
.bkbg9{background: url(../img/submenubg/bk9.jpg) no-repeat center;}
#back:before {position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.45);}
#back2:before {position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.25);}
#backcont{position: relative;width: 100%;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-line-pack: start;align-content: flex-start;top:0.3rem;}
#backcont p{text-align:center;color:#fff;font-size:1.75rem;margin-bottom:0px;}
.bkcont{text-align:center;color:#fff;font-size:2vw;padding:10px;text-transform:uppercase;}
.bkcont .lb {font-size:4vw;}

header {
  position: sticky;
  top: 0px;
  background: linear-gradient(60deg, #fff 26%, #4b260c 26%);
  width: 100%;
  z-index: 999;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.header-main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.henasli{
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.4);
}


.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 130, 95, 0.5);
}

.containerhead {
  max-width: 90rem;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  flex-direction: row;
}
.veri{
	width: calc(50% - 15px);
    display: flex;
    margin: 1rem 0px;
    justify-content: center;
    flex-direction: row;
	box-shadow: 0px 1px 4px #000;
    padding: 10px;
}
.logo-container {
  display: flex;
  align-items: center;
  width: 20%;
}

.nav-btn {
  flex: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.nav-links {
  flex: 2;
}

.log-sign {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  color: var(--csvid-light);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin:5px auto;
  display: flex;
  align-items: center;
}
.logo img{
  width:60%;
  display: flex;
  vertical-align: middle;
  margin:0px auto;
  padding: 5px;
}
.logo span {
  font-weight: 300;
}
.btn1{
	--c: #fff;
background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,#004dff;color: #0000;
border: none;
transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c), calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
outline-offset: .1em;
transition: 0.3s;
padding:5px 1rem;
border-radius:10px;
cursor: pointer;
}
.btn {
  display: inline-block;
  padding: 0.5rem 1.3rem;
  font-size: 0.8rem;
  border: 2px solid var(--csvid-light);
  border-radius: 2rem;
  line-height: 1;
  margin: 0 0.2rem;
  transition: 0.3s;
  text-transform: uppercase;
}

.btn.solid,
.btn.transparent:hover {
  background-color: var(--csvid-light);
  color: var(--csvid-btn);
}

.btn.transparent,
.btn.solid:hover {
  background-color: transparent;
  color: var(--csvid-light);
}

.nav-links > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  position: relative;
  padding:1rem 6px;
}

.nav-link > a {
  color: #ffffff;
  padding: 0 0.45rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  line-height: 1;
}

.nav-link > a > i {
  margin-left: 0.2rem;
}

.nav-link:hover > a {
  transform: scale(1.1);
}

.dropdown {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 12.5rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.dropdown ul {
  position: relative;
}

.dropdown-link > a {
  display: flex;
  background-color: var(--csvid-dropdown);
  color: var(--csvid-light);
  padding: 1.2rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.dropdown-link:hover > a {
  background-color: var(--csvid-dropdown);
  color: var(--csvid-light);
}

.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid var(--csvid-light);
}

.dropdown-link i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: var(--csvid-light);
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.3s;
  z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow {
  background-color: var(--csvid-dropdown);
}

.dropdown-link {
  position: relative;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: 0.2rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  z-index: 1001;
  transition: 0.5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.5s;
}

.hamburger-menu div:before {
  transform: translateY(-7px);
}

.hamburger-menu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
  background-color:#000;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
  background-color:#000;
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 870px) {
  #back2{height:200px;}
  .hamburger-menu-container {
    display: flex;
  }

  #check {
    display: block;
  }

  .nav-btn {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 0.5rem;
    left: 0;
    width: 100%;
	height:100vh;
    background-color: #f5f5dc;
	color:#000;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: 0.65s;
  }

  #check:checked ~ .nav-btn {
    transform: translateX(0);
  }

  #check:checked ~ .nav-btn .nav-link,
  #check:checked ~ .nav-btn .log-sign {
    animation: animation 0.5s ease forwards var(--i);
  }

  .nav-links {
    flex: initial;
    width: 100%;
  }

  .nav-links > ul {
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    opacity: 0;
    transform: translateY(15px);
    padding:10px;
    border-bottom:1px solid #000;
  }

  .nav-link > a {
    line-height: 1;
    padding: 5px;
	color:#000;
  }

  .nav-link:hover > a {
    transform: scale(1);
	padding:1rem 0px;
  }

  .dropdown,
  .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: var(--csvid-dropdown-hov);
    display: none;
  }

  .nav-link:hover > .dropdown,
  .dropdown-link:hover > .dropdown {
    display: block;
  }

  .nav-link:hover > a > i,
  .dropdown-link:hover > a > i {
    transform: rotate(360deg);
  }

  .dropdown-link > a {
    background-color: #fff;
    padding: 1rem;
    line-height: 1;
    border-bottom:1px solid #aaa;
  }

  .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .arrow {
   
    background-color: #000;
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: 0.5s;
  }

  .nav-link:hover .arrow {
    background-color: var(--csvid-nav-hover);
  }

  .dropdown .dropdown .arrow {
    display: none;
  }

  .dropdown-link:hover > a {
    background-color: #fff;
    color:#000;
  }

  .dropdown-link:first-child:hover ~ .arrow {
    background-color: var(--csvid-nav-hover);
  }

  .nav-link > a > i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: 0.7s;
  }

  .dropdown i {
    font-size: 1rem;
    transition: 0.7s;
  }

  .log-sign {
    flex: initial;
    width: 100%;
    padding: 1.5rem 1.9rem;
    justify-content: flex-start;
    opacity: 0;
    transform: translateY(15px);
  }
}

.cards{margin:5px;padding:1rem 0.5em !important;box-shadow:0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;}
.cards h3{font-size: 15px !important;line-height: 1.5;font-weight:400;}
.cards img{max-width: 160px;height: 160px; width:100%;border-radius:1rem; padding: 5px; margin: 0px 0.3rem 0.3rem 0px;}
.cards p{padding: 0px 0px !important;}
.cdcnt{display: flex;justify-content: start;}
.nav-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1250px;
    width: 100%;
    height: 100px;
    padding: 5px 2rem;
    z-index: 2;
    background:transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.logo-container {display: flex;justify-content: center;align-items: center;}
.logo-container img{border-radius: 5px 5px 5px 5px;margin: 5px;max-width: 250px;width: 100%;background:#fff;}
.logo {height: 60px;}
.nav-tabs { display: flex;list-style: none;}
.nav-tab:not(:last-child) {padding: 5px 12px;margin: 0;}
.nav-tab:last-child {padding: 5px 12px;}
.nav-tab, .menu-btn {color:#fff;cursor: pointer;}
.hidden {display: none;}

.white{background:#ffffff;color:#5b5c61}
.whitelight{background:rgba(255,255,255, 0.95);color:#000;}
.container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
   
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap:1em;
    margin:2em 5em;
    transition:all 2s ease;
    /*
	 justify-content: space-around;
    flex-direction: column;
    max-width: 1440px;
    width:100%;
    margin:0 10px 50px 10px;
    */
}

.line {
    display: inline-block;
    width: 80px;
    height: 4px;
    background-color: #0a1c44;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.imgcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    height:550px;
    width: 100%;
    overflow: hidden;
}
.imgcontainer .images{
    width: 100%;
    height: 100%;
}
.images img{
    width: 100%;
    height: 100%;
}
.dot {
    display: none;
  }
.wt1,.wt2,.ms1,.mv1,.mv2,.mv3,.c1,.c2,.c3,.c4{opacity: 0;}
.wt1.animated, .wt2.animated, 
.ms1.animated, 
.mv1.animated, .mv2.animated, .mv3.animated,
.c1.animated, .c2.animated, .c3.animated, .c4.animated {opacity: 1;}
.textcont{
    padding: 5px;
    border-radius:5px;
}
.comwidth{width:100%;}
.eventwidth{width:99%;margin-left:15px;}
.textcont ul{margin-left:2.5rem;}
.textcont ul li{list-style:disc;}
.textcont ul li ul{margin-left:2rem;}
.textcont ul li ul li{list-style:circle;line-height:1.5;}

.abtcon{
    display: flex;
    gap: 10px;
}

.abtfaccon{
    display: flex;
    gap: 5px;
	width:100%;
}
.abtfacbox{width:33.33%}
.abtfactext{
    padding: 5px;
    border-radius:5px;
}
.abouttext{
    flex: 3;
    padding: 5px;
    border-radius:5px;
}
.abtchair {
    flex: 1;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
    padding: 10px;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.abtchvcbox1{
    display: flex;
    flex-direction: column;
    width:100%;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
} 
.abouttext ul{margin-left:2.5rem;}
.abouttext ul li{list-style:disc;line-height:2;}
.abouttext ul li ul{margin-left:2rem;}
.abouttext ul li ul li{list-style:circle;line-height:1.5;}

   
.abtchvcbox1 img{
    width:300px;
    height:300px;
    border-radius: 20rem;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
}
.abtchvcbox2 {
    width: 100%;
    display: flex;

    justify-content: space-evenly;
    flex-direction: column;
    align-items: stretch;
}
.abtchvcbox12{margin:1rem 10px;padding:1rem 1rem; background: #fff;border-radius: 5px;box-shadow: 5px 7px 10px #000;}
.abtchvcbox12 h1{font-size: clamp(15px, calc(1.2rem + 0.50vw), 18px);}
.abtchvcbox12 p{font-size: clamp(12px, calc(1.2rem + 0.50vw), 14px);}

.aboutimg{
    flex: 1;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
    padding: 10px;
    border-radius:5px;
}
.aboutimg img{
    width:70%;
    display: flex;
    margin:0px auto;
}

.acadchair {
    flex: 1;
	/*
	background:radial-gradient(circle at center, lightgrey 25%, transparent calc(25% + 1px));
	background-size:1rem 1rem;
    */
	background: url(../img/bgs3.jpg) no-repeat center;
    background-size: cover;
	filter:drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
	border-radius:15rem 15rem 0rem 0rem;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.acadchair img{
	filter:drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
}
.admchair {
    flex: 1;
	/*
	background:radial-gradient(circle at center, lightgrey 25%, transparent calc(25% + 1px));
	background-size:1rem 1rem;
    background: url(../img/bgs3.jpg) no-repeat center;
    background-size: cover;
	*/
    filter:drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
	border-radius:15rem 15rem 0rem 0rem;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.admchair img{
	filter:drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
}
.careerbg {
    flex: 1;
    padding: 10px;
    background: url(../img/26392.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}


.chvcbox {
    background: url(../img/bg2.jpg) no-repeat center;
    background-size: cover;
    display: flex;
}
.chvcboxmain { display: flex;justify-content: space-between; width:100%;}
/*
.chvcbox1 { width: 40%;
    background-image: url("../img/Chancellor.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height:50vh;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
}
    */

.chvcsubbox1, .chvcsubbox2, .chvcsubbox3 {flex: 1;}
.chvcsubbox12{margin:1rem 10px;padding:1rem 1rem; background: #fff;border-radius: 5px;box-shadow: 5px 7px 10px #000;}
.chvcsubbox12 ol{
    margin-left: 3rem;
}
.chvcsubbox12 ol li{
    list-style-type: disclosure-closed;
    
}


.vsbox {
    background: url(../img/vm.jpg) no-repeat center;
    background-size: cover;
    display: flex;
}

.vmbox{
    display: flex;
    gap: 10px;
}
.vboxtext{
    flex:2;
    padding:1.5rem;
    background:#fff;
}
.vboxtext ol{
    margin-left: 3rem;
}
.vboxtext ol li{
    list-style-type: disclosure-closed;
    
}
.vmboximg img{
    flex:1;
    background:#fff;
    width: 100%;
    max-width: 450px;
}

.box-main { display: flex;justify-content: space-between; width:100%;}
.box1 { width: 50%;
    background-image: url("../img/vmb2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #d2691e;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
}
.box2 { width: 100%;display: flex;justify-content: space-evenly;flex-direction: column;gap:10px }
.subbox1, .subbox2, .subbox3 {flex: 1;}
.subbox12{margin:1rem 10px;padding:1rem 1rem; background: #fff;border-radius: 5px;box-shadow: 5px 7px 10px #000;}
.subbox12 ol{
    margin-left: 3rem;
}
.subbox12 ol li{
    list-style-type: disclosure-closed;
    
}
.cardbox{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 23%;
}
.card-wrapper {
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    color: #444444;
    padding: 0;
}
.card-img{position: relative;} 
.card-img1{background:#fff8dc;}
.card-box{padding:1.5rem;text-align: center;}
.sec3{
    display: flex;justify-content: space-between; width:100%;flex-direction: row;gap:10px; 
    background-size: 1rem 1rem;
}
.sec31box {
    flex: 1;
    /*background: #0a51cc;*/
    color: #fff;
    border-radius: 10px;
    margin: 20px 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
    padding: 15px 20px;
}
.sec31bg1{background:#fff8dc;}
.sec31bg2{background: url(../img/staffrec.jpg) no-repeat center center;
    background-size: cover;}
.sec31box img{
    max-width:200px;
    width:100%;
    display:flex;
}

.btn {
    background-color: #0652DD;
    border: none;
    color: white;
    padding: 7px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius:25px;
  }
  .btn:hover {
    background-color: #ff6600;
    border: none;
    color: #ffffff;
    padding: 7px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius:25px;
  }
/*
  .bkbg9{background: url(../img/submenubg/bk9.jpg) no-repeat center;}
  #back:before {position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.45);}
 */ 
.svfooter {
    background: url(../img/footer.jpg) no-repeat center;
	background-size:cover;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.svfooter:before {position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;background: rgba(50, 51, 54, 0.90);}
.fotbox{
    display: flex;
    gap: 10px;
    width:100%;
    z-index:1;
}
.fottext{
    flex:1;
    padding:1.5rem;  
    z-index:1; 
    display: flex;
    margin: 0px auto;
}
.fottext img{
    max-width:150px;
    width:100%;
    background:#fff;
}
.fottext1{
    flex:3;
    padding:1.5rem;
}
.fottext1 p, .fottext1 h1{
    color:#fff;
}
.row.secondary {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width:100%;
    z-index:1;
}
.row.secondary i, .row.secondary p {
    font-size: 1.5em;
    color: #fff;
}
.row.secondary div {
    padding: 1em 0;
    width: 100%;

}

.copyright {
    padding: 0.5em 1em;
    width:100%;
    background: #323336;
    z-index:1;
}
.copyright p {
font-size: 0.9em;
text-align: center;
color:#fff;
margin:1em;
}


/*
footer{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .8) !important;
  margin-top: auto;
}
footer p{margin:0px auto !important}
*/
footer {
  width: 100%;
  position: relative;
  bottom: 0;
  background:#4b260c;
  color: #fff;
  }
  
footer::before {
    top: 0;
    background: url(../img/overlay-top.png) top center no-repeat;
    background-size: contain;
}
footer::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 85px;
    left: 0;
    z-index: 1;
}  

.footer-wave-path {
    fill: #fff;
}
.footcontainer h3{color:#fff;font-size:1.5rem;}
  .footcontainer {
  width: 90%;
  margin: 3rem auto;
  padding-top:5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  }
  .footcontainer h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background: #fff;
  margin-top: 5px;
  }
  .footcontainer li a:hover {
  color: #e701e7;
  transition: all 0.5s ease;
  }
  .col-1 {
  flex-basis: 30%;
  padding: 10px;
  margin-bottom: 20px;
  }
  .col-1 img {width: 100%;margin-bottom: 15px;border-radius: 5px;background:#fff; padding:10px;}
  .col-1 p {color: #fff;font-size: 1rem;line-height:1.5;}
  .col-2 {flex-basis: 15%;padding: 10px;margin-bottom: 20px;}
  .col-2 h3 {color: #fff;font-size: 20px;margin-bottom: 15px;}
  .col-2 p {color: #fff;font-size: 1rem;line-height:1.5;}
  .col-2 ul {list-style: none;}
  .col-2 ul li {margin-bottom: 10px;}
  .col-2 ul li a {color: #fff;text-decoration: none;}
  .col-3 {flex-basis: 15%;padding: 10px;margin-bottom: 20px;}
  .col-3 h3 {color: #fff;font-size: 20px;margin-bottom: 15px;}
  .col-3 ul {list-style: none;}
  .col-3 ul li {margin-bottom: 10px;}
  .col-3 ul li a {color: #fff;text-decoration: none;}
  .col-4 {flex-basis: 20%;padding: 10px;margin-bottom: 20px;}
  .col-4 h3 {color: #fff;font-size: 20px;margin-bottom: 15px;}
  .footcontainer form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  }
  .footcontainer form .far{
  color: #ccc;
  margin-right: 10px;
  }
  .footcontainer form input{
  background: transparent;
  width: 100%;
  border: none;
  color: #fff;
  outline: none;
  }
  .footcontainer form button{
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  }
  .footcontainer .social-icons{margin-top: 50px;}
  .footcontainer .social-icons a{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #25262A;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
  }
  .footcontainer .social-icons a:hover{
  background: #e701e7;
  color: #fff;
  transition: all 0.5s ease;
  }
  .footer-2{
  width: 100%;
  background: #fff;
  color: #4b260c;
  padding: 20px;
  text-align: center;
  }
  .footer-2 p{
    color:#4b260c;
    margin-bottom: 0;
	font-size:10px;
  }



/* For mobile phones: */
[class*="cols-"] {width: 100%;} [class*="cols-"] {width: 100%;padding:2px;}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .cols-m-1 {width: 8.33%;} 
    .cols-m-2 {width: 16.66%;}
    .cols-m-3 {width: 25%;}
    .cols-m-4 {width: 33.33%;}
    .cols-m-5 {width: 41.66%;}
    .cols-m-6 {width: 50%;}
    .cols-m-7 {width: 58.33%;}
    .cols-m-8 {width: 66.66%;}
    .cols-m-9 {width: 75%;}
    .cols-m-10 {width: 83.33%;}
    .cols-m-11 {width: 91.66%;}
    .cols-m-12 {width: 100%;} 
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .cols-1 {width: 8.33%;}
    .cols-2 {width: 16.66%;}
    .cols-3 {width: 25%;}
    .cols-4 {width: 33.33%;}
    .cols-5 {width: 41.66%;}
    .cols-6 {width: 50%;}
    .cols-7 {width: 58.33%;}
    .cols-8 {width: 66.66%;}
    .cols-9 {width: 75%;}
    .cols-10 {width: 83.33%;}
    .cols-11 {width: 91.66%;}
    .cols-12 {width: 100%;}
}
@media only screen and (min-width: 1400px) and (max-width: 1600px)
{
    
    
}
@media only screen and (min-width: 1200px) and (max-width: 1399px)
{
    .nav-link > a{padding:0;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header__padding{padding:20px}
    .imgcontainer{height:450px;}
	.nav-link > a{font-size:12px;padding:0;}
	.cdcnt{flex-direction:column;text-align:center;}
	.cdcnt img{width:100%;margin:0px auto;}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{	
	.cdcnt{flex-direction:column;text-align:center;}
	.cdcnt img{width:100%;margin:0px auto;}
	
	.nav-link{padding:1rem 3px;}
	.nav-link > a{font-size:12px;padding:0;}
    .header__padding{padding:20px}
    .imgcontainer{height:300px;}
    .abtcon{flex-direction: column; gap:0; border:0px;}
    .aboutimg img {width:25%;}
    .nav-tab:not(:last-child) {
        padding: 5px 10px;
        margin: 0;
    }
    .nav-tab:last-child {
        padding: 5px 10px;
    }
    .box2 { width: 50%;gap:5px }
    .subbox12{margin:5px;box-shadow:0px 0px 0px #000;}
    .subbox12 ol{margin-left:1.5em;}
    .cardbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 47%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px)
{
	.cdcnt{flex-direction:column;text-align:center;}
	.cdcnt img{width:100%;margin:0px auto;}
    .container 
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin:1em 2em;
    }
	.logo-container{width:50%;}
    .header__padding{padding:20px}
    header{position: relative;background: #fff;}
	.hamburger-menu div, .hamburger-menu div:before,.hamburger-menu div:after {background-color:#000;}
    .imgcontainer{height:240px;}
    .abtcon{flex-direction: column; gap:0; border:0px;}
    .aboutimg img {width:45%;}
    .box1{display: none;}
    .box2 { width: 100%;gap:5px;margin:1rem; 10px; }
    .subbox12{margin:5px;box-shadow:0px 0px 0px #000;}
    .subbox12 ol{margin-left:1.5em;}
    .cardbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}
@media (max-width: 575px)
{
	.abtfaccon{flex-direction:column;}
	.abtfacbox{width:100%;}
	.cdcnt{flex-direction:row;}
	.cdcnt img{max-width: 160px;height: 160px;width: 100%;border-radius: 1rem;padding: 5px;margin:1px !important;}
    h1{font-size:clamp(12px, calc(1rem + 0.35vw), 20px)}
    header{position: relative;background: #fff;}
	.logo-container{width:50%;}
	    #back2 {height: 175px;}
	.hamburger-menu div, .hamburger-menu div:before,.hamburger-menu div:after {background-color:#000;}
	.cards img{float:none;margin:0px auto;display:flex;}
	.cdcnt{display:flex;flex-direction:row;}
    .imgcontainer{height:135px;}
    .abtcon{flex-direction: column; gap:0; border:0px;}
    .aboutimg img {width:45%;}
    .box1{display: none;}
    .box2 { width: 100%;gap:5px;margin:1rem; 10px; }
    .subbox12{margin:5px;box-shadow:0px 0px 0px #000;}
    .subbox12 ol{margin-left:1.5em;}
    .cardbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .container 
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin:1em 1em;
    }
    .col-1, .col-4 {flex-basis:100%;margin:0px auto;}
}
@media screen and (max-width: 800px) {
	.nav-wrapper{box-shadow:0px 0px 0px #000;}
    .nav-container {
    position: fixed;
    display: none;
    overflow-y: auto;
    z-index: -1;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
    }
    .nav-tabs {flex-direction: column;align-items: flex-end;margin-top: 80px;width: 100%;}
    .nav-tab:not(:last-child) {padding: 14px 18px;margin: 0;border-right: unset;border-bottom: 1px solid #3f3d3d;width:100%;color:#0e1133;font-weight:600;}
    .nav-tab:last-child {padding: 14px 18px;margin: 0;border-right: unset;border-bottom: 1px solid #3f3d3d;width:100%;color:#0e1133;font-weight:600;}
    .menu-btn {position: relative;display: block;margin: 0;background:#fff;color:#000; width: 40px;height: 35px;cursor: pointer;z-index: 2;padding: 10px;border-radius: 10px;}
    .menu-btn .menu {display: block;width: 100%;height: 2px;border-radius: 2px;background: #111;}
    .menu-btn .menu:nth-child(2) {margin-top: 4px;opacity: 1;}
    .menu-btn .menu:nth-child(3) {margin-top: 4px;}
    #menuToggle:checked + .menu-btn .menu {transition: transform 0.2s ease;}
    #menuToggle:checked + .menu-btn .menu:nth-child(1) {transform: translate3d(0, 6px, 0) rotate(45deg);}
    #menuToggle:checked + .menu-btn .menu:nth-child(2) {transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);opacity: 0;}
    #menuToggle:checked + .menu-btn .menu:nth-child(3) { transform: translate3d(0, -6px, 0) rotate(-45deg); }
    #menuToggle:checked ~ .nav-container {z-index: 1;display: flex;animation: menu-slide-left 0.3s ease;}
    @keyframes menu-slide-left {0% {transform: translateX(200px);} to {transform: translateX(0);} }
    }
