
@import url(pages-css/default.css);
@import url(pages-css/main-default-content.css);
@import url(pages-css/top-header.css);
@import url(pages-css/navbar.css);
@import url(pages-css/gallery.css);
@import url(pages-css/coming-soon.css);
@import url(pages-css/404.css);
@import url(pages-css/admissions.css);
@import url(pages-css/faq.css);
@import url(pages-css/tuition-fees.css);
@import url(pages-css/products.css);
@import url(pages-css/product-details.css);
@import url(pages-css/cart.css);
@import url(pages-css/wishlist.css);
@import url(pages-css/checkout.css);
@import url(pages-css/event-details.css);
@import url(pages-css/courses-details.css);
@import url(pages-css/blog.css);
@import url(pages-css/blog-details.css);
@import url(pages-css/my-account.css);
@import url(pages-css/register.css);
@import url(pages-css/contact.css);
@import url(pages-css/application.css);
@import url(pages-css/page-title.css);
@import url(pages-css/others.css);
@import url(pages-css/footer.css);
/*
Search Modal Area Style
======================================================*/
/*li.nav-item:hover{
  border:3px solid #172F40 !important;
  background-color: white !important;
}*/
/*li.nav-item:hover {
  border: 5px solid #B0CBC4;
  background-color: #F2EBD8;
  border-top-left-radius: 100% 20px;
  border-bottom-right-radius: 100% 20px;
}*/
body{
  font-family: 'Roboto', sans-serif !important;
  overflow-x: hidden !important;
}
span.second-txt {
  padding-left: 12px;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  margin-top: -9px;
}
.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f46b45 url(../images/top_banner.jpg); 
 /* background-image: linear-gradient( to right, #00BCD4,#f06d06 , #91278F, #E31E25 );*/
}
.logo-search-area {
  padding: 5px 0;
  background-color: #ffffff;
}
.logo {
  text-align: left;
  float: left;
  width: 20%;
}
#fun-fact {
  width: 20%;
}
.book-table1 a {
  display: inline-block;
  background-color: #002347;
 
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 17px;
  text-transform: uppercase;
  text-decoration: none;
}
.logo-content {
  float: right;
  width: 80%;
  text-align: justify;
  padding-top: 25px;
}
.logo-content h3{
  font-size:22px;
}
.logo-text {
  background: linear-gradient(to right, #005c97, #363795);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-transform: uppercase;
}
#logo-section {
  width: 50%;
  padding-left: 0px;
}
.logo-main {
  width: 100%;
}
#col-lg-1 {
  flex: 0 0 auto;
  width: 12.333333%;
}
#col-lg-2 {
  flex: 0 0 auto;
  width: 24.666667%;
}
#col-lg-3 {
  flex: 0 0 auto;
  width: 25.666667%;
}
.about-thumbnail{
  border:25px solid;
  background-color: linear-gradient(to bottom, #F37335, #FDC830);
}

.vjm-logo {
  float: left;
  width: 100%;
  text-align: center;
}
.vjm-logo-section {
  float: left;
  width: 30%;
  text-align: center;
}
div#navbarSupportedContent {
  float: left;
  width: 100%;
  padding: 0px 10px;
}
.vjm-logo-left {
  float: left;
  width: 35%;
}
.vjm-logo-right {
  float: right;
  width: 65%;
  text-align: left;
  padding: 50px 0px 0px 0px;
}
.vjm-logo-right h4 {
  color: #172F41;
  font-size: 20px;
  font-weight: 600 !important;
}

.lrg-logo {
  width: 160px;
}

.sml-logo {
  width: 100px;

  
}
/*division_4*/
.division_4{
  z-index:11;
}

.division_4 .title_header{
  width:50%;
}

.division_4 .title_header .btn{
  margin:auto;
  border-radius:40px;
  padding:0.5rem 1rem;
}

.division_4 .title_header aside{
  align-items:center;
  justify-content:center;
}

.division_4 .title_header aside .fa{
  background-color:rgba(1,1,1,0.2);
  border-radius:50%;
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:10px;
  color:var(--gray);
}

.division_4 .title_header aside .btn{
  margin:0 0.5rem;
}

.division_4 .title_header aside a:first-child{
  color:var(--white) !important;
}

.division_4 .title_header aside a:last-child{
  color:var(--gray);
}

.division_4 .title_header p{
  color:var(--gray);
}

.division_4 .title_header .bar{
  margin:auto;
}

.division_4 .cards{
  padding:1rem 4rem;
  position:relative;
}

.division_4 .cards:before, .division_4 .cards:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  z-index:-1;
}

.ball {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
 background: #191970;
    /*background: linear-gradient(to bottom, #F37335, #FDC830); */
}

.division_4 .cards:before{
  background-image:url("https://i.postimg.cc/3NQzzcK3/dots.png");
  top:0;
  left:2%;
  animation: arrows 4s 0s infinite;
}

.division_4 .cards:after{
  background-image:url("https://i.postimg.cc/3NQzzcK3/dots.png");
  bottom:0;
  right:2%;
  animation: arrows 6s 0s infinite;
}

.ball:nth-child(1){
  width:30px;
  height:30px;
  left:10%;
  top:5%;
  animation: arrows 10s 0s infinite;
}

.ball:nth-child(2){
  width:30px;
  height:30px;
  right:10%;
  bottom:5%;
  animation: arrows 10s 0s infinite;
}

.ball:nth-child(3){
  width:50px;
  height:50px;
  left:50%;
  top:20%;
  transform:translate(-50%, -20%);
  animation: arrows 10s 0s infinite;
}

.ball:nth-child(4){
  width:50px;
  height:50px;
  left:3%;
  bottom:0%;
  animation: arrows 15s 0s infinite;
}

.division_4 .cards figure {
  height: 60vh;
  margin: 2%;
  border-radius: 140px;
  overflow: hidden;
  position: relative;
}

.division_4 .cards figure:nth-child(2), .division_4 .cards figure:nth-child(3){
  top:4rem;
}

.division_4 figure {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.fig4 {
    width: 100%;
    height: 40vh;
}

.division_4 .cards section{
  background-image:url("https://i.postimg.cc/g0Jw6Mbc/line.png");
  background-size:70% auto;
  background-repeat:no-repeat;
  background-position:center;
  width:100%;
}
.divisions.division_4 {
  margin: 40px auto;
}

@media (max-width:920px){
  .division_4 .title_header{
      width:100%;
      padding:1rem;
  }
  
  .division_4 .cards figure{
      height:200px;
  }
  
  .division_4 .cards:after{
      display:none;
  }
}


.flex, .fixed_flex {
  display: flex;
}
header section aside {
  background-color: #002347;
  border-left: 1px solid grey;
}
section.about-section {
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 30px auto;
}
.sec-title .title {
  font-size: 18px;
  line-height: 24px;
  color: #fc4a1a;
  font-weight: 600;
  margin-bottom: 19px;
}
.sec-title h3 {
  margin-top: 14px;
  position: relative;
  font-size: 40px;
  color: #002347;
  padding-bottom: 10px;
}
.sec-title h3:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 3px;
  background-color: #fc4a1a;
}
.text{
  float: left;
  width: 100%;
  margin-top: 10px;
}
.text p {
  font-size: 15px;
  font-weight: 600;
  text-align: justify;
}

