﻿  @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root{
  --primary-font:'Poppins', sans-serif;
}

body {
    width: 100%;
    height: 100%;
    font-family:var(--primary-font);
    font-size:16px;
    background-color:#fff;
    line-height:28px;
	color: #000;
}
html {
    width: 100%;
    height: 100%;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color:#0498CF;
    outline: none;
}
button:focus {
    outline: 0px dotted;
}

b{
	font-weight:normal;
	color:#000;
	}
p{
	color:#000;
	line-height:30px;
	font-size: 16px;
	}
  h1, h2, h3, h4, h5, h6{
    font-family:var(--primary-font);
  }  
h1{
    color:#1C4F8D;
    line-height: 1.4;
    font-size:36px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom:30px;
}
h2{
    color:#1C4F8D;
    line-height: 1.4;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}
h3{
  color: #000;
  line-height:30px;
  font-size:18px;	
  font-weight:600;
  margin-bottom: 15px;
}
h5{
  color: #000;
  line-height:26px;
  font-size:16px;	
  margin-bottom: 15px;
}

.text-justify{
	text-align: justify;
}
.row-box{
	width:100%;
	clear:both;
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.d-center{
  width: 100%;
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
}
.d-left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: start;
}
.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section, footer{
	width:100%;
	clear:both;
  display: flex;
	flex-wrap: wrap;
	}
.ml-auto{
	margin-left: auto;
}	
.padding{
	padding:50px 0;
	}