.padding_1x {
  padding: 1rem;
}
header section aside {
  position: relative;
}
.sub_title {
  /* font-family: var(--title_font); */
  font-weight: 400;
  margin: 0;
  text-align: center;
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
}
.padding_1x p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #a5a5a5;
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 10px auto;
}
.read {
  background: white;
  color: blue;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
 
}
.read:hover{
  color:#fc4a1a;
}
.cam-read{
  float:left;
  width:100%;
  text-align: center;
}
header.flex {
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

figcaption {
  float: right;
  width: 70%;
  font-size: 18px;
  margin-top: -5px;
  color: #172F41;
}
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 55vh;
  width: auto;
}
.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity .6s ease;
}
.slide.active {
  animation: grow 4s linear forwards;
  opacity: 1;
}
.controls-container {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 2;
}
.slider-container::after {
  background-color: #ffffff;
  content: '';
  position: absolute;
  opacity: 0.05;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.control {
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  margin: 6px;
  height: 40px;
  width: 5px;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}
.control.active, .control:hover {
  background-color: #fff;
  opacity: 1;
  transform: scale(1.2);
}
.search-modal-area .modal-content {
  height: 100vh;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
}

.search-modal-area .modal-content form.search-box {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-modal-area .modal-content form.search-box .search-input {
  width: 810px;
  position: relative;
  padding: 30px;
}

.search-modal-area .modal-content form.search-box .search-input .form-control {
  color: var(--white-color);
  height: 60px;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-webkit-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control:-ms-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-ms-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .search-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 63px;
  font-size: 25px;
  background-color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.search-modal-area .modal-content form.search-box .search-input .search-btn:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.search-modal-area .modal-content .closer-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ff3131;
  color: var(--white-color);
  font-size: 20px;
  z-index: 1;
}

.search-modal-area .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.search-modal-area.modal {
  overflow: hidden;
  padding: 0 !important;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.banner-area.bg-1 {
  background-image: url(../images/banner/banner-bg-1.jpg);
}

.banner-area.bg-2 {
  background-image: url(../images/banner/banner-bg-2.jpg);
}

.banner-area.bg-3 {
  background-image: url(../images/banner/banner-bg-3.jpg);
  padding-top: 200px;
  padding-bottom: 400px;
}

.banner-area.bg-3::before {
  background-color: #000000;
  opacity: 0.8;
}

.banner-area.bg-3::after {
  display: none;
}

.banner-area.bg-3 .banner-content {
  margin-top: 50px;
}

.banner-area.bg-3 .banner-content span {
  color: var(--white-color);
}

.banner-area.bg-3 .banner-content h1 {
  color: var(--white-color);
  font-weight: 700;
}

.banner-area.bg-3 .banner-content .courses-link {
  margin-top: 100px;
}

.banner-area.bg-3 .banner-content .courses-link a {
  color: var(--white-color);
}

.banner-area.bg-3 .banner-content .courses-link a:hover {
  color: var(--white-color);
}

.banner-area.bg-3 .banner-content .courses-link .study-online {
  margin-left: 100px;
}

.banner-area.bg-3 .video-button {
  text-align: center;
}

.banner-area.bg-3 .social-link {
  top: 21%;
  right: 0;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  opacity: 0.9;
  z-index: -1;
}

.banner-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background-color: var(--optional-color);
  z-index: -1;
}

.banner-area .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: absolute;
  top: 26%;
  right: -24px;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.banner-area .social-link li {
  margin: 35px 0;
}

.banner-area .social-link li a {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}

.banner-area .social-link li a:hover {
  color: var(--main-color);
}

.banner-area.banner-area-style-two {
  overflow: initial;
  padding-bottom: 0;
}

.banner-area.banner-area-style-two::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 350px;
  background-color: var(--white-color);
  z-index: -1;
}

.banner-area.banner-area-style-two .banner-content {
  text-align: center;
  max-width: 990px;
  margin: auto;
}

.banner-area.banner-area-style-two .banner-content h1 {
  font-size: 72px;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg {
  background-color: var(--white-color);
  padding: 0;
  border: 1px solid #d7d7d7;
  margin-bottom: 100px;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg .form-group {
  margin-bottom: 0;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg .form-group .form-control {
  border: none;
  max-width: 100%;
  width: 420px;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg .form-group select.form-control {
  border-left: 1px solid #d7d7d7;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg ul li {
  display: inline-block;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg ul li .default-btn {
  padding: 14px 27px;
  top: 1px;
}

.banner-area.banner-area-style-two .video-banner {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.banner-area.banner-area-style-two .video-banner .video-button {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.banner-area.banner-area-style-two .video-banner .shape-1 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}

.banner-content {
  margin-top: 50px;
}

.banner-content span {
  font-size: 16px;
  display: block;
  color: var(--main-color);
  margin-bottom: 10px;
}

.banner-content h1 {
  font-size: 55px;
  margin-bottom: 25px;
  color: var(--heading-color);
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
  font-weight: 900;
  line-height: 1.3;
}

.banner-content p {
  margin-bottom: 30px;
  max-width: 750px;
  font-size: 18px;
  -webkit-animation: 0.9s fadeInUpBig;
          animation: 0.9s fadeInUpBig;
  color: var(--heading-color);
}

.banner-content .banner-btn {
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
  margin-top: 40px;
}

.banner-content .courses-link {
  margin-top: 100px;
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
}

.banner-content .courses-link a {
  font-size: 18px;
  color: var(--heading-color);
}

.banner-content .courses-link a i {
  position: relative;
  top: 4px;
  margin-left: 8px;
}

.banner-content .courses-link a:hover {
  color: var(--main-color);
}

.banner-content .courses-link .study-online {
  margin-left: 100px;
}

.banner-img {
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
}

/*
About Area Style
======================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-area.about-area-style-three {
  background-image: unset;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-area.about-area-style-three .about-img-two {
  padding-right: 0;
  padding-bottom: 0;
}

.about-area.about-area-style-three .about-img-two::before {
  background-color: var(--main-color);
}

.about-area.about-area-style-three .about-img-two .about-shape {
  display: none;
}

.about-img {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  z-index: 1;
}

.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  border: 30px solid;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-image-source: linear-gradient(to right, #141e30, #243b55);
  border-image-slice: 1;
  display: none;
 

  
}

/*.about-img:hover::before {
  border: 30px solid;
  border-image-source: linear-gradient(to bottom, #F37335, #FDC830);
  border-image-slice: 1;
  
}*/

.about-img-two {
  position: relative;
  padding-right: 0;
  padding-bottom: 0;
  
}
.about-img-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 635px;
  height: 100%;
  border: 20px solid;
  z-index: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-image-source: linear-gradient(to right, #f00000, #dc281e);
  border-image-slice: 1;
  display: none;
}


.about-img-two .about-shape {
  position: relative;
  position: absolute;
  top: 100px;
  right: -30px;
  opacity: 0.4;
  display: none;
}

.about-content span {
  font-size: 15px;
  color: #E31F25;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}



.about-content p {
  margin-bottom: 5px;
  text-align: justify;
}


/*
Study Area Style
======================================================*/
.study-area {
  background-image: url('../images/Bg/8.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.study-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--optional-color);
  opacity: 0.9;
  z-index: -1;
}

.study-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: var(--white-color);
  z-index: -1;
}

.study-area .section-title {
  margin-left: 0;
  text-align: left;
}

.study-area .section-title p {
  margin-left: 0;
}

.study-area .owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  right: 7px;
  top: -25px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.study-area .owl-theme .owl-nav .owl-prev, .study-area .owl-theme .owl-nav .owl-next {
  margin: 0 5px;
}

.study-area .owl-theme .owl-nav .owl-prev i, .study-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  width: 50px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.study-area .owl-theme .owl-nav .owl-prev:hover i, .study-area .owl-theme .owl-nav .owl-next:hover i {
  background-color: var(--white-color);
  color: var(--main-color);
}

.study-area .owl-theme .owl-nav .owl-next {
  right: -50px;
  left: auto;
}

.study-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.study-area.study-area-style-two::after {
  height: 100%;
}

.study-area.study-area-style-two .owl-theme .owl-nav .owl-prev i, .study-area.study-area-style-two .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: var(--heading-color);
  border: 1px solid var(--heading-color);
}

.study-area.study-area-style-two .owl-theme .owl-nav .owl-prev:hover i, .study-area.study-area-style-two .owl-theme .owl-nav .owl-next:hover i {
  background-color: #F47B34;
  color: var(--white-color);
  border-color: #F47B34;
}

.study-area.study-area-style-two .owl-theme .owl-nav .owl-next {
  right: -50px;
  left: auto;
}

.study-area.study-area-style-two .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.single-study {
  background-color: var(--white-color);
  border: 1px solid #e8e8e8;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 20px;
  margin-bottom: 30px;
  height: 50vh;
  overflow: hidden;
}

.single-study.style-img {
  padding: 0;
}

.single-study.style-img .single-study-content {
  padding: 20px;
  position: relative;
}

.single-study.style-img .single-study-content i {
  color: #ebebeb;
  width: auto;
  height: auto;
  line-height: 1;
  display: inline-block;
  background-color: transparent;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}

.single-study.study-f3f3f4 {
  background-color: #f3f3f4;
  border: none;
  padding: 30px;
}

.single-study i {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #f46b45;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eea849, #f46b45);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eea849, #f46b45); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}


.single-study h3 {
  font-size: 23px;
  margin-bottom: 14px;
}

.single-study h3 a {
  color: var(--heading-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.main-default-content p{
  text-align: justify;
}
.single-study p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: auto;
  overflow: hidden;
  text-align: justify;
  word-spacing: 0px;
  margin-left: 0px !important;
}

.single-study:hover {
  background: linear-gradient(to right, #f2994a, #f2c94c);
  border: 1px solid;
  z-index: -1;
 
  border-image-source: linear-gradient(to right, #141e30, #243b55);
  border-image-slice: 1;
}
.single-study:hover:hover .read-more {
  color: white !important;
  letter-spacing: 1px;
}
.read-more {
  font-size: 14px;
  color: #f46b45;
  font-weight: 600;
}

.single-study:hover.style-img {
  background-color: var(--white-color);
  border: 1px solid #e8e8e8;
}

.single-study:hover.style-img .single-study-content i {
  background-color: var(--white-color);
  color: #ebebeb;
}

.single-study:hover.style-img .single-study-content h3 a {
  color: var(--main-color);
}

.single-study:hover.style-img .single-study-content p {
  color: var(--body-color);
}

.single-study:hover.style-img .single-study-content .read-more {
  color: var(--main-color);
}

.single-study:hover i {
  background:white;
  color: #f46b45;
}

.single-study:hover h3 a {
  color: var(--white-color);
}

.single-study:hover p {
  color: var(--white-color);
}

.single-study:hover .read-more {
  color: var(--white-color);
}

.study-load {
  text-align: center;
}

/*
Our Campus Information Area Style
======================================================*/
.our-campus-bg.our-campus-bg-style {
  background-color: #f8fafb;
  padding-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.our-campus-bg.our-campus-bg-style::before {
  display: none;
}

.our-campus-bg.our-campus-bg-style::after {
  display: none;
}

.our-campus-bg.our-campus-bg-style .campus-content {
  background-color: transparent;
  padding: 0;
}

.our-campus-bg.our-campus-bg-style .campus-content::before {
  display: none;
}

.our-campus-bg.our-campus-bg-style .campus-content span {
  color: var(--main-color);
}

.our-campus-bg.our-campus-bg-style .campus-content h2 {
  color: var(--heading-color);
}

.our-campus-bg.our-campus-bg-style .campus-content p {
  color: var(--body-color);
}

.our-campus-bg.our-campus-bg-style .campus-content .read-more {
  color: var(--main-color);
}

.our-campus-bg.our-campus-bg-style .campus-img-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.our-campus-bg.our-campus-bg-style .campus-img-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--main-color);
  width: 300px;
  height: 100%;
  z-index: -1;
  margin: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-campus-bg.our-campus-bg-style .campus-img-2:hover::before {
  background-color: var(--optional-color);
}

.our-campus-bg.our-campus-bg-style-three .campus-content {
  background-color: var(--optional-color);
}

.our-campus-bg.our-campus-bg-style-three .campus-content::before {
  left: -415px;
  width: 460px;
  background-color: var(--optional-color);
}

.our-campus-bg.our-campus-bg-style-three .campus-img {
  position: relative;
  z-index: 1;
}

.our-campus-bg.our-campus-bg-style-three .campus-img::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 400px;
  height: 500px;
  background-color: var(--main-color);
  z-index: -1;
}

.campus-img {
  margin-top: 0;
  border: 15px solid #FF8226;
}
.campus-content {
  background-color: #002347;
  padding: 49px;
  padding-left: 26px;
  position: relative;
}

.campus-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -170px;
  width: 170px;
  height: 100%;
  background-color: #002347;
  z-index: -1;
  opacity: 1;
}


.campus-content span {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.campus-content h2 {
  font-size: 40px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.campus-content p {
  color: var(--white-color);
  margin-bottom: 22px;
  text-align: justify;
}

.campus-content .read-more {
  color: var(--white-color);
}

/*
Simple Steps Area Style
======================================================*/
.single-simple-steps {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #dddddd;
}

.single-simple-steps.icon-bg-style i {
  background-color: var(--white-color);
  color: var(--optional-color);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  position: relative;
  border-radius: 50%;
}

.single-simple-steps.icon-bg-style i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: -3px 3px 0px 0px rgba(0, 0, 0, 0.9);
          box-shadow: -3px 3px 0px 0px rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-simple-steps.icon-bg-style:hover i:after {
  -webkit-box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.9);
          box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.9);
}
img.company-logo {
  width: 5%;
}
i.ri-mail-line {
  display: none !important;
}

.fa-headphones:before {
  content: "\f025";
  display: none !important;
}
.footer-area.black-bg-color {
  background-color: #172f41;
  background-image: url(../images/Bg/bg-pic.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-area.black-bg-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--optional-color);
  opacity: 0.9;
  z-index: -1;
}
.single-simple-steps i {
  background: #f46b45;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eea849, #f46b45);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eea849, #f46b45); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}

.single-simple-steps h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.single-simple-steps:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Events Area Style
======================================================*/
.events-area.events-area-style-two .events-timer {
  background-color: var(--main-color);
}

.events-area.events-area-style-two .events-timer .default-btn {
  background-color: var(--white-color);
  color: var(--heading-color);
  display: block;
}

.events-area.events-area-style-two .events-timer .default-btn:hover {
  color: var(--white-color);
}

.events-area.events-area-style-two .pagination-area {
  text-align: left;
}

.events-content span {
  font-size: 15px;
  font-weight: 600;
  color: var(--main-color);
  display: block;
  margin-bottom: 10px;
}

.events-content h2 {
  font-size: 45px;
  margin-bottom: 50px;
}

.events-content .events-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.events-content .events-list li {
  position: relative;
  padding-left: 140px;
  margin-bottom: 40px;
}

.events-content .events-list li:last-child {
  margin-bottom: 0;
}

.events-content .events-list li .events-date {
  background-color: var(--optional-color);
  padding: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.events-content .events-list li .events-date span {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 16px;
}

.events-content .events-list li span {
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
}

.events-content .events-list li h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.events-content .events-list li h3 a {
  color: var(--heading-color);
}

.events-content .events-list li:hover .events-date {
  background-color: var(--main-color);
}

.events-content .events-list li:hover h3 a {
  color: var(--main-color);
}

.events-content .events-list.events-list-style-three li {
  background-color: #f3f3f4;
  padding: 30px;
  padding-left: 150px;
}

.events-content .events-list.events-list-style-three li .events-date {
  padding: 20px;
  top: 31px;
  left: 31px;
}

.events-content .events-list.events-list-style-three li h3 {
  font-size: 23px;
}

.events-timer {
  background-color: var(--optional-color);
  text-align: center;
  padding: 50px 30px;
}

.events-timer .event-img {
  margin-bottom: 30px;
}

.events-timer span {
  color: var(--white-color);
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: var(--heading-font-family);
  margin-bottom: 30px;
}

.events-timer h3 {
  color: var(--heading-color);
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 900;
  letter-spacing: 5px;
}

.events-timer #timer div {
  display: inline-block;
  background-color: var(--white-color);
  color: var(--heading-color);
  width: 80px;
  height: 80px;
  padding-top: 13px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 30px;
}

.events-timer #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -4px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: normal;
  color: var(--heading-color);
  font-weight: 600;
}

.events-timer #timer div:last-child::before {
  display: none;
}

.events-timer #timer div:last-child::after {
  display: none;
}

/*
Admission Area Style
======================================================*/
.admission-img {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  z-index: 1;
}

.admission-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  border: 20px solid var(--main-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.admission-img:hover::before {
  border-color: var(--optional-color);
}

.admission-content span {
  font-size: 15px;
  color: var(--main-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.admission-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.admission-content p {
  margin-bottom: 30px;
}

/*
Find A Courses Area Style
======================================================*/
.find-courses-bg {
  position: relative;
  z-index: 1;
}

.find-courses-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  background-color: #f9f5f1;
  z-index: -1;
  display: none;
}

.find-courses-from-bg {
  background-color: #f9f5f1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.find-courses-from-bg h2 {
  font-size: 45px;
  margin-bottom: 30px;
  border-bottom: 1px solid #edebe8;
  padding-bottom: 10px;
  margin-top: -8px;
}

.find-courses-from-bg .form-group {
  margin-bottom: 25px;
  position: relative;
}

.find-courses-from-bg .form-group .form-control {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control::-webkit-input-placeholder {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control:-ms-input-placeholder {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control::-ms-input-placeholder {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control::placeholder {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control:focus {
  border-color: var(--main-color);
}

.find-courses-from-bg .form-group i {
  color: var(--body-color);
  position: absolute;
  top: 8px;
  right: 0;
  padding: 5px 15px;
  font-size: 20px;
}

.find-courses-from-bg select option {
  color: var(--heading-color);
}

.find-courses-from-bg .default-btn {
  width: 100%;
  background-color: var(--main-color);
  color: var(--white-color);
}

.find-courses-from-bg .default-btn:hover {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three {
  padding: 100px;
  padding-bottom: 75px;
  background-image: url(../images/find-courses-from-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

.find-courses-from-bg.find-courses-from-bg-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--optional-color);
  opacity: 0.9;
  z-index: -1;
}

.find-courses-from-bg.find-courses-from-bg-three h2 {
  text-align: center;
  color: var(--white-color);
  border-color: #384a57;
}

.find-courses-from-bg.find-courses-from-bg-three .single-check {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .single-check .checkmark {
  border: 1px solid var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-group i {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control:-ms-input-placeholder {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control::-ms-input-placeholder {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control::placeholder {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.find-courses-from-bg.find-courses-from-bg-three ul li {
  display: inline-block;
  margin-right: 30px;
}

.find-courses-from-bg.find-courses-from-bg-three ul li:last-child {
  margin-right: 0;
}

/*
Single Check Area Style
======================================================*/
.single-check {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 25px;
  font-weight: 600;
}

.single-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.single-check input:checked ~ .checkmark {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.single-check input:checked ~ .checkmark:after {
  display: block;
}

.single-check:hover input ~ .checkmark {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.single-check .checkmark {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  position: absolute;
  top: 5px;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.single-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: var(--white-color);
  border-radius: 50%;
}

/*
Counter Area Style
======================================================*/
.counter-area {
  overflow: hidden;
}

.counter-bg {
  position: relative;
  z-index: 1;
}

.counter-bg .shape {
  position: absolute;
  z-index: -1;
}

.counter-bg .shape.counter-shape-1 {
  top: -30px;
  left: -30px;
}

.counter-bg .shape.counter-shape-2 {
  bottom: -0;
  right: -30px;
}

.single-counter {
  background-color: var(--main-color);
  text-align: center;
  padding: 30px;
  margin-bottom: 24px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-counter.bg-172f41 {
  background-color: var(--optional-color);
}

.single-counter.mt-minus-24 {
  margin-top: -24px;
}

.single-counter.bg-style {
  background-color: #efeef2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 145px;
  padding-right: 40px;
  text-align: left;
  margin-bottom: 30px;
}
.campus-images {
  width: 80%;
}
.single-counter.bg-style i {
  position: absolute;
  top: 38px;
  left: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  text-align: center;
}

.single-counter.bg-style h2 {
  color: var(--heading-color);
}

.single-counter.bg-style h4 {
  color: var(--body-color);
}

.single-counter i {
  background-color: var(--white-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #F37435;
  display: inline-block;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 15px;
}

.single-counter h2 {
  color: var(--white-color);
  margin-bottom: 5px;
}

.single-counter h4 {
  font-weight: normal;
  font-size: 16px;
  color: var(--white-color);
}

.single-counter:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Campus Experience Area Style
======================================================*/
.campus-experience-area {
  background-image: url(../images/extracurricula/5.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 100px 0px;
  overflow: hidden;
}

.logistics-solutions-img {
  text-align: center;
}

.campus-experience-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev, .campus-experience-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  margin: 0 5px;
  opacity: 0;
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev i, .campus-experience-slider.owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color:#002347;
  border: 1px solid #002347;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
img.main-logo {
  width: 40%;
  text-align: center;
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev:hover i, .campus-experience-slider.owl-theme .owl-nav .owl-next:hover i {
  background-color: #002347;
  color: var(--white-color);
}

.campus-experience-slider.owl-theme .owl-nav .owl-next {
  right: -5px;
  left: auto;
}

.campus-experience-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.campus-experience-slider:hover.owl-theme .owl-nav .owl-prev, .campus-experience-slider:hover.owl-theme .owl-nav .owl-next {
  opacity: 1;
}

.single-campus-experience {
  background-color: var(--white-color);
  padding: 50px;
}

.single-campus-experience span {
  color: var(--main-color);
  margin-bottom: 10px;
  display: block;
}

.single-campus-experience h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-campus-experience .default-btn {
  margin-top: 16px;
}

.single-campus-experience .read-more {
  margin-top: 25px;
  display: block;
}

.campus-experience-bg {
  background-image: url(../images/campus-experience-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.campus-experience-bg .campus-experience-slider {
  max-width: 620px;
  margin-left: auto;
  margin-right: 50px;
}

.campus-experience-area-style .campus-experience-bg {
  position: relative;
}

.campus-experience-area-style .campus-experience-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: var(--optional-color);
  display: none;
}

.campus-experience-area-style .campus-experience-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 50px;
  background-color: var(--white-color);
  display: none;
}

/*
Team Area Style
======================================================*/
.single-team-member {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 30px;
  position: relative;
  transition: var(--transition);
}

.single-team-member .team-content {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--white-color);
}

.single-team-member .team-content .team-name {
  background: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 20px 20px;
  width: 351px;
  max-width: 100%;
  text-align: center;
}

.single-team-member .team-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.single-team-member .team-content span {
  display: block;
  font-size: 15px;
  color: var(--body-color);
}

.single-team-member .team-content .team-social .control {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: var(--optional-color);
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: -64px;
  color: var(--white-color);
  z-index: 1;
}

.single-team-member .team-content .team-social:hover .control {
  background-color: linear-gradient(to bottom, #F37335, #FDC830) !important;
}

.single-team-member .team-content .team-social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 64px;
  left: -64px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-team-member .team-content .team-social ul li a i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: var(--main-color);
  color: var(--white-color);
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
}
.section-title {
  max-width: 100% !important;
  margin: -8px auto 50px;
  text-align: center;
  position: relative;
}

.single-team-member .team-content .team-social ul li a:hover i {
  background-color: var(--heading-color);
}

.single-team-member .team-content .team-social ul li:nth-child(4) a i {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.single-team-member .team-content .team-social ul li:nth-child(3) a i {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.single-team-member .team-content .team-social ul li:nth-child(2) a i {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.single-team-member .team-content .team-social ul li:nth-child(1) a i {
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
}

.single-team-member .team-content .team-social:hover ul {
  opacity: 1;
}

.single-team-member .team-content .team-social:hover ul li:nth-child(4) a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(3) a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(2) a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(1) a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Application Submit Area Style
======================================================*/
.application-submit-bg {
  background-image: url(../images/application-submit-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 100px;
  overflow: hidden;
}

.application-submit-bg .col-lg-6 {
  position: relative;
}

.application-submit-bg.application-submit-bg-style-three {
  overflow: initial;
}

.application-submit-bg.application-submit-bg-style-three .application-submit-img {
  bottom: -201px;
}

.application-submit-content h2 {
  font-size: 45px;
  color: var(--white-color);
  margin-bottom: 40px;
}

.application-submit-content .default-btn {
  background-color: var(--white-color);
  color: var(--optional-color);
}

.application-submit-content .default-btn:hover {
  color: var(--white-color);
}

.application-submit-img {
  text-align: center;
  position: absolute;
  bottom: -205px;
  right: 0;
  left: 0;
}

/*
Costing Area Style
======================================================*/
.costing-content {
  margin-bottom: 30px;
}

.costing-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.costing-content p {
  margin-bottom: 20px;
}

.single-costing-card {
  background-color: #f3f3f4;
  padding: 30px;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 30px;
}

.single-costing-card h3 {
  font-size: 25px;
  color: var(--main-color);
  margin-top: -4px;
}

.single-costing-card .subtitle {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
}

.single-costing-card p {
  border-bottom: 1px solid #dddfe2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--heading-color);
  font-size: 15px;
}

.single-costing-card p span {
  color: var(--body-color);
}

.single-costing-card p .price {
  color: var(--main-color);
}

.single-costing-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.single-costing-card ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

.single-costing-card ul .price {
  color: var(--main-color);
  float: right;
}

.single-costing-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Blog Area Style
======================================================*/
.single-blog {
  margin-bottom: 30px;
}

.single-blog .blog-img {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.single-blog .blog-img span {
  background-color: var(--optional-color);
  color: var(--white-color);
  display: inline-block;
  padding: 5px 20px;
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.single-blog .blog-content {
  position: relative;
  z-index: 1;
}

.single-blog .blog-content::before, .single-blog .blog-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog .blog-content::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.single-blog .blog-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.single-blog .blog-content ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  color: var(--body-color);
}

.single-blog .blog-content ul li i {
  color: var(--main-color);
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.single-blog .blog-content ul li a {
  color: var(--body-color);
}

.single-blog .blog-content ul li a:hover {
  color: var(--main-color);
}

.single-blog .blog-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.single-blog .blog-content h3 a {
  color: var(--heading-color);
}

.single-blog .blog-content p {
  margin-bottom: 17px;
  color: var(--body-color);
}

.single-blog .blog-content .read-more {
  color: var(--heading-color);
}

.single-blog:hover .blog-content h3 a {
  color: var(--main-color);
}

.single-blog:hover .blog-content::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.single-blog:hover .blog-content::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
/*# sourceMappingURL=style.css.map */


@media only screen and (max-width: 991px){
  .slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100vw;
}
.others-options-for-mobile-devices {
  display: none !important;
  position: absolute;
  top: -1px;
  right: 50px;
  z-index: 9999;
}
figcaption {
  /* float: left; */
  /* width: 100%; */
  font-size: 19px;
  margin-top: 0px;
}

}

@media only screen and (max-width: 300px){
  .vjm-logo-section {
    float: left;
    width: 100%;
    text-align: center;
}
.vjm-logo-left {
  float: left;
  width: 100%;
  text-align: center;
}
.logo {
  float: left;
  width: 100%;
}
.others-options-for-mobile-devices {
  float: right;
  width: 50% !important;
}
img.logo-main {
  width: 20% !important;
}
.vjm-logo-right h4 {
  color: #172F41;
  font-size: 15px;
  font-weight: 600 !important;
}
.vjm-logo-right {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px 0px 0px;
}
.navbar-area {
  background-color: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding-top: 2px;
  padding-bottom: 15px;
  z-index: 2;
  height: auto;
  overflow: hidden;
}
.mobile-responsive-nav .logo {
  position: relative;
  width: 100%;
  z-index: -1 !important;
  text-align: left;
  float: left;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
  margin-top: 50px;
  background-color: var(--white-color);
  position: fixed;
}
div#main-link1 {
  width: 100% !important;
  text-align: left!important;
}
div#main-link2 {
width: 100%!important;
text-align: left!important;
}
div#main-link3 {
width: 100%!important;
text-align: left!important;
}
div#main-link4 {
width: 100%!important;
text-align: left!important;
}
div#main-link5 {
width: 100%!important;
text-align: left!important;
}
.single-footer-widget h3 {
margin-bottom: 15px;
text-align: left!important;
}
img.company-logo {
  width: 20%;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
  max-height: 55vh;
  overflow-y: scroll;
}
.nav-menu-a {
  font-weight: 600;
  font-size: 17px;
  color: black;
  line-height: 1.5;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  margin: 5px 0px;
}
.nav-menu-a:hover{
  color:#F37335;
}

}



@media only screen and (min-width: 301px) and (max-width: 420px) {
  .vjm-logo-section {
    float: left;
    width: 100%;
    text-align: center;
}
.vjm-logo-left {
  float: left;
  width: 100%;
  text-align: center;
}
.logo {
  float: left;
  width: 100%;
}
.others-options-for-mobile-devices {
  float: right;
  width: 50% !important;
}
img.logo-main {
  width: 20% !important;
}
.vjm-logo-right h4 {
  color: #172F41;
  font-size: 15px;
  font-weight: 600 !important;
}
.vjm-logo-right {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px 0px 0px;
}
.navbar-area {
  background-color: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding-top: 2px;
  padding-bottom: 15px;
  z-index: 2;
  height: auto;
  overflow: hidden;
}
.mobile-responsive-nav .logo {
  position: relative;
  width: 100%;
  z-index: -1 !important;
  text-align: left;
  float: left;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
  margin-top: 50px;
  background-color: var(--white-color);
  position: fixed;
}
div#main-link1 {
  width: 100%!important;
  text-align: left!important;
}
div#main-link2 {
width: 100%!important;
text-align: left!important;
}
div#main-link3 {
width: 100%!important;
text-align: left!important;
}
div#main-link4 {
width: 100%!important;
text-align: left!important;
}
div#main-link5 {
width: 100%!important;
text-align: left!important;
}
.single-footer-widget h3 {
margin-bottom: 15px;
text-align: left!important;
}
img.company-logo {
  width: 20%;
}
div#main-link {
  text-align: left!important;
  width: 100%!important;
}
div#main-link5 {
  width: 100%!important;
  text-align: left!important;
  margin-top: 10px;
}
img.qr {
  width: 50%!important;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
  max-height: 55vh;
  overflow-y: scroll;
}
.nav-menu-a {
  font-weight: 600;
  font-size: 17px;
  color: black;
  line-height: 1.5;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  margin: 5px 0px;
}
.nav-menu-a:hover{
  color:#F37335;
}

}


@media only screen and (min-width: 421px) and (max-width: 575px) {
  .vjm-logo-section {
    float: left;
    width: 100%;
    text-align: center;
}
.vjm-logo-left {
  float: left;
  width: 20%;
  text-align: right;
}
.logo {
  float: left;
  width: 100%;
}
.others-options-for-mobile-devices {
  float: right;
  width: 50% !important;
}
img.logo-main {
  width: 100% !important;
}
.vjm-logo-right h4 {
  color: #172F41;
  font-size: 19px;
  font-weight: 600 !important;
}
.vjm-logo-right {
  float: left;
  width: 60%;
  text-align: left;
  padding: 20px 0px 0px 0px;
}
.navbar-area {
  background-color: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding-top: 2px;
  padding-bottom: 15px;
  z-index: 2;
  height: auto;
  overflow: hidden;
}
.mobile-responsive-nav .logo {
  position: relative;
  width: 100%;
  z-index: -1 !important;
  text-align: left;
  float: left;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
  margin-top: 50px;
  background-color: var(--white-color);
  position: fixed;
}
div#main-link1 {
  width: 100%!important;
  text-align: left!important;
}
div#main-link2 {
width: 100%!important;
text-align: left!important;
}
div#main-link3 {
width: 100%!important;
text-align: left!important;
}
div#main-link4 {
width: 100%!important;
text-align: left!important;
}
div#main-link5 {
width: 100%!important;
text-align: left!important;
}
.single-footer-widget h3 {
margin-bottom: 15px;
text-align: left!important;
}
img.company-logo {
  width: 20%;
}
div#main-link {
  text-align: left!important;
  width: 100%!important;
}
div#main-link5 {
  width: 100%!important;
  text-align: left!important;
  margin-top: 10px;
}
img.qr {
  width: 50%!important;
}
img.company-logo {
  width: 20%;
}
.mobile-responsive-nav .mean-container .mean-bar {
  background: transparent;
  position: absolute;
  z-index: 999;
  padding: 0;
  margin: 20px 0px 0px 0px;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
  max-height: 55vh;
  overflow-y: scroll;
}
.nav-menu-a {
  font-weight: 600;
  font-size: 17px;
  color: black;
  line-height: 1.5;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  margin: 5px 0px;
}
.nav-menu-a:hover{
  color:#F37335;
}

}


@media only screen and (min-width: 576px) and (max-width: 768px) {
  .top-header .header-left-content li {
    display: inline-block;
    margin-right: 12px;
}
  .vjm-logo-section {
    float: left;
    width: 100%;
    text-align: center;
}
.vjm-logo-left {
  float: left;
  width: 25%;
  text-align: right;
}
.logo {
  float: left;
  width: 100%;
}
.others-options-for-mobile-devices {
  float: right;
  width: 50% !important;
}
img.logo-main {
  width: 100% !important;
}
.vjm-logo-right h4 {
  color: #172F41;
  font-size: 25px;
  font-weight: 600 !important;
}
.vjm-logo-right {
  float: right;
  width: 75%;
  text-align: left;
  padding: 40px 0px 0px 0px;
}
.navbar-area {
  background-color: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding-top: 2px;
  padding-bottom: 15px;
  z-index: 2;
  height: auto;
  overflow: hidden;
}
.mobile-responsive-nav .logo {
  position: relative;
  width: 100%;
  z-index: -1 !important;
  text-align: left;
  float: left;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
  margin-top: 50px;
  background-color: var(--white-color);
  position: fixed;
}
div#main-link1 {
  width: 100%!important;
  text-align: left!important;
}
div#main-link2 {
width: 100%!important;
text-align: left!important;
}
div#main-link3 {
width: 100%!important;
text-align: left!important;
}
div#main-link4 {
width: 100%!important;
text-align: left!important;
margin-top:10px;
}
div#main-link5 {
width: 100%!important;
text-align: left!important;
}
.single-footer-widget h3 {
margin-bottom: 15px;
text-align: left!important;
}
img.company-logo {
  width: 20%;
}
div#main-link {
  text-align: left!important;
  width: 100%!important;
}
div#main-link5 {
  width: 100%!important;
  text-align: left!important;
  margin-top: 10px;
}
img.qr {
  width: 50%!important;
}
.single-footer-widget .address li {
  position: relative;
  margin-bottom: 11px;
  position: relative;
  padding-left: 35px;
  color: var(--white-color);
  font-size: 19px;
}
.single-footer-widget p {
  margin-bottom: 25px;
  color: var(--white-color);
  text-align: justify;
  font-size: 19px;
}
.mobile-responsive-nav .mean-container .mean-bar {
  background: transparent;
  position: absolute;
  z-index: 999;
  padding: 0;
  margin: 40px 0px 0px 0px;
}
img.company-logo {
  width: 12%;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
  max-height: 55vh;
  overflow-y: scroll;
}
.nav-menu-a {
  font-weight: 600;
  font-size: 17px;
  color: black;
  line-height: 1.5;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  margin: 5px 0px;
}
.nav-menu-a:hover{
  color:#F37335;
}

}


@media only screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .header-left-content li {
    display: inline-block;
    margin-right: 12px;
}
  .vjm-logo-section {
    float: left;
    width: 100%;
    text-align: center;
}
.vjm-logo-left {
  float: left;
  width: 25%;
  text-align: right;
}
.logo {
  float: left;
  width: 100%;
}
.others-options-for-mobile-devices {
  float: right;
  width: 50% !important;
}
img.logo-main {
  width: 100% !important;
}
.vjm-logo-right h4 {
  color: #172F41;
  font-size: 30px;
  font-weight: 600 !important;
}
.vjm-logo-right {
  float: right;
  width: 75%;
  text-align: left;
  padding: 50px 0px 0px 0px;
}
.navbar-area {
  background-color: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding-top: 2px;
  padding-bottom: 15px;
  z-index: 2;
  height: auto;
  overflow: hidden;
}
.mobile-responsive-nav .logo {
  position: relative;
  width: 100%;
  z-index: -1 !important;
  text-align: left;
  float: left;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
  margin-top: 50px;
  background-color: var(--white-color);
  position: fixed;
}
div#main-link {
  width: 100%;
}
div#main-link1 {
  width: 33%;
  text-align: left;
  margin-top: 10px;
}
div#main-link2 {
  width: 33%;
  text-align: left;
  margin-top: 5%;
}
div#main-link3 {
  width: 33%;
  text-align: left;
  margin-top: 5%;
}
div#main-link5 {
  width: 50%;
  margin-top: -50px;
  text-align: left;
}
div#main-link5 h3{
  padding-left: 30px;
}
div#main-link4 {
  position: relative;
  margin-top: 0px;
  width: 50%;
  text-align: left;
}

.single-footer-widget h3 {
  margin-bottom: 15px;
  text-align: left;
}
.single-footer-widget .address li {
  position: relative;
  margin-bottom: 11px;
  position: relative;
  padding-left: 35px;
  color: var(--white-color);
  font-size: 19px;
}
.single-footer-widget p {
  margin-bottom: 25px;
  color: var(--white-color);
  text-align: justify;
  font-size: 19px;
}
.mobile-responsive-nav .mean-container .mean-bar {
  background: transparent;
  position: absolute;
  z-index: 999;
  padding: 0;
  margin: 50px 0px 0px 0px;
}
img.company-logo {
  width: 12%;
}
.top-header .header-left-content li a {
  color: var(--white-color);
  font-size: 15px;
}
.top-header .header-right-content li a {
  color: var(--white-color);
  font-size: 15px;
}
img.qr {
  width: 30%;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
  max-height: 55vh;
  overflow-y: scroll;
}
.nav-menu-a {
  font-weight: 600;
  font-size: 17px;
  color: black;
  line-height: 1.5;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  margin: 5px 0px;
}
.nav-menu-a:hover{
  color:#F37335;
}

}


@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 9px;
    padding-left: 9px;
    margin: 0px 4px;
    text-align: center;
    /* background: #172F40; */
    background: #F37335;
    z-index: 0;
    color: white;
    font-weight: 600;
    font-size: 14px;
    color: white;
}
  .vjm-logo-right h4 {
    color: #172F41;
    font-size: 14px;
    font-weight: 600 !important;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  margin-left: 10px;
  margin-right: 5px;
  font-size: 11px;
}