.padding-sm{
	padding:40px 0;
	}
  .navbar-toggler{
    background-color:#fff;
  }
  .navbar-toggler span {
      width: 25px;
      height:2px;
      background:#000;
      display: block;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin-bottom: 4px;
      -webkit-transition: all .3s;
      transition: all .3s;
  }
  .navbar-toggler span:nth-child(1) {
      width: 16px;
  }
  .navbar-toggler:hover span:nth-child(1) {
      width: 25px;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
      width: 25px;
      -webkit-transform: rotate(45deg) translate(5px,5px);
      -ms-transform: rotate(45deg) translate(5px,5px);
      transform: rotate(45deg) translate(5px,5px);
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2){
    opacity: 0;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(3){
    -webkit-transform:rotate(-45deg) translate(4px,-4px);
    -ms-transform:rotate(-45deg) translate(4px,-4px);
    transform:rotate(-45deg) translate(4px,-4px);
  }
  .navbar-dark{
    background-color:transparent;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  .navbar-dark .navbar-brand {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
  }
  .navbar-dark .navbar-brand img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-dark .navbar-nav .nav-link {
    color:#fff;
    font-size: 15px;
    padding: 2.3rem 1rem;
    border-bottom:3px solid transparent;
    font-weight: normal;
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
      color:#fff;
  }
  .navbar-dark .navbar-nav .active > .nav-link{
    color:#fff;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: center;
    margin-right: 20px;
  }
  .navbar-dark .navbar-nav .nav-link.btn {
    font-size:16px;
    padding:9px 15px;
    color:#fff;
    margin-left: 10px;
  }
  .navbar-dark .navbar-nav .nav-link.btn:hover{
    color:#1C4F8D;
  }
  .dropdown-menu{
    min-width: 16rem;
    margin-top: 0;
    border:0;
    border-top: 1px solid #ddd;
    box-shadow:0 14px 14px 0 rgba(0, 0, 0, 0.185);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
  }
  .dropdown-menu .dropdown-item {
      padding:.6rem 1.5rem;
      font-weight: normal;
      font-size:16px;
      border: 0;
      color: #000;
      line-height:22px;
      white-space: normal;
  }
  .nav-link.dropdown-toggle::after{
    border-top: 0.3em solid #666;
    content:none;
  }
  .dropdown-menu li.dropdown::after {
    position: absolute;
    content: "›";
    right: 17px;
    top:1px;
    font-size: 19px;
    color: #333;
    border:0;
  }
  .dropdown-menu li.dropdown:hover::after{color:#1C4F8D;}
  .dropdown-menu li.dropdown .dropdown-toggle::after{
  content: none;
  }
  .navbar  li.dropdown:hover > a{color:#1C4F8D; border-color: #1C4F8D;}
  .navbar ul.dropdown-menu > li.dropdown:hover > a{background: #fff; color:#1C4F8D;}
  .dropdown-item:hover{background: #fff; color:#1C4F8D; padding-left: 1.9rem;}
@media only screen and (min-width:991px) {
  .navbar ul li:hover> .dropdown-menu{display:block}
  .navbar ul .dropdown-menu{position:absolute;top:100%;left:0;min-width:330px;display:none;margin:0;}
  .navbar ul .dropdown-menu li{position:relative}
  .navbar ul .dropdown-menu li:hover> .dropdown-menu{display:block}
  .navbar ul .dropdown-menu .dropdown-menu{position:absolute;top:0;left:100%;min-width:300px;display:none}
  .navbar ul .dropdown-menu .dropdown-menu li{position:relative}
  .navbar ul .dropdown-menu .dropdown-menu li:hover .dropdown-menu{display:block}
  .navbar ul .dropdown-menu .dropdown-menu .dropdown-menu{position:absolute;top:0;left:-100%;min-width:330px;display:none;z-index:1}
}
.fix-nav .navbar-dark .navbar-brand img{
  width:130px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.fix-nav .navbar-dark .navbar-nav .nav-link {
  padding: 1.2rem 1.5rem;
  color:#111;
}
.fix-nav .navbar-dark {
  background-color:#fff;
}
.right-fixed {
	position: fixed;
    top:35%;
    right: 6px;
    z-index: 99;
}
.follo-icon {
    display: flex;
    flex-direction: column;
    align-items: end;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 2px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
}
.follo-icon a {
    background-color: #424141;
    padding:3px;
    border-radius: 50%;
    display: block;
    width:30px;
    height:30px;
    text-align: center;
    margin: 3px 5px;
	color: #fff;
}
.follo-icon a:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.follo-icon a.facebook{
	background-color: #4868AF;
}
.follo-icon a.instagram{
	background-color: #E23367;
}
.follo-icon a.twitter{
	background-color: #1DA1F2;
}
.follo-icon a.linkedin{
	background-color: #0274B3;
}
.follo-icon a.youtube{
	background-color: #FF0000;
}
.btn-inquire {
  vertical-align: top;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin: 0;
  padding: 10px 16px;
  background-color:#1C4F8D;
  font-size:16px;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  left:-63px;
  top: 0;
  white-space: nowrap;
}
.btn-inquire:hover{
  background-color: #333;
  color:#fff;
}
.whatsapp_btn{
  position: fixed;
  bottom:2em;
  right:8px;
  width: 55px;
  height: 55px;
  z-index: 11;
}
.whatsapp_btn .icon_logo{
  position: relative;
  z-index: 100;
  padding: 5px;
}
.whatsapp_btn .icon_logo > a > img{
  width: 100%;
}
.whatsapp_btn .circle_waves{
  border-radius: 50%;
  background-color: #3cc04e;
  width: 55px;
  height: 55px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes waves {
  from {
      transform: scale(.55, .55);
      opacity: .6;
  }
  to {
      transform: scale(1.8, 1.8);
      opacity: 0;
  }
}

.navbar-dark .navbar-brand{
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}
.navbar-dark .navbar-brand img{
  width: 170px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}

.banner{
    display: block;
    background-color: #000;
  }
  .banner img{
    opacity:0.5;
    width: 100%;
  }
  .banner-text{
    position: absolute;
    top:auto;
    z-index: 9;
    width:100%;
    color: #fff;
    bottom:80px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .banner-text h1{
    color:#fff;
    font-size:36px;
    line-height:52px;
  }
  .banner-text p{
    font-size:21px;
    color:#fff;
    margin-bottom:20px;
    margin-top:15px;
    line-height:1.6;
    font-weight: normal;
  }
  .b-text-m{
    max-width:630px;
    margin: 0 auto;
    text-align: center;
  }
  .banner .slick-prev {
    left:30px;
    z-index:2;
  }
  .banner .slick-next {
    right:30px;
    z-index:2;
  }
  .banner .slick-prev:before, .banner .slick-next:before{
    color:#fff;
  }
  .banner .slick-slide img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
  }
  .banner .slick-active img {
    transform: scale(1);
  }
  .slick-slide .b-text-m{
    display: none;
  }
  .slick-slide.slick-active .b-text-m{
     display: block;
  }
  .delay-1s{
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
  }
 
  .delay-1-5s{
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .slick-slide .mob-img{
    display:none;
  }
  .btn{
    border-radius:6px;
    padding: 9px 22px;
    font-family: var(--primary-font);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }  
.btn-blue{
  border:0;
  background-color:#fff;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 3em #1C4F8D inset;
  box-shadow: 0 0 0 3em #1C4F8D inset;
}
.btn-blue:hover{
  background-color:#fff;
  color:#1C4F8D;
  -webkit-box-shadow: 0 0 0 1px #1C4F8D inset;
  box-shadow: 0 0 0 1px #1C4F8D inset;
}
.btn-link{
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  color:#1C4F8D;
  font-family: 'GothicA1-Bold';
}
.btn-link:before {
  position: absolute;
  right:-14px;
  top: -6px;
  font-size: 12px;
  font-weight: bold;
  content: 'next';
  font-family: 'swiper-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} 
.btn-link:hover:before{
  right:-18px;
}
.btn-br{
  background-color:transparent;
  border-color:#fff;
  color:#fff;
}
.btn-br:hover{
  background-color:#fff;
  border-color:#fff;
  color:#222;
}
.img-zoom img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.img-zoom:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.list-dot{
    width: 100%;
    padding-left: 0;
    list-style-type: none;
}
.list-dot li {
  font-size: 16px;
  position: relative;
  padding-left: 19px;
  line-height: 28px;
  padding-bottom:12px;
}
.list-dot li a:hover{
  color:#413297;
}
.list-dot li::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color:#413297;
  top: 10px;
  left: 0;
}
.gray-bg{
  background-color:#F3F3F4;
}
.programs-sec h3{
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px
}
.col-box-img{
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom:24px;
  height:197px;
}
.col-box-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position:center center;
}
.programs p{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp:4;
}
.programs-sec p{
  font-weight: normal;
}
.feature-sec{
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.feature-sec img{
  width:100%;
}
.white-text h2, .white-text p{
  color:#fff;
}
.feature-sec::before {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
  content: '';
  z-index:1;
  background: rgba(0, 0, 0, 0.34);
}
.feature-sec .container{
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  justify-content: center;
  top: auto;
  z-index: 1;
}
.fea-con{
  max-width: 100%;
  text-align: center;
}
.list-box{
  margin-top:40px;
  margin-bottom:0;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width:1015px;
  justify-content: center;
}
.list-box li{
  width:30%;
  font-size: 18px;
  color: #fff;
  padding:21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.23);
}
.feature-sec .btn{
  margin-top:18px;
}
.w-box {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgb(0, 0, 0, 0.06);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
}
.box-con{
  padding:21px;
}
.img-b{
  display: block;
  width:100%;
  overflow: hidden;
  position: relative;
  height:194px;
  background-color:#ddd;
}
.img-b img{
  height:100%;
  max-width:none;
  margin: 0 auto;
}
.ach-sec .slick-slide, .faculty .slick-slide{
  padding:10px 15px;
}
.box-con h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-con p{
  margin-bottom:0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
.ach-box .date{
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 6px;
  background-color: rgba(0, 0, 0, 0.61);
  padding: 2px 10px;
  left: 7px;
  border-radius: 5px;
}
.ach-box:hover h3{
  color: #1C4F8D;
}
.mes-box{
  background-color:#0E0E0E;
  padding:40px;
  text-align: center;
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
} 
.mes-box h2{
  font-size: 21px;
  line-height: 35px;
  color: #fff;
}
.mes-box h3{
  color:#fff;
}
.mes-box .coma{
 margin:15px 0;
}
.f-img{
  overflow: hidden;
  display: block;
  height:250px;
  background-color:#ddd;
}
.f-img img{
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.f-padd{
  padding:12px 20px;
}
.test-left {
  align-self: center;
  display: flex;
  margin-right:12px;
  overflow: hidden;
  width: 68px;
  border-radius: 50%;
}
.test-text {
  text-align: left;
}
.test-sec{
  background-image:url(../images/test-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
  z-index:1;
}
.test-sec::after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  z-index: -1;
  background-color:rgba(0, 0, 0, 0.68);
 }
 .test-sec h3{
  color: #fff;
  font-size: 16px;
  line-height: 25px;
 }
 .test-sec .slick-prev:before, .test-sec .slick-next:before{
  color:#fff;
 }
.test-sec .slick-next {
  right:-55px;
}
.test-sec .slick-prev {
  left:-55px;
}
 .event-date{
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 6px;
  background-color: rgba(0, 0, 0, 0.61);
  padding: 2px 10px;
  left: 7px;
  border-radius: 5px;
 }
 .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:#fff;
  color:#333;
  margin-right: 15px;
  text-align: center;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-text {
  -ms-flex: 1;
  flex: 1;
}
.contact-sec h6 {
  margin-bottom: 0;
}
footer{
  padding-top: 50px;
  background-color: #333;
  position: relative;
  z-index: 1;
}
footer p{
  line-height: 26px;
  color: #fff;
} 
footer h5{
  color:#fff;
}
footer a{
  color:#fff;
}
.list-arrow{
  width:100%;
  display: block;
  list-style-type: none;
  padding-left: 8px;
}
.list-arrow li a{
  font-size:15px;
  position: relative;
}
.list-arrow li{
  padding:5px 10px;
  display: block;
}
.list-arrow li a:before {
  position: absolute;
  left: -14px;
  top: 0;
  content: 'prev';
  font-family:'swiper-icons';
  font-size:12px;
  margin-right:7px;
  line-height: 1;
  color:#1C4F8D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .list-arrow li a:before{
  content: none;
}
.list4{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list4 li{
  flex: 0 0 auto;
  width:25%;
  line-height: 21px;
}
.footer-bottom {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-top:5px;
}
.footer-bottom p {
  color:#555555;
  font-size: 14px;
}
.mess-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fob-imabox{
  overflow: hidden;
}
.zoom, .main-slider img{
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}
@keyframes zoomout {
    0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}/*End of Zoom out Keyframes */

.inner-banner{
   position: relative;
   overflow: hidden;
   background-color: #000;
   display: flex;
   justify-content: center;
   align-items: center;
}
.inner-banner::after {
  position: absolute;
  content: '';
  width: 100%;
  height:250px;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index:1;
}
.inner-banner img{
   width:100%;
}
.inner-banner h1{
  color:#fff;
  position: absolute;
  top:auto;
  left: auto;
  bottom:0;
  z-index:1;
  margin-bottom:0;
  text-align: center;
  background-color: rgba(18, 70, 132, 0.86);
    padding: 17px 30px 12px 30px;
    line-height: 1;
}
.inner-banner h1 p{
  margin-bottom:0;
}
.inner-banner p{
  color:#fff;
}
.ab-img{
  float:right;
  max-width: 575px;
  margin-left:30px;
  margin-bottom:20px;
}
.inner-page ul{
    width: 100%;
    display: block;
    list-style-type: none;
    padding-left:0;
}
.inner-page ul li{
  position: relative;
  padding-left:18px;
  padding-bottom: 10px;
}
.inner-page ul li::before{
  content: '';
  position: absolute;
  left: 0;
  background-color:#1C4F8D;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 9px;
}
.inner-page ul li ul{
  list-style-type: none;
  padding-left:0;
  margin-top:10px;
}
.inner-page ul li ul li::before{
  background-color:transparent;
  border:1px solid #1C4F8D;
}
.list-half{
  display: flex;
  flex-wrap: wrap;
}
.list-half li{
  flex: 0 0 auto;
  width:33.33%;
}
.half-50{
  display: flex;
  flex-wrap: wrap;
}
.half-50 li{
  flex: 0 0 auto;
  width:50%;
}
.text-j p{
  text-align: justify;
}
.b-padd{
  padding:30px;
}
.f-left{
  float: left;
  margin-right:30px;
  margin-bottom:25px;
}
.clear{
  display: block;
  width:100%;
  overflow: hidden;
}
h2 small{
  font-size:16px;
  border-left:1px solid #666;
  padding-left:15px;
  margin-left:15px;
}
.faculty-page img{
  width:300px;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 100/90;
}
.faculty-page p{
  text-align: justify;
}
.w-box p:last-child{
  margin-bottom:0;
}
.thum-gallery .wow {
  margin-bottom: 20px;
  overflow: hidden;
  height: 190px;
}
.thum-gallery .wow a{
  cursor: crosshair;
}
.thum-gallery .wow img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.events-list .img-b img{
  width: 100%;
  object-fit: cover;
}
.events-list .w-box:hover{
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.144);
   box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.144);
}
.grid-box{
  -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap:25px;
    -moz-column-gap:25px;
    column-gap:25px;
}
.grid-item{
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom:25px;
  width: 100%;
}
.list-ul ul{
  padding-left: 15px;
}
.list-ul li {
  position: relative;
  padding-bottom: 10px;
}
.testimonials-page img{
  width:200px;
}
.testimonials-page .f-left {
  margin-right: 25px;
  margin-bottom: 20px;
}

.blue{
  color:#0D3F77;
}

table{
  text-align: center;
  background-color:#fff;
  -webkit-box-shadow:0px 2px 9px 0px rgba(54, 54, 54, 0.09);
  -moz-box-shadow:0px 2px 9px 0px rgba(54, 54, 54, 0.09);
  box-shadow:0px 2px 9px 0px rgba(54, 54, 54, 0.09);
}
table tr th{
  background-color: #0D3F77 !important;
  color:#fff;
  font-weight: normal;
  font-family: 'GothicA1-Bold';
  font-size:16px;
}
table tr td{
  line-height:24px;
  vertical-align: middle;
}
table tr td, table tr th{
  padding: 0.9rem 0.7rem !important;
}
table>tbody>tr:nth-of-type(odd)>* {
 background-color:#FBFBFB;
}
table {
  margin-bottom:50px;
  width: 100%;
}
table>:not(caption)>*>* {
  border-width: 0 1px;
  border-color:#dee2e6;
}
table>:not(caption)>* {
  border-width: 1px 0;
  border-color:#dee2e6;
}
.text-left{
  text-align: left;
}
.programs{
  justify-content: center;
}
.programs .col{
  margin: 18px 0;
}
.inner-page{
  background-color: #F3F3F4;
  padding: 50px 0;
}
.inner-page hr{
  margin-top:3rem;
  margin-bottom:3rem;
  display:inline-block;
  width:100%;
}
.inner-page h4{
  color: #000;
  line-height: 30px;
  font-size: 18px;
  font-family: 'GothicA1-Bold';
  margin-bottom: 15px;
  background-color:#fff;
  padding:8px 15px;
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
}
.inner-page h4 span{
  font-size:18px;
  border-left:1px solid #0D3F77;
  padding-left:15px;
  margin-left:15px;
}
.inner-page h3{
  color: #0D3F77;
}
.inner-page h1, .inner-page h2, .inner-page h3{
  text-align: center;
}
.inner-page .fee-sec h1{
  text-align: left;
}
.inner-page p{
  text-align: justify;
}
.inner-page table p {
  text-align:left;
}
.director-page{
  background-color: #F3F3F4;
  padding: 50px 0;
}
.text-left h2{
  text-align: left;
}
.inner-page .programs  h2{
  text-align: left;
}
.about h1, .about h2{
  text-align: left;
}
.inner-banner-bg{
  background-color: #e9e9e9;
  padding: 70px 0;
}
.inner-banner-bg h1{
  color:#1c4f8d;
}
.b-title{
  background-color: #1c4f8d;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 25px;
  width: 100%;
}
.thum-gallery .wow {
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
}
.thum-gallery .wow a {
  margin-bottom:10px;
  overflow: hidden;
  height: 190px;
  display: block;
  border-radius:10px 10px 0 0;
}
.thum-gallery .ImageHeading{
  text-align: center;
  margin-bottom: 13px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp:1;
  line-height:23px;
  padding: 0 15px;
  min-height: 23px;
}
.mfp-container figcaption {
  display: block;
}
.mfp-bottom-bar {
  margin-top: -15px;
}
.d-mess{
  display: block;
}
.d-mess .slick-dots li button:before{
  font-size:45px;
  color:#fff;
  opacity:0.5;
}
.d-mess .slick-dots li.slick-active button:before{
  opacity:1;
}
.dean-msg-slide .slick-dots{
  right:19%;
  text-align: right;
  width: auto;
  bottom:20px;
}
.dean-msg-slide.slick-slider{
  margin-bottom:0;
}
.test-sec .test-left img{
  height: auto;
  object-fit: cover;
  aspect-ratio:100/100;
}
.ach-event{
  background-image: url(../images/ach-event-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ach-event .slick-prev, .ach-event .slick-next{
  top: -51px;
  background-color:#fff;
  padding:6px;
  border-radius: 50%;
  width:35px;
  height:35px;
}
.ach-event .slick-prev:before, .ach-event .slick-next:before {
  font-size: 16px;
}
.ach-event .slick-prev {
  left: auto;
  right:45px;
}
.ach-event .slick-next {
  left: auto;
  right:0px;
}
.ach-event .slick-prev:hover, .ach-event .slick-prev:focus, .ach-event .slick-next:hover, .ach-event .slick-next:focus{
  background-color: #444444;
  color: #fff;
}
.ach-event .slick-prev:hover:before, .ach-event .slick-next:hover:before, .ach-event .slick-prev:focus:before, .ach-event .slick-next:focus:before{
  color: #fff;
}
/* .ach-event .slick-track{
  margin:0 -10px;
} */
.ach-event .slick-slide {
  padding:0 ;
}
.ach-event .w-box{
 margin:15px;
}
.ach-event h1{
  padding-left:15px;
}
.ach-event .btn{
  margin-left:15px;
  margin-top:20px;
}
.achievements .box-con p{
  -webkit-line-clamp:3;
  min-height:90px;
}
.footer-bottom{
  width:100%;
  background-color:#fff;
  margin-top:30px;
}
.faculty .f-padd h3{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp:1;
}
.fb-m{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
}
.footer-bottom p, .footer-bottom p a{
  color:#111;
}
.faculty-bg{
  background-color:#F4F4F4;
}
.programs-sec{
  text-align: center;
}
.programs-sec a:hover h2{
  color:#1C4F8D;
}
.feature-sec .list-dot li {
  padding-bottom: 5px;
  color: #fff;
}
.feature-sec .list-dot li::after {
  background-color: #fff;
}
.ach-event .w-box .img-b img{
    object-fit: cover;
    height: auto;
    width: 100%;
    aspect-ratio: 100 / 73;
    object-position: top;
}
.testim-photo{
  width:200px;
  height:200px;
  border-radius:50%;
  margin: 0 auto 20px auto;
}
.testimonials-sec .slick-slide{
  padding:15px;
}
.testimonials-sec .textim-box{
  padding:35px 30px;
  display: block;
  text-align: center;
  border:1px solid #ddd;
  border-radius:10px;
} 
.testimonials-sec .textim-box p:last-child{
  margin-bottom: 0;
}
.events-box {
  display: block;
}
.events-box{
  display: block;
}
.events-box  + .events-box{
  margin-top:35px;
}
.events-box h3{
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp:2;
}
.events-box img{
  width:100%;
  height: auto;
  object-fit: cover;
  aspect-ratio:100/60;
}
.eb-box .events-box img{
  aspect-ratio:100/70;
}
.eb-box{
  text-align: center;
}
.eb-box .btn{
  padding: 9px 90px;
}
.events-box:hover h3{
  color: var(--blue);
}
.eli-text ul{
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    text-align: start;
    margin-bottom: 0;
}
.eli-text ul li{
  font-size: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    position: relative;
    line-height: 28px;
        font-weight: normal;
}
.eli-text ul li::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color:#1f4f88;
    top: 11px;
    left: 0;
}
.eli-box h3{
  margin-bottom: 10px;
  color: var(--blue);
      line-height: 1.5;
    font-size: 21px;
    font-weight: 600;
}
.eli-box p{
  color:#444;
  font-size:15px;
  margin-bottom:0;
}
.testimonials-new{
  background-color:#F9F9F9;
  background-image: url(../images/student-vector.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.testi-wrap {
  position: relative;
  height:600px;
  margin-top: -80px;
  padding:0 30px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}
.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}
.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.client-single.position-2 {
  left: -40px;
  top: 105px;
}
.client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.position-4 {
  left: 55px;
  top: 380px;
}
.client-single.position-5 {
  top: 30px;
  right: 55px;
}
.client-single.position-6 {
  top: 225px;
  right: -40px;
}
.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}
.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index:9;
}
.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 16px;
  position: relative;
}

.client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  border: 8px solid #efefef;
  cursor: pointer;
  object-fit: cover;
  aspect-ratio: 100 / 100;
}
.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 16px;
  border: 0;
}

.client-comment {
  padding:0 30px 0 30px;
}
.client-comment img{
  margin-bottom:20px;
}
.client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: #505b6d;
}
.client-comment p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  line-clamp:5;
  -webkit-line-clamp:5;
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}
.faculty-list .w-box:hover h3{
  color:#1C4F8D;
}
.faculty-page h2{
  font-size:28px;
  margin-bottom:15px;
}
.faculty-page .f-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
.testimonials-page h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.w-box h2{
  font-size:26px;
}
h3 p{
  font-weight: normal;
}


.list-heding{
  list-style-type: none;
  padding-left:0;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  justify-content: center;
  align-items: center;
  margin-bottom:0;
}
.list-heding li a{
  border: 1px solid #ddd;
  padding:6px 22px;
  border-radius: 10px;
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.list-heding li a:hover{
  background-color: #F4F5F7;
  color: var(--blue);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list-heding li a img{
  margin-right:8px;
}
.list-heding li a:hover img{
  animation: ld-jingle 1s linear infinite;
}
@keyframes ld-jingle {
  0% {
    animation-timing-function: cubic-bezier(0.146, 0.2111, 0.5902, 1.3204);
    transform: rotate(0)
  }

  11% {
    animation-timing-function: cubic-bezier(0.1079, 0.1992, -0.6462, 0.828);
    transform: rotate(7.61deg)
  }

  23% {
    animation-timing-function: cubic-bezier(0.0504, 0.0951, 0.0163, 0.9677);
    transform: rotate(-5.789999999999999deg)
  }

  36% {
    animation-timing-function: cubic-bezier(0.0475, 0.0921, 0.3134, 1.0455);
    transform: rotate(3.35deg)
  }

  49% {
    animation-timing-function: cubic-bezier(0.0789, 0.1565, 0.3413, 1.0972);
    transform: rotate(-1.9300000000000002deg)
  }

  62% {
    animation-timing-function: cubic-bezier(0.141, 0.2885, 0.406, 1.1519);
    transform: rotate(1.12deg)
  }

  75% {
    animation-timing-function: cubic-bezier(0.226, 0.4698, 0.5031, 1.1722);
    transform: rotate(-0.64deg)
  }

  88% {
    animation-timing-function: cubic-bezier(0.3121, 0.5521, 0.5655, 0.8997);
    transform: rotate(0.37deg)
  }

  100% {
    transform: rotate(-0.28deg)
  }
}
.program-sec{
  background-color:#1f4f88;
  position: relative;
  background-image: url(../images/international-bg.png);
}
.program-sec h2, .program-sec p, .program-sec h3{
  color:#fff;
}
.program-sec p{
  text-align: justify;
}
.program-sec .row{
  justify-content: end;
}
.program-about-img{
  width: 48%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.program-about-img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.pro-about-text{
  padding:40px 20px;
}
.pro-about-text h2{
  font-size:31px;
}
.p-o-box{
  border:1px solid #C9C9C9;
  padding:20px;
  border-radius:20px;
  overflow: hidden;
}
.same-box .p-o-box{
  min-height:579px;
}
.p-o-box p{
  height:200px;
  overflow-x: auto;
}
.program-outcomes h3{
  margin-top:30px;
  color: #1f4f88;
}
.program-outcomes .p-o-box p{
  margin-bottom:0;
  line-height:1.7;
}
.program-outcomes .slick-slide{
  padding:15px;
  height:100%;
}
.eli-box{
  display: flex;
  gap:10px;
  align-items: center;
}
.eli-box h3{
  margin-bottom:0;
  color: #1f4f88;
}
.eli-box p{
  color:#444;
  font-size:15px;
  margin-bottom:0;
}
.eli-box + .eli-box{
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid #D5D5D5;
}

.eli-box:hover img{
  animation: ld-jingle 1s linear infinite;
}
.eli2{
  flex-direction: column;
  text-align: center;
}
.eli2 h3{
  margin-bottom: 10px;
}
.eli2 .list-dot{
  text-align: start;
  margin-bottom:0;
}
.eli2 .list-dot li{
  font-size: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
}
.eli2 .list-dot li::after{
  top: 11px;
}
.eli-br{
  border-left:1px solid #D5D5D5;;
}
.lab-list{
  list-style-type: none;
  padding-left:0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom:0;
}
.lab-list li{
  position: relative;
  padding-left:60px;
  padding-right: 8px;
  flex: 0 0 auto;
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  margin: 15px 0;
}
.lab-list li::before{
  content:'';
  position: absolute;
  left:0;
  top:5px;
  width:45px;
  height:45px;
  border-radius:50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.lab-list li::before{
  -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.lab-list li:hover::before{
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lab-list li p{
  margin-bottom:0;
}
.labs-sec{
  background-color:#1f4f88;
  position: relative;
  z-index:1;
}
.labs-sec h2, .labs-sec h3, .labs-sec p{
  color:#fff;
}
.labs-bg{
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  opacity:0.1;
  object-fit: cover;
  z-index: -1;
}

/*Course Detail*/
.course-details-sec {
    background-image: url(../images/course-bg.jpg);
    background-repeat: no-repeat;
}

    .course-details-sec h3 {
        color: #1C4F8D;
        margin-bottom: 30px;
    }

    .course-details-sec .nav-tabs {
        border-bottom: 0;
        margin-bottom: 50px;
    }

        .course-details-sec .nav-tabs .nav-item .nav-link {
            border: 0;
            color: #666;
            font-size: 20px;
            font-weight: 500;
            padding: 12px 30px;
            display: block;
        }

        .course-details-sec .nav-tabs .nav-item.show .nav-link, .course-details-sec .nav-tabs .nav-link.active, .course-details-sec .nav-tabs .nav-link:focus, .course-details-sec .nav-tabs .nav-link:hover {
            border: 0;
            color:#1C4F8D;
            background-color: transparent;
        }

    .course-details-sec .course-con ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .course-details-sec .course-con ul li {
            font-size: 17px;
            padding-bottom: 13px;
            padding-left: 15px;
            position: relative;
            flex: 0 0 auto;
            width: 50%;
            line-height: 1.8;
            font-weight: normal;
            padding-right: 25px;
        }

    .course-details-sec .course-con li::after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color:#1C4F8D;
        top: 12px;
        left: 0;
    }

    .course-details-sec table {
        text-align: center;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 9px 0px rgba(54, 54, 54, 0.09);
        -moz-box-shadow: 0px 2px 9px 0px rgba(54, 54, 54, 0.09);
        box-shadow: 0px 2px 9px 0px rgba(54, 54, 54, 0.09);
    }

        .course-details-sec table tr th {
            background-color: #0D3F77 !important;
            color: #fff;
            font-weight: normal;
            font-size: 16px;
        }

        .course-details-sec table tr td {
            line-height: 24px;
            vertical-align: middle;
            font-weight: normal;
        }

        .course-details-sec table tr td, .course-details-sec table tr th {
            padding: 0.9rem 0.7rem !important;
        }

        .course-details-sec table > tbody > tr:nth-of-type(odd) > * {
            background-color: #FBFBFB;
        }

    .course-details-sec table {
        margin-bottom: 50px;
        width: 100%;
    }

        .course-details-sec table > :not(caption) >  {
            border-width: 0 1px;
            border-color: #dee2e6;
        }

        .course-details-sec table > :not(caption) > * {
            border-width: 1px 0;
            border-color: #dee2e6;
        }

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling:  touch;
}

@media (max-width:767px) {
    .course-details-sec .course-con ul li {
        font-size: 16px;
        width: 100%;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
.client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height:730px;
  }
  .client-comment p {
    -webkit-line-clamp:12;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width:90%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
.client-single.position-7,
.client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height:680px;
  }
  .client-comment p {
    -webkit-line-clamp:12;
    font-size: 15px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width:90%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
.client-single.position-7,
.client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height:680px;
  }
  .client-comment p {
    -webkit-line-clamp:12;
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width:991px) {
  .navbar-dark .navbar-brand img{
    width:85px;
  }
  .navbar-dark .navbar-toggler{
    margin-left: auto;
  }
  header .btn-blue {
    padding: 7px 15px;
  }
  .right-menu{
    position: absolute;
    right: 80px;
    top: 6px;
  }
  .navbar-dark {
    padding:5px 0;
  }
  .fix-nav .navbar-dark .navbar-brand img {
    width:85px;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: start;
    margin-right: 15px;
  }
  .navbar-expand-lg .navbar-nav  .nav-item{
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link,  .fix-nav .navbar-dark .navbar-nav .nav-link {
    padding: 0.6rem 1rem;
  }
  .navbar-dark .navbar-collapse {
    padding-top: 27px;
  }
  .navbar-dark .navbar-nav .active > .nav-link {
    color: #111;
}
  .navbar-dark .navbar-nav .nav-link{
    color:#111;
  }
  table {
    margin-bottom: 30px;
  }
  .table-responsive {
    margin-bottom: 20px;
  }
  
li.dropdown::after {
  position: absolute;
  content: "›";
  right: 17px;
  top: 1px;
  font-size: 19px;
  color: #333;
  border: 0;
}
.ab-img {
  max-width: 100%;
}
.inner-page hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.inner-banner-bg {
  padding: 40px 0;
}
.navbar-dark .navbar-collapse {
  padding-top: 27px;
  background-color:#fff;
}
.client-comment img {
  width: 30px;
}
  
}
@media only screen and (min-width:991px) {
  .page-section{
    overflow:hidden;
  }
  .left-content{
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .right-content{
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .bottom-content{
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .top-content{
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .zoom-content{
    opacity: 0;
    -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
    -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .animate .zoom-content{
    opacity: 1;
    -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }
  .animate .left-content, .animate .right-content {
    opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  .animate .bottom-content, .animate .top-content{
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  }

@media (min-width:320px) and (max-width:575px) {
  .banner .slick-next {
    right:5px;
  }
  .banner .slick-prev {
    left:5px;
  }
  .banner img {
    height:280px;
    width: 100%;
    object-fit: cover;
  }
  .banner-text p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 9px;
  }
  .banner-text h1 {
    font-size: 18px;
    line-height:26px;
    margin-bottom: 2px;
  }
  .b-text-m {
    max-width: 365px;
    margin: 0 auto;
    padding:0 21px;
  }
  h1 {
    line-height: 33px;
    font-size:21px;
  }
  h2 {
    line-height: 28px;
    font-size: 18px;
  }
  .fob-imabox{
    margin-top:20px;
  }
  .programs .col{
    margin:15px 0;
  }
  .list-box{
    flex-direction: column;
  }
  .feature-sec {
    padding: 50px 0;
}
  .feature-sec img {
    display: none;
    width: 100%;
    height:500px;
    object-fit: cover;
    object-position: center;
  }
  .feature-sec .container {
    position: relative;
  }
  .list-box li {
    width: 100%;
      }
  .feature-sec::before{
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
  }
  .slick-next {
    right: -11px;
  }
  .slick-prev {
    left: -11px;
  }
  .faculty .slick-next {
    right:0;
  }
  .faculty .slick-prev {
    left:0;
  }
  .mes-box {
    padding: 30px 15px;
  }
  .mes-box h2 {
    font-size: 18px;
    line-height: 31px;
  }
  .test-sec .slick-prev {
    left: 0;
    top: 100%;
  }
  .test-sec .slick-next {
    right: 0;
    top: 100%;
  }
  .slick-prev::before, .slick-next::before {
    font-size: 15px;
    color: rgb(106, 106, 106);
  }
  .f-icons{
    margin:15px 0;
  }
  footer {
    padding-top: 30px;
  }
  .list4 li {
    width: 100%;
  }
  footer .list4{
    margin-top:20px;
  }
  .footer-bottom{
    flex-direction: column;
  }
  .faculty .w-box {
    max-width:280px;
    margin: 0 auto;
  }
  .img-b img{
    width:100%;
    object-fit: cover;
    object-position:center center;
  }
  .col-box-img {
    height: 247px;
  }
  .list-half li {
    width: 100%;
  }
  .inner-banner h1 {
    font-size: 20px;
  }
  .ab-img {
    margin-left: 0;
  }
  .faculty-page img {
    width: 100%;
  }
  h2 small {
    border-left: 0px solid #666;
    padding-left: 0;
    margin-left: 0;
  }
  .b-padd {
    padding: 20px;
  }
  .grid-box {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count:1;
  }
  .testimonials-page{
    text-align: center;
  }
  .testimonials-page .f-left{
    float:none;
    margin-right:0;
  }
  .inner-banner img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .inner-page {
    padding: 35px 0;
  } 
 .half-50 li{
    width:100%;
  }
  .dean-msg-slide .slick-dots {
    right: 0;
    text-align: center;
    width: auto;
    left: 0;
    margin: 0 auto;
  }
  .d-mess{
    background-color:#0E0E0E;
  }
  .fb-m {
    flex-direction: column;
  }
  .faculty-page h2 small {
    display: block;
    margin-top: 10px;
  }
  .program-about-img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .eli-br {
    border-left: 0px solid #D5D5D5;
  }
  .lab-list li{
    width:100%;
  }
  .inner-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 100/50;
  }

}
@media (min-width:576px) and (max-width:767px) {
  .right-menu {
    right:180px;
  }
  .banner-text h1 {
    font-size: 26px;
    line-height: 38px;
  }
  h1 {
    line-height: 35px;
    font-size: 23px;
    margin-bottom: 20px;
  }
  .fob-imabox{
    margin-top:20px;
  }
  .programs .col{
    margin:15px 0;
  }
  .feature-sec{
    padding:50px 0;
  }
  .feature-sec img {
    display: none;
  }
  .feature-sec .container {
    position: relative;
  }
  .list-box li {
    width: 100%;
  }
  .f-img{
    height:205px;
  }
  h3 {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .test-sec .slick-prev {
    left: -35px;
  }
  .test-sec .slick-next {
    right: -35px;
  }
  .list4 {
    margin-top:15px;
  }
  .list4 li {
    width: 50%;
  }
  .img-b{
    height:334px;
  }
  .col-box-img {
    height: 170px;
  }
  .list-half li {
    width:50%;
  }
  .faculty-page img {
    width: 100%;
  }
  h2 small {
    border-left: 0px solid #666;
    padding-left: 0;
    margin-left: 0;
  }
  .thum-gallery .wow {
    height: 162px;
  }
  .grid-box {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count:1;
  }    
  .dean-msg-slide .slick-dots {
    right: 0;
    text-align: center;
    width: auto;
    left: 0;
    margin: 0 auto;
  }
  .d-mess{
    background-color:#0E0E0E;
  }
  .program-about-img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .eli-br {
    border-left: 0px solid #D5D5D5;
  }
  .lab-list li{
    width:50%;
  }

}
@media (min-width:768px) and (max-width:991px) {
  header .container{
    position: relative;
  }
  .right-menu {
    top: 2px;
  }
  .banner-text h1 {
    font-size: 26px;
    line-height: 37px;
  }
  .fob-imabox{
    margin-top:20px;
  }
  h1 {
    line-height: 31px;
    font-size: 25px;
  }
  .programs .col{
    margin:10px 0;
  }
  .feature-sec img {
    height: 320px;
    object-fit: cover;
  }
  .list-box li {
    flex: 0 0 auto;
    width: 30%;
  }
  .feature-sec img {
    height: 370px;
  }
  h3{
    font-size:16px;
    line-height:28px;
  }
  .mes-box h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .mes-box {
    padding: 18px;
  } 
  .mes-box .coma {
    margin: 10px 0;
    width: 40px;
  }
  .d-mess .img-fluid{
    height:330px;
    object-fit: cover;
  }
  .f-icons{
    margin:10px 0;
  }
  .list4 li {
    width: 33.33%;
  }
  footer  .list4 li {
    width:50%;
  }
  .list-arrow li {
    font-size: 14px;
    line-height: 21px;
  }
  .img-b{
    height: 218px;
  }
  .f-img{
    height: 286px;
  }
  .col-box-img {
    height:230px;
  }
  .thum-gallery .wow {
    height:144px;
  }
  .grid-box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count:2;
  }
  .ab-img {
    width: 340px;
  }
  .director-page .f-left {
    width: 230px;
  }    

}
@media (min-width:992px) and (max-width:1199px) {
  .navbar-dark .navbar-brand img{
    width:150px;
  }
  .navbar-dark .navbar-nav .nav-link, .fix-nav .navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    padding:1rem 0.7rem;
    border-bottom: 2px solid transparent;
  }
  .right-menu .btn {
    padding: 9px 17px;
    font-size: 15px;
  }
  h1 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  h2 {
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mes-box h2 {
    font-size:18px;
    line-height:31px;
  }
  .mes-box {
    padding: 18px;
  } 
  .mes-box .coma {
    margin: 10px 0;
    width: 40px;
  }
  .d-mess .img-fluid{
    height:330px;
    object-fit: cover;
  }
  .test-sec .slick-prev {
    left: -30px;
  }
  .test-sec .slick-next {
    right: -30px;
  }
  .icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    font-size: 13px;
  }
  .icon-text h5 {
    font-size: 15px;
  }
  .list-arrow li {
    font-size: 14px;
    line-height: 18px;
  }
  .img-b{
    height:192px;
  }
  .f-img {
    height: 254px;
  }
  .col-box-img {
    height: 150px;
  }

  .thum-gallery .wow {
    height:144px;
  }  

}
@media (min-width:1200px) and (max-width:1300px) {
  .max-900{
    max-width:900px;
  }
  .list-arrow li {
    font-size: 14px;
    line-height: 18px;
  }
  .mes-box {
    padding: 26px;
  }
  .f-img {
    height: 225px;
  } 
  .img-b{
    height:233px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding:1.6rem 1.3rem;
  }
  .fix-nav .navbar-dark .navbar-nav .nav-link {
    padding: 1.2rem 1.3rem;
  }
  .navbar-dark .navbar-brand img {
    width: 160px;
  }


}
@media (min-width:1300px) and (max-width:1566px) {
  .container{
    max-width:1250px;
  }
  .max-900{
    max-width:900px;
  }
  .max-1000{
    max-width:1000px;
  }
}

@media (min-width:1600px) {
  .container{
    max-width:1400px;
  }
  .max-900{
    max-width:900px;
  }
  .mes-box h2 {
    font-size: 24px;
    line-height: 42px;
  }

  .f-img {
    height: 282px;
  }
  .col-box-img {
    height: 223px;
  }
  .thum-gallery .wow {
    height: 210px;
  }
  .max-1000{
    max-width:1000px;
  }

}
@media (min-width:1900px) {
  .container{
    max-width:1600px;
  }
}