.single-footer-widget .address li {
  position: relative;
  margin-bottom: 11px;
  position: relative;
  padding-left: 35px;
  color: var(--white-color);
  font-size: 13px !important;
}
.single-footer-widget .import-link li {
  margin-bottom: 16px;
  font-size: 13px;
}
div#main-link {
  text-align: left;
  width: 23%;
}
div#main-link1 {
  width: 15%;
  text-align: left;
}
div#main-link2 {
  width: 18%;
  text-align: left;
  margin-top: 0px;
}
div#main-link3 {
  text-align: left;
  margin-top: 0%;
  width: 19%;
}
div#main-link4 {
  text-align: left;
  margin-top: -50px;
  width: 25%;
}
div#main-link5 {
  width: 100%;
  margin-top: -20px;
  text-align: center;
}
img.qr {
  width: 20%;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 4px;
  padding-left: 4px;
  border: inherit;
  margin: 0px 3px;
  text-align: center;
  background: white;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 12.5px;
  color: #F37635 !important;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  z-index: 9999;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover {
  cursor: pointer;
  color: #F37635 !important;
}

}


@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 9px;
    padding-left: 9px;
    margin: 0px 4px;
    text-align: center;
    /* background: #172F40; */
    background: #F37335;
    z-index: 0;
    color: white;
    font-weight: 400;
    font-size: 15px;
    color: white;
}
  .desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 4px;
    padding-left: 4px;
    border: inherit;
    margin: 0px 3px;
    text-align: center;
    background: white;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a {
    font-weight: 600;
    font-size: 12.5px;
    color: #F37635 !important;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    z-index: 9999;
  }
  .desktop-nav .navbar .navbar-nav .nav-item:hover {
    cursor: pointer;
    color: #F37635 !important;
  }
  .vjm-logo-right h4 {
    color: #172F41;
    font-size: 14px;
    font-weight: 600 !important;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 17px;
  color: #172F41;
  line-height: 1;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  margin-left: 10px;
  margin-right: 5px;
  font-size: 11px;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-right: 0;
  padding-left: 0;
  border: 3px solid white;
  margin: 0px 3px;
  text-align: center;
  background: white;
}
.single-footer-widget .address li {
  position: relative;
  margin-bottom: 11px;
  position: relative;
  padding-left: 35px;
  color: var(--white-color);
  font-size: 13px !important;
}
.single-footer-widget .import-link li {
  margin-bottom: 16px;
  font-size: 13px;
}
div#main-link1 {
  width: 14%;
  text-align: left;
  margin-left: 1%;
}
div#main-link1 {
  width: 15%;
  text-align: left;
}
div#main-link2 {
  width: 18%;
  text-align: left;
  margin-top: 0px;
}
div#main-link3 {
  text-align: left;
  margin-top: 0%;
  width: 19%;
}
div#main-link4 {
  text-align: left;
  margin-top: -50px;
  width: 25%;
}
div#main-link5 {
  width: 100%;
  margin-top: -20px;
  text-align: center;
}
img.qr {
  width: 20%;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 4px;
  padding-left: 4px;
  border: none;
  margin: 0px 3px;
  text-align: center;
  background: white;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 17px;
  color: white;
  line-height: 1;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 15px;
  color: #172F41;
  line-height: 1;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

}

.academic-single-study {
  border: none;
}

.single-container {
  position: relative;
  width: 100%;
  
}

.single-container-image {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 45vh;
}

.single-overlay {
  position: absolute; 
  bottom: 0; 
  background: #172F41;
  
  width: 100%;
  transition: .5s ease;
  opacity:0;
 
  padding: 5px;
  text-align: center;
 
}
.single-overlay h5{
  color: white !important;
  font-size: 15px;
  font-weight: 500;
}
.single-overlay h4{
  color: white !important;
  font-size: 16px;
  font-weight: 500;
}
.product-img h3{
  color:white !important;
}
.main-default-content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #172F41;
  display: none;
}
.single-container:hover .single-overlay {
  opacity: 1;
}
#academic-single-study:hover {
  background-color: var(--white-color) !important;
  border: 1px solid #e8e8e8!important;
  z-index: -1!important;
  border-image-source: var(--white-color)!important;
  border-image-slice: 1!important;
}
.vjm-curriculumn{
  background-image: url('../images/Banner/pattern.png');
  background-repeat: no-repeat;
  background-size: cover;
 
  background-attachment: fixed;

}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.style-img:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  
}


/* Modal */
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  height: 100%;
  width: 100%;
}
.modalPopup {
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  background: #68D3E8 !important;
  width: auto;
  padding: 0px;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
  box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}
.fade:not(.show) {
  opacity: 1;
}
.modalContent {padding: 0 2em;}
.headerBar {
  width: 100%;
  background: #68D3E8;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #68D3E8;
}
.headerBar img {
margin: 1em .7em;
}
.popup-img {
  width: 10%;
}
#modalOverlay button#button {
  position: absolute;
  margin-top: -10px;
  font-size: 35px;
  background: none;
  margin-left: 46%;
  z-index: 1;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top:10px;
}



/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity:0;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.pop-img {
  width: 70%;
}
.rs-services i{
  color:whitel
}
.container-rs{
  float:none;
  width:100%;
  max-width: 80% !important;
  margin: 0 auto;
}

.rs-services-style1 .services-item {
  background-color: #212121;
  padding: 25px 17px 17px;
  position: relative;
  box-shadow: 0 4px 2px -2px #000000;
  z-index: 111;
  margin-top: -30px;
  transition: all 0.3s ease 0s;
}
.blue-color {
  box-shadow: 0px 4px 13px #046875 !important;
}
.home5 .rs-services-style1 .services-item .services-desc {
  position: relative;
  z-index: 111;
  margin-top: 6px;
}
.home5 .rs-services-style1 .services-item .services-desc .services-title {
  margin-bottom: 6px;
  position: relative;
}

.rs-services-style1 .services-desc .services-title {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 7px;
  z-index: 10;
  text-align: center;
}
.video-button {
  opacity: 0;
}
.home5 .rs-services-style1 .services-item .services-desc p {
  color: #eee;
}

.rs-services-style1 .services-desc p {
  color: white;
  margin-bottom: 0;
}

.home5 .rs-services-style1 .services-item {
  margin-top: 0;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.services-item.blue-color.rs-animation-hover {
  background: #00bcd4 !important;
}
 

.blue-color .services-icon {
  background: #00bcd4 !important;
}

.home5 .rs-services-style1 .services-item .services-icon {
  color: #fff;
  top: -50px;
  line-height: 90px;
  font-size: 40px;
}
.rs-services-style1 .services-icon {
  height: 130px;
  width: 130px;
  background-color: #212121;
  line-height: 88px;
  text-align: center;
  position: absolute;
  top: -50px;
  z-index: -1;
  font-size: 40px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
 
  transition: all 0.3s ease 0s;
}
.rs-animation-hover:not(:hover), .rs-animation-hover:not(:hover) [class*='rs-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

.rs-services-style1 .services-icon i {
  display: inline-block;
  color: white;
}
.services-item.orange-color{
  background: #fc7f0c ;
}
.orange-color {
  box-shadow: 0px 4px 13px #9c510b !important;
}
.orange-color .services-icon {
  background: #fc7f0c;
}
.services-item.purple-color.rs-animation-hover{
  background: #92278f;
}
.purple-color {
  box-shadow: 0px 4px 13px #50154f !important;
}
.purple-color .services-icon {
  background: #92278f !important;
}

.services-item.red-color.rs-animation-hover{
  background: #E31F25;
}
.red-color {
  box-shadow: 0px 4px 13px #75231a !important;
}
.red-color .services-icon {
  background: #E31F25 !important;
}
img.main-logo-footer {
  width: 100%;
  text-align: center;
}

.pops-img {
  width: 95%;
  z-index: -1;
  position: relative;
  margin-top: 40px;
  margin-left: 21px;
  height: 50vh;
}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}



/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: 0;
}
.studys-area .section-title h2 {
  font-size: 30px;
  margin-bottom: 15px;
  position: relative;
  color: #E31F25;

}
.about-content.ml-15 {
  position: relative;
  margin-top: 0px;
}
.about-content h3{
  color: #f46b45;
}
a.default-btn {
  color: white !important;
}

.overlay-g {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #041444;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  opacity:0.75;
}

.gallery-container:hover .overlay-g {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text-g {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  border: 10px solid #031e36;
}

.portfolio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.portfolio__item {
  background-color: rgb(14, 22, 88);
  overflow: hidden;
}

.portfolio__img {
  transition: transform 750ms cubic-bezier(.5, 0, .5, 1), opacity 250ms linear;
}

.portfolio__item:focus {
  position: relative;
  z-index: 2;
}

.portfolio__img:hover,
.portfolio__item:focus .portfolio__img {
  transform: scale(1.2);
  opacity: .5;
}

img.abt-img-front {
  position: absolute;
  width: 80%;
  margin-top: -40px;
  background: #f46b45;
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  z-index: 0;
  -webkit-animation: sliderShape 5s linear infinite;
  top: -25px;
  left: 0px;
  /* border: 5px solid #f46b45; */
}
@keyframes sliderShape{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}
.about-content h4 {
  font-weight: 600;
  font-size: 30px;
  margin-top: 0px;
  color: #f46b45;
  text-align: left;
}
.about-content h2 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  text-transform: inherit;
}
.about-content p {
  float: none;
  width: 100%;
  max-width: 100%;
  text-align: justify;
  margin: 10px auto;
  font-size: 16px;
}
.abt-txt {
  background: linear-gradient(to right, #f46b45, #eea849);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  text-align: center;
  padding: 20px 0px;
}
.abt h5 {
  text-align: left;
  margin-bottom: 10px;
  color: #f46b45;
  font-size: 22px;
}
.abt p {
  float: none;
  width: 100%;
  max-width: 90%;
 
  text-align: justify;
  line-height: 1.5;
  margin: 15px 0px 10px 0px;
  height: auto;
  color: #092549;
  font-weight: 500;
  word-spacing: 1px;
  font-size: 16px;
}
.marker {
  stroke-width: 4px;
  stroke: #f46b45;
  fill: #ffffff;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: outline 5s linear infinite;
  display: inline-block;
}
@keyframes outline {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
svg#tree {
  float: left;
  width: 550px;
  height: 60vh;
  margin-left: 0px;
  margin-bottom: 0;
}
.abt{
  background-image: url('../images/Banner/15.webp');
  background-size: cover;
  background-repeat: no-repeat;
}
.box {
  margin-top: -30%;
}
.box1 {
  margin-top: 10%;
}
.page-title {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.page-title h2 {
  position: relative;
  font-size: 32px;
  z-index: 1;
}
.page-title h2 span {
  color: #f46b45;
}
p.abt-para {
  font-size: 15px;
  margin: 5px 0px;
  text-align: justify;
}
.ci-icon {
  display: table-cell;
  width: 54px;
  padding-right: 25px;
}
.ci-icon i {
  position: relative;
  font-size: 42px;
  color: #f46b45;
  opacity: .7;
}
.block-title h3 {
  position: relative;
  font-size: 21px;
  z-index: 1;
}
.ci-text h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  margin: 10px 0px;
}
.ci-text p{
  margin-bottom: 20px;
}

.mhn-inner {
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  margin: 0px 20px;
  padding: 20px;
  height: 18vh;
  overflow: hidden;
}

.mhn-img:hover {
  transform: scale(0.8); 
}
.mhn-imgs:hover {
  transform: scale(1.1); 
}
@-webkit-keyframes L_circle_rotate
{0%
  {-webkit-transform:rotate(0);transform:rotate(0)}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
  @keyframes L_circle_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
  @-webkit-keyframes L_stroke_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
  12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}
  25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}
  37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}
  50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}
  62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}
  75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}
  87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}
  100%{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}
  @keyframes L_stroke_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
  12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}100%{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@-webkit-keyframes L_stroke_left_grow{0%,100%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes L_stroke_left_grow{0%,100%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@-webkit-keyframes L_stroke_right_grow{0%,100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(140deg);transform:rotate(140deg)}}@keyframes L_stroke_right_grow{0%,100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(140deg);transform:rotate(140deg)}}.loader-circle{top:50%;left:50%;z-index:1;color:#444;margin-top:-1em;margin-left:-1em;position:absolute;-webkit-animation:L_circle_rotate 1.568s linear infinite both;animation:L_circle_rotate 1.568s linear infinite both}.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right:before,.loader-circle:before{content:'';display:block;border-style:solid;border-width:.21429em;border-color:currentColor}.loader-circle,.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right,.loader-circle .loader-stroke-right:before,.loader-circle:before{width:2em;height:2em;border-radius:50%;box-sizing:border-box}.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right{position:absolute;clip:rect(0 2em 2em 1em)}.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-right:before{position:absolute;clip:rect(0 1em 2em 0)}.loader-circle:before{position:absolute;clip:rect(0 1.05em 1em .95em)}.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-right,.loader-circle:before{-webkit-animation:L_stroke_rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both}.loader-circle .loader-stroke-right:before{-webkit-animation:L_stroke_right_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_right_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both}.loader-circle .loader-stroke-left:before{-webkit-animation:L_stroke_left_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_left_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both}

.mhn-slide .owl-prev,
.mhn-slide .owl-next{
	top:110px;
	z-index:2;
	width:40px;
	height:40px;
	padding:8px;
	margin-top:-20px;
	position:absolute;
	border-radius:50%;
	background-color:#fff;
	box-shadow:0 4px 4px rgba(0,0,0,.3),0 0 4px rgba(0,0,0,.2)
}
.mhn-slide .owl-prev{left:-10px}
.mhn-slide .owl-next{right:-10px}

.lab-img:hover {
  transform: scale(1.1);
  overflow: hidden; 
}
.lab-img{
  border: 5px solid #d7d7d7;
}
.line-1 {
  height: 3px;
  background: linear-gradient(to right, #ff4b1f, #ff9068);
  width: 10%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.fun-fact {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 0 15px;
  background: #fff;
  padding: 15px 10px 15px 10px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 15px;
}
.fun-fact:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 12px 17px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 12px 17px rgba(0, 0, 0, .12);
  box-shadow: 0 12px 17px rgba(0, 0, 0, .12);
}
.mhn-inne {
  height: auto !important;
}
.doc h5 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0px;
  text-align: center;
  color: #f46b45;
}
.image-doc {
  display: block;
  width: 80%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.fun-fact i {
  position: relative;
  font-size: 33px;
  color: #092549;
  margin-bottom: 6px;
  width: 33px;
  height: 33px;
}
.fun-fact h4 {
  font-size: 18px;
  margin: 15px;
}
.fun-fact-block-value {
  color: #f46b45;
  font-size: 20px;
  line-height: 50px;
  display: block;
  margin: 15px 0 10px;
  font-weight: 500;
}
.page-title h4 {
  font-size: 22px;
  text-indent: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f46b45;
}
.subject tr:nth-child(1) {
  background-color: #dddddd;
}
.subject td, th {
  border: 1px solid #a3a3a3;
  text-align: left;
  padding: 8px;
  font-size: 16px;
}
.main-default-content p {
  text-align: justify;
  font-size: 17px;
  margin-left: 0;
}
.facility p{
  text-align: justify;
  font-size: 16px;
  margin-left: 0px;
  color: black;
}
.facility h5 {
  color: #f37335;
  font-size: 25px !important;
  text-transform: uppercase;
}
#slideshow {
  top: 0vh;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.card {
  position: absolute;
  width: 20vw;
  height: 20vw;
  border: 5px solid white;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.card h1 {
  font-family: sans-serif;
  position: relative;
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
  color: gray;
}
p {
  color: gray;
  margin-left: 0px;
}
.center1 {
  transition: 1s;
  width: 30vw;
  height: 30vw;
  font-size: 25px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #757575;
}
.center1 h1 {
  font-size: 40px;
}
.center2 {
  z-index: -1;
  transition: 1s;
  top: -5vh;
  width: 25vw;
  border: 1px solid #757575;
  height: 25vw;
  left: 50%;
  transform: translateX(-50%);
  opacity:0;
}
.back1 {
  width: 20vw;
  height: 20vw;
  top: 5vh;
  transition: 1s;
  border: 1px solid #757575;
  left: 10vw;
  right: auto;
  transform: translateX(0%);
}
.back2 {
  position: absolute;
  width: 20vw;
  height: 20vw;
  top: 5vh;
  transition: 1s;
  border: 1px solid #757575;
  left: auto;
  right: 10vw;
  transform: translateX(0%);
}
.slide-container{
 
  height: 50vh;
  width: 100%;
}
.cur-title{
  color: #002346;
}
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  background: #ffffff;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #000000;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.button:hover {
  background-color: rgba(0,0,0,0.1);
}

.button:active,
.button.is-checked {
  background-color: rgba(0,0,0,0.1);
  outline: none;
}

.button-group {
  margin: 20px 0;
  text-align: center;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}

@media (max-width: 1024px) {
  .grid article {
    width: 31.3%;
  }
}

@media (max-width: 767px) {
  .grid article {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%;
  }
}

.slide-text {
  color: white;
  margin: 0 auto;
  float: none;
  width: 100%;
  max-width: 90%;
  text-align: center;
  padding: 100px 0px 0px 0px;
  line-height: 1.5;
  font-size: 35px;
  opacity: 0.8;
}

#content-section-fac {
  background: #f3f3f3;
  padding: 25px;
  border-radius: 5px;
}
.noise-mask {
  width: 100%;
  height: 50vh;
  z-index: 10;
  position: relative;
  /* background: black; */
  float: none;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden !important;
}
.road {
  width: 120%;
  height: 14px;
  background-color: #495057;
  top: 360px;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
}

.bus {
  position: absolute;
  width: 500px;
  margin: 0 auto;
  top: 100px;
  animation: bus-bounce .75s linear infinite;
  left: 40%;
}

.dashboard {
  background-color: #eea849;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 2px solid #DADADA;
  height: 95px;
  width: 80px;
  top: 45px;
  position: absolute;
  left: 80px;
  z-index: 2;
  transform: skew(-7deg);
  z-index: 4;
}

.cabin {
  background-color: #eea849;
  border-top-right-radius: 20px;
  border-top-left-radius: 30px;
  border: 2px solid white;
  border-bottom: 0;
  height: 95px;
  width: 410px;
  top: 45px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.chassy-front-top {
  width: 450px;
  position: absolute;
  right: 0;
  height: 60px;
  top: 140px;
  border-top-left-radius: 30px;
  background-color: #eea849;
  border: 2px solid black;
  z-index: 3;
}

.chassy-front-bottom {
  width: 450px;
  position: absolute;
  margin: 0 auto;
  height: 30px;
  top: 200px;
  right: 0;
  background-color: #eea849;
  border: 2px solid black;
  z-index: 3;
}

.chassy-back-top {
  width: 500px;
  position: absolute;
  height: 65px;
  top: 140px;
  right: 0;
  border: 2px solid bl;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 2px;
  background-color: #eea849;
  z-index: 2;
}

.chassy-back-bottom {
  width: 50px;
  position: absolute;
  height: 20px;
  top: 205px;
  left: 0px;
  border: 2px solid black;
  border-top-right-radius: 18px;
  background-color: #eea849;
  z-index: 1;
}

.wheel-well-front {
  width: 75px;
  position: absolute;
  left: 75px;
  height: 35px;
  top: 195px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #eea849;
  border: 2px solid black;
  z-index: 4;
}

.wheel-well-rear {
  width: 75px;
  position: absolute;
  right: 55px;
  height: 38px;
  top: 192px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-color: #eea849;
  border: 2px solid black;
  z-index: 4;
}

.wheel, .right-wheel, .wheel-right-front, .wheel-right-rear, .left-wheel, .wheel-left-front, .wheel-left-rear {
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 100px;
  border: 2px solid black;
  position: absolute;
  top: 200px;
}

.right-wheel, .wheel-right-front, .wheel-right-rear {
  background-color: black;
  z-index: 0;
}

.left-wheel, .wheel-left-front, .wheel-left-rear {
  background-color: #25294a;
  z-index: 5;
}

.wheel-left-front {
  left: 83px;
  animation: wheel-bounce .8s infinite ease-in-out;
}

.wheel-left-rear {
  right: 62px;
  animation: rear-wheel-bounce 2s infinite ease-in-out;
}

.wheel-right-front {
  left: 35px;
}

.wheel-right-rear {
  right: 105px;
}

.bumper {
  width: 60px;
  position: absolute;
  height: 20px;
  top: 215px;
  left: -10px;
  border: 2px solid black;
  border-radius: 5px;
  background-color: #eea849;
  z-index: 10;
  animation: bumper-move .7s ease-in-out infinite;
}

.hubcap {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-color: black;
  border-radius: 100px;
  position: relative;
  border: 2px solid black;
  left: 13px;
  top: 13px;
  z-index: 6;
}

.dashboard-window {
  height: 50px;
  width: 72px;
  border: 2px solid black;
  background-color: #eea849;
  z-index: 6;
  position: absolute;
  margin: 0;
  top: 84px;
  transform: skew(-7deg);
  left: 81px;
}
.dashboard-window:after {
  position: relative;
  content: '';
  height: 50px;
  background-color: black;
  width: 2px;
  top: 0px;
  left: 34px;
  display: block;
  z-index: 7;
}

.dashboard-transom {
  height: 25px;
  width: 70px;
  border: 2px solid black;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #eea849;
  z-index: 6;
  position: absolute;
  margin: 0;
  top: 53px;
  transform: skew(-7deg);
  left: 88px;
}

.cabin-window, .window-1, .window-2, .window-3, .window-4, .window-5 {
  height: 50px;
  width: 50px;
  border: 2px solid black;
  border-radius: 2px;
  background-color: #eea849;
  z-index: 6;
  position: absolute;
  margin: 0;
  top: 84px;
}
.cabin-window:after, .window-1:after, .window-2:after, .window-3:after, .window-4:after, .window-5:after {
  position: relative;
  content: '';
  height: 2px;
  background-color: black;
  width: 50px;
  top: 20px;
  display: block;
  z-index: 7;
}

.window-background-1, .window-3 {
  background: linear-gradient(-45deg, #a8b0e7 0%, #a8b0e7 50%, #d3d7f3 51%, #d3d7f3 100%);
  background-size: 200% 200%;
  animation: window-light 3s ease infinite;
}

.window-background-2, .window-1, .window-4 {
  background: linear-gradient(135deg, #a8b0e7 0%, #a8b0e7 50%, #d3d7f3 51%, #d3d7f3 100%);
  background-size: 200% 200%;
  animation: window-light 3s ease infinite;
}

.window-background-3, .window-5 {
  background: linear-gradient(135deg, #a8b0e7 0%, #a8b0e7 20%, #d3d7f3 21%, #d3d7f3 70%, #a8b0e7 71%, #a8b0e7 100%);
  background-size: 200% 200%;
  animation: window-light 3s ease infinite;
}

.window-background-4, .dashboard-window {
  background: linear-gradient(135deg, #d3d7f3 0%, #d3d7f3 30%, #a8b0e7 31%, #a8b0e7 55%, #d3d7f3 56%, #d3d7f3 100%);
  background-size: 200% 200%;
  animation: window-light 3s ease infinite;
}

.window-1 {
  left: 180px;
}

.window-2 {
  background-color: #d3d7f3;
  left: 240px;
}

.window-3 {
  left: 300px;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.window-4 {
  left: 360px;
}

.window-5 {
  left: 420px;
}

.grill {
  width: 40px;
  height: 35px;
  background-color: #25294a;
  position: absolute;
  top: 165px;
  z-index: 7;
  border: 2px solid black;
  border-radius: 6px;
}

.grill-bar, .grill-bar-1, .grill-bar-2, .grill-bar-3, .grill-bar-4 {
  height: 2px;
  background-color: black;
  width: 100%;
  position: relative;
}

.grill-bar-1 {
  top: 6px;
}

.grill-bar-2 {
  top: 12px;
}

.grill-bar-3 {
  top: 18px;
}

.grill-bar-4 {
  top: 24px;
}

.rock, .rock-1, .rock-2 {
  width: 8px;
  height: 6px;
  border: 2px solid black;
  border-bottom: 0;
  border-radius: 10px;
  position: absolute;
  top: 365px;
  left: -20%;
  background-color: #F2D2FF;
}

.rock-1 {
  animation: rock-move-1 3s linear infinite;
}

.rock-2 {
  animation: rock-move-2 2.5s linear infinite;
}


.lamp-1 {
  position: absolute;
  top: 36%;
  left: -20%;
  animation: lamp-move-1 4s linear infinite;
  /* display: none; */
}

.lamp-2 {
  position: absolute;
  top: 235px;
  left: -20%;
  animation: lamp-move-2 8s linear infinite;
}

.lamp-base {
  background-color: transparent;
  height: 125px;
  width: 15px;
  border: 2px solid black;
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.lamp-post {
  position: absolute;
  top: -171px;
  left: 8px;
  border: 2px solid black;
  border-right: 0;
  border-bottom: 0;
  height: 170px;
  width: 110px;
  border-top-left-radius: 50px;
  z-index: 1;
}

.lamp-bulb {
  height: 10px;
  width: 50px;
  background-color: #000000;
  position: absolute;
  top: -169px;
  left: 65px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}



.mirror-rail {
  width: 114px;
  height: 65px;
  background-color: transparent;
  border-radius: 10px;
  position: absolute;
  display: block;
  top: 75px;
  left: 62px;
  border: 2px solid black;
  z-index: 3;
}

.mirror, .left-mirror, .right-mirror {
  width: 13px;
  height: 42px;
  background-color: #25294a;
  border: 2px solid black;
  position: absolute;
  top: 87px;
  z-index: 8;
}

.left-mirror {
  left: 170px;
}

.right-mirror {
  left: 54px;
}

@keyframes lamp-move-1 {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}
@keyframes lamp-move-2 {
  0% {
    left: -100%;
  }
  100% {
    left: 180%;
  }
}
@keyframes rock-move-1 {
  0% {
    left: -0%;
  }
  99% {
    left: 130%;
  }
  100% {
    left: -20%;
  }
}
@keyframes bumper-move {
  0% {
    top: 215px;
  }
  25% {
    top: 216px;
  }
  50% {
    top: 215px;
  }
  75% {
    top: 214px;
  }
  100% {
    top: 215px;
  }
}
@keyframes bus-bounce {
  0% {
    top: 100px;
  }
  20% {
    top: 99px;
  }
  40% {
    top: 100px;
  }
  75% {
    top: 98px;
  }
  100% {
    top: 100px;
  }
}
@keyframes wheel-bounce {
  0% {
    top: 201px;
  }
  25% {
    top: 200px;
  }
  50% {
    top: 199px;
  }
  75% {
    top: 200px;
  }
  100% {
    top: 201px;
  }
}
@keyframes rear-wheel-bounce {
  0% {
    top: 200px;
  }
  48% {
    top: 199px;
  }
  50% {
    top: 198px;
  }
  52% {
    top: 199px;
  }
  100% {
    top: 200px;
  }
}
@keyframes window-light {
  0% {
    background-position: 0% 72%;
  }
  50% {
    background-position: 100% 29%;
  }
  100% {
    background-position: 0% 72%;
  }
}
p.speech {
  position: fixed;
  bottom: 50px;
  right: 500px;
  width: 200px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #fff;
  border: 4px solid #666;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
}

.line {
  height: 3px;
  background: linear-gradient(to right, #ff4b1f, #ff9068);
  width: 20%;
  margin-left: 0px;
  margin-top: 5px;
}
sup{
  color:red;
}

.book {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 17rem;
  height: 12.5rem;
  perspective: 70rem;
}
.cover {
  background-color: #36354e;
  transform: rotateY(0deg);
  width: 10.25rem;
  height: 12.5rem;
  left: -12px;
  font-size: 20px;
  color: white;
}
.page {
  top: 0.25rem;
  left: 0.25rem;
  background-color: #e9e6c4;
  transform: rotateY(0deg);
  width: 9rem;
  height: 12rem;
  text-align: right;
  font-size: 19px;
font-weight: 500;
  color: black;
  font-family: monospace;
}
.page::before, .page::after {
  display: block;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  content: "";
  padding-bottom: 1rem;
}
.cover, .page {
  position: absolute;
  padding: 1rem;
  transform-origin: 100% 0;
  border-radius: 5px 0 0 5px;
  box-shadow: inset 3px 0px 20px rgba(0, 0, 0, 0.2),
    0px 0px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.cover.turn {
  animation: bookCover 3s forwards;
}
.page.turn {
  animation: bookOpen 3s forwards;
}
.page:nth-of-type(1) {
  animation-delay: 0.05s;
}
.page:nth-of-type(2) {
  animation-delay: 0.33s
}
.page:nth-of-type(3) {
  animation-delay: 0.66s;
}
.page:nth-of-type(4) {
  animation: bookOpen150deg 3s forwards;
  animation-delay: 0.99s;
}
.page:nth-of-type(5) {
  animation: bookOpen30deg 3s forwards;
  animation-delay: 1.2s;
}
.page:nth-of-type(6) {
  animation: bookOpen55deg 3s forwards;
  animation-delay: 1.25s;
}
@keyframes bookOpen {
  30% { z-index: 999 }
  100% {  transform: rotateY(180deg);
    z-index: 999;}
}
@keyframes bookCover {
  30% { z-index: 999 }
  100% {  transform: rotateY(180deg);
    z-index: 1;}
}
@keyframes bookOpen150deg {
  30% { z-index: 999 }
  100% {  transform: rotateY(150deg);
    z-index: 999;}
}
@keyframes bookOpen55deg {
  30% { z-index: 999 }
  100% {  transform: rotateY(55deg);
    z-index: 999;}
}
@keyframes bookOpen30deg {
  50% { z-index: 999 }
  100% {  transform: rotateY(30deg);
    z-index: 999;}
}

img.curri-img {
  width: 35%;
  margin: 0 auto;
}
img.curri-img1 {
  width: 25%;
  margin: 0 auto;
}
p.curriculumn-two {
  padding-top: 15px;
}
p.curriclumn-one {
  padding-top: 25px;
}
img.small-grade {
  border: 1px solid #ddd;
}

.curriculumn-con{
  text-align: center;
}
.curriclumn-one{
  margin-top:10px;
}
.curriculumn-two{
  margin-top:40px;
}
.line-2 {
  height: 3px;
  background: linear-gradient(to right, #ff4b1f, #ff9068);
  width: 15%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.small-grade{
  width:100%;
  margin: 0 auto;
  
}
img.koddy {
  width: 45%;
  margin: 5px auto 30px auto;
}
img.ncert {
  width: 25%;
  margin: 0px auto 20px auto;
}
.page-titles2{
  text-align: center;
}
.vjm-curr p{
  color: black;
}
.subject td, th {
  border: 1px solid #a3a3a3;
  text-align: left;
  padding: 8px;
  font-size: 16px;
  color: black;
}
img.club-img {
  width: 100%;
  border: 10px solid #002346;
  padding: 25px;
}
.vjm-club{
  padding: 20px;
}


.wrapper {
  width: 100%;
  height: 400px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  overflow: hidden;
  border-radius: 15px;
}
.wrapper img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.parallelogram {
  width: 60%;
  height: 149px;
  background: #44A08D;
  background: -webkit-linear-gradient(to right,#44A08D , #093637);
  background: linear-gradient(to right,#44A08D , #093637);
  transform: skew(222deg);
  position: absolute;
  z-index: 9999;
  padding: 0px 0px 0px 0px;
  margin-top: -20px;
  margin-left: -5%;
  overflow-x: hidden;
}
.book-table1 {
  position: relative;
  z-index: 9999;
}
.slid-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.slide1 {
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: 10px 20px;
}
