@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  /* padding-top: 100px; */
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #272727;
}

a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  text-decoration: none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
  margin-bottom: 50px;
}

.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}

.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 2px solid #45aed6;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #45aed6;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/
b {
  color: #3bb9ff;
  font-weight: bold;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {
  height: auto;
  /* padding: 22px 15px 21px; */
}

.modal .modal-body {
  text-align: center;
}

.popup-btn {
  margin-top: 10px;
}

.nav-menu li a.active {
  color: #1f2060;
}

@media only screen and (min-width: 768px) {
  #main-menu .navbar-brand {
    padding: 5px;
  }

  #main-menu.navbar-default {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px 0 rgb(4 36 54 / 40%);
    height: 80px;
    width: 90%;
    margin: auto;
    /* position: absolute; */
    margin-top: 10px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  #main-menu.navbar-default .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 27px;
    border-top: 3px solid transparent;
  }

  #main-menu.navbar-default .navbar-nav>li.active>a,
  #main-menu.navbar-default .navbar-nav>li.open>a,
  #main-menu.navbar-default .navbar-nav>li:hover>a {
    background: transparent;
    padding-top: 30px;
    border-top: 3px solid #1a349c;
  }

  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }

  #main-menu.navbar-default .dropdown-menu>li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }

  #main-menu.navbar-default .dropdown-menu>li>a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }

  #main-menu.navbar-default .dropdown-menu>li:first-child>a {
    border-top: 10;
  }

  #main-menu.navbar-default .dropdown-menu>li.active,
  #main-menu.navbar-default .dropdown-menu>li.open,
  #main-menu.navbar-default .dropdown-menu>li:hover {
    border-left-color: #45aed6;
  }

  #main-menu.navbar-default .dropdown-menu>li.active>a,
  #main-menu.navbar-default .dropdown-menu>li.open>a,
  #main-menu.navbar-default .dropdown-menu>li:hover>a {
    color: #45aed6;
    background-color: transparent;
  }
}

#main-menu .nav li b {
  color: #000;
}

#main-slider {
  overflow: hidden;
}

#main-slider .item {
  height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

/* #main-slider .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
} */

#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}

#main-slider .slider-inner h2 {
  margin-top: 350px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

#main-slider .slider-inner h2>span {
  color: #45aed6;
}

#main-slider .slider-inner .btn {
  margin-top: 10px;
}

#main-slider .owl-prev,
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 30px;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* line-height: 70px; */
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}

#main-slider .owl-prev {
  left: 160px;
  text-indent: initial;
}

#main-slider .owl-next {
  right: 160px;
  text-indent: initial;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}

#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}

#cta h2 {
  margin-top: 0;
}

#cta .btn {
  margin-top: 40px;
}

#cta2 {
  position: relative;
  background: #242a33 url(../images/cta2/techno-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cta2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.8); */
  background: rgba(1, 39, 88, 0.85);
}

#cta2 .btn {
  margin-top: 10px;
}

#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

#cta2 h2>span {
  color: #45aed6;
}

#features {
  padding: 100px 0;
  /* background: #c7c1b6bf; */
  background: linear-gradient(149deg, #c9b297 0%, #f9f9f9 100%);
}

#features .media.service-box:first-child {
  margin-top: 80px;
}

#services {
  padding: 100px 0 75px;
}

.media.service-box {
  margin: 10px 0;
  box-shadow: 0px 4px 74.3px 0px #dde4ea;
  background: #898980;
  /* padding: 10px; */
  min-height: 200px;
  padding: 15px 15px 15px 10px;
  border-radius: 10px;
  background: linear-gradient(149deg, #7dd2f3 0%, #f9f9f9 100%);
}

.media.service-box .pull-left {
  margin-right: 20px;
}

.media.service-box .pull-left>i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}

.media.service-box .pull-left>i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}

.media.service-box:hover .pull-left>i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#portfolio {
  padding: 100px 0;
  /* background: #f5f5f5; */
  background: #ed9549;
}

#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}

#portfolio .portfolio-filter>li {
  float: left;
  display: block;
}

#portfolio .portfolio-filter>li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}

#portfolio .portfolio-filter>li a:hover,
#portfolio .portfolio-filter>li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}

#portfolio .portfolio-filter>li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}

#portfolio .portfolio-filter>li:first-child a {
  border-radius: 4px 0 0 4px;
}

#portfolio .portfolio-filter>li:last-child a {
  border-radius: 0 4px 4px 0;
}

#portfolio .portfolio-items {
  margin: -15px;
}

#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}

#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
  margin-top: 10px;
}

/* #about {
  padding: 100px 0;
} */

#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

#work-process h2 {
  color: #fff;
}

#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}

#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}

#work-process .icon-circle>span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}

#work-process h3 {
  margin-bottom: 50px;
}

#meet-team {
  padding: 100px 0;
}

#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}

#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}

#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}

#meet-team .team-member:hover {
  border-color: #45aed6;
}

#meet-team .team-member:hover .social-icons>li>a {
  background: #45aed6;
}

#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

#meet-team .social-icons>li {
  display: inline-block;
}

#meet-team .social-icons>li>a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg,
      #ffffff 0%,
      #e3e3e3 49%,
      #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg,
      #ffffff 0%,
      #e3e3e3 49%,
      #ffffff 100%);
  background-image: -ms-linear-gradient(180deg,
      #ffffff 0%,
      #e3e3e3 49%,
      #ffffff 100%);
  width: 95%;
  height: 1px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
  color: #272727;
}

.nav.main-tab>li.active>a {
  background: #222534;
  color: #45aed6;
}

.nav.main-tab>li:first-child>a {
  border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
  border-radius: 0 3px 0 0;
}

.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}

.panel-default {
  border-color: #eee;
}

.panel-default>.panel-heading {
  background-color: #fff;
  border-color: #eee;
}

.panel-default>.panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #eee;
}

#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#pricing {
  padding: 100px 0 70px;
}

#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}

#pricing ul.pricing li {
  display: block;
  padding: 10px;
}

#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}

#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}

#pricing ul.pricing li.plan-header .price-duration>span {
  display: block;
  line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration>span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}

#pricing ul.pricing li.plan-header .price-duration>span.duration {
  margin-top: 5px;
}

#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}

#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}

#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}

#blog {
  padding: 100px 0;
}

#blog .blog-post {
  border: 1px solid #c9c8c8;
  padding: 15px;
  min-height: 340px;
}

#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}

#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}

#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}

#blog .blog-post.blog-large .post-format>i {
  font-size: 20px;
}

#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}

#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}

#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}

#blog .blog-post.blog-media {
  margin-bottom: 30px;
}

#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}

#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}

#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}

#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}

#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}

#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

#blog .blog-post .entry-meta>span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}

#blog .blog-post .entry-meta>span>a {
  color: #999;
}

#blog .blog-post .entry-meta>span>a:hover {
  color: #45aed6;
}

#contact {
  position: relative;
  overflow: hidden;
}

#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}

#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}

#contact .contact-form h3 {
  margin-top: 0;
}

#agoogle-map {
  margin-top: 50px;
  border: 2px solid #45aed6;
  border-radius: 10px;
  overflow: hidden;
}

#agoogle-map iframe {
  width: 100%;
  height: 500px;
}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

/* #footer a:hover {
  color: #ccc;
  letter-spacing: .5px;
} */

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}

#footer ul>li {
  display: block;
  margin-left: 10px;
}

/* @media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
} */

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* header */
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px 0 rgb(4 36 54 / 40%);
  height: 60px;
  width: 100%;
  margin: auto;
  /* position: absolute; */
  margin-top: 30px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 0 30px;
}

.nav-menu li {
  position: relative;
}

.nav-menu li a {
  position: relative;
  color: #000;
  font-weight: 600;
}

.nav-menu .sub-menu {
  position: absolute;
  top: 130%;
  width: 200px;
  background: #181515f7;
  opacity: 0;
  border-right: 3px solid #45aed6;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.nav-menu .sub-menu li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px dashed #b9b9b9;
}

.nav-menu .sub-menu li a {
  color: #e3dbdb;
}

.nav-menu .sub-menu li:last-child {
  border-bottom: 0;
}

.nav-menu .sub-menu li a {
  padding: 0 8px;
}

.nav-menu li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: initial;
}

.nav-menu .sub-menu li {
  padding-bottom: 5px;
}

.nav-menu>li>a:after {
  position: absolute;
  width: 0px;
  content: "";
  height: 3px;
  background: #1a349c;
  bottom: -5px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.nav-menu>li>a:hover::after {
  width: 100%;
}

.nav-menu>li>a:hover {
  opacity: 0.8;
}

.toggle-icon {
  position: absolute;
  top: 10px;
  right: 9px;
  visibility: hidden;
  z-index: 9;
  background: red;
  padding: 5px;
  border-radius: 3px;
}

.toggle-icon i {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.scroll .fa-chevron-down {
  font-size: 11px;
}

.blink-text {
  float: right;
  background: #e92827;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  margin: 5px 0;
  text-transform: uppercase;
  animation: blinktext 2s linear infinite;
}

@keyframes blinktext {
  50% {
    opacity: 0;
  }
}

/* fixed-boxes */
.links_left {
  top: 30em;
  transform: rotate(-90deg);
  transform-origin: top right;
  right: 100%;
}

.links_right,
.links_left {
  position: fixed;
  z-index: 9999;
  height: fit-content;
  width: fit-content;
  display: flex;
}

.fixed_links a {
  background: #e92827;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  margin: 0 6px;
  white-space: nowrap;
  border-radius: 0 0 14px 14px;
}

.fixed_links a:hover {
  background: #d31e1d;
}

.links_right {
  top: 55em;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  left: 100%;
}

.links_right a {
  border-radius: 14px 14px 0 0;
}

/* whatsapp-btn */
.whats-field {
  position: fixed;
  top: 200px;
  right: -140px;
  z-index: 9;
  transition: 0.8s all;
  z-index: 9999;
}

.whats-field a img {
  width: 55px;
  position: relative;
  right: -30px;
}

.whats-field span {
  background: #4fa559cc;
  color: #fff;
  padding: 10px 10px 15px 40px;
  font-weight: 700;
  border: 2px solid #4dab58;
  border-right: 0;
}

.whats-field.active {
  right: 0;
}

/* header-sec */
.logo img {
  width: 150px;
}

.nav>li>a:hover {
  background-color: transparent !important;
}

.nav>li>a:hover .nav>li>a::after {
  width: 100%;
}

.nav>li>a::after {
  position: absolute;
  width: 0;
  content: "";
  height: 1px;
  background: #ff431c;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* announcement-sec */
.annoucement {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  z-index: 100;
}

.annoucement:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1f2060;
  z-index: -1;
}

.left_announce {
  display: flex;
  align-items: center;
  padding: 0px 16px 0 50px;
  position: relative;
  min-height: 55px;
  z-index: 1;
}

.left_announce:before {
  content: "";
  position: absolute;
  background: #f07000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 0 20px 0;
  z-index: -1;
}

.left_announce i {
  font-size: 30px;
  margin-right: 10px;
  color: #fff;
}

.left_announce p {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffecaf;
  font-weight: 500;
  margin: 0;
  font-family: "Oswald";
}

.section-marquee {
  /* overflow: hidden; */
  white-space: nowrap;
}

.right_annouce {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  z-index: -1;
}

.right_annouce p {
  font-size: 2rem;
  color: #fff;
  margin: 0;
}

.text-scrolling {
  -moz-animation: marquee 40s linear infinite;
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 20s linear infinite;
  padding-left: 100%;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-250%);
  }
}

/* blog-sec */
.topper-list li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
}

.topper-list li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  height: 6px;
  width: 6px;
  background: #000;
  border-radius: 50px;
}

/* feature-sec */
.feat-img img {
  border-radius: 100%;
  border: 2px dashed #e92827;
  padding: 40px;
  object-fit: cover;
  margin-top: 250px;
}

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

#features .media.service-box {
  background: #585757;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  background-color: #294a70;
}

#features .media-heading,
#features .media-body p {
  color: #fff;
}

/* footer */
.main_footer {}

.foot_left,
.foot_left_btm ul {
  display: flex;
}

.main_footer .foot_left .links {
  position: relative;
  width: 25%;
}

.links h4,
.foot_left_btm li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
}

.main_footer a {
  color: #fff;
  font-family: "Work Sans", sans-serif;
}

.links a {
  display: block;
  width: fit-content;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 4px;
  padding-left: 16px;
  position: relative;
}

.social_on_banner {
  position: fixed;
  top: 1em;
  right: 7px;
  height: fit-content;
  z-index: 9999;
}

.social_on_banner a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  display: block;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  box-shadow: 0px 4px 15px -4px #2f3132;
  transition: 0.5s all;
}

.social_on_banner.social_on_banner a:hover {
  background: white;
  color: #1877f2;
}

.social_on_banner.social_on_banner a {
  background: #1877f2;
}

.social_on_banner.social_on_banner a:nth-child(2) {
  background: #b833a4;
}

.social_on_banner.social_on_banner a:nth-child(2):hover {
  background: white;
  color: #b833a4;
}

.social_on_banner.social_on_banner a:nth-child(3) {
  background: red;
}

.social_on_banner.social_on_banner a:nth-child(3):hover {
  background: white;
  color: red;
}

.social_on_banner.social_on_banner a:nth-child(4) {
  background: #4dab58;
}

.social_on_banner.social_on_banner a:nth-child(4):hover {
  background: white;
  color: #4dab58;
}

/* about-us */
.about-cont {
  padding: 20px;
  background: #1f2060;
}

.about-cont .column-title,
.about-cont p {
  color: #fff;
}

/* contact-form */
.contact-form address a {
  font-weight: 600;
}

/* footer */
.footer-about h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-lists {}

.footer-lists li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  /* text-transform: uppercase; */
  font-family: "Work Sans", sans-serif;
  padding-left: 16px;
  transition: 0.5s all;
}

.footer-lists li a:hover {
  color: #ccc;
  letter-spacing: 0.5px;
}

.footer-lists li a::before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 13px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.addss-info {
  display: flex;
  align-items: start;
}

.addss-info i {
  position: relative;
  top: 6px;
}

.addss-info p {
  padding-left: 10px;
}

.cont-list i {
  margin-right: 10px;
}

.copy-right {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.social_on_footer a {
  border: 1px solid #888275;
  border-radius: 8px;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  line-height: 44px;
  text-align: center;
  transition: 0.5s all;
}

.social_on_footer a:hover {
  background: #fff;
  transform: translateY(-1px);
}

.social_on_footer a:hover i {
  color: #2e2e2e;
}

/* campus */
#campus {
  padding: 100px 0;
  background: #1f2060;
}

#campus .section-header .section-title,
#campus .section-header p {
  color: #fff;
}

.features_list {
  color: #1f2060;
  font-size: 2.4rem;
  font-family: "Oswald";
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.features_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  padding: 20px;
  background: #fff;
  border-radius: 30px 0;
  margin-right: 20px;
  box-shadow: 6px 6px 0px -1px rgba(199, 207, 230, 0.75);
  /* -webkit-box-shadow: 6px 6px 0px -1px rgba(199,207,230,0.75);
    -moz-box-shadow: 6px 6px 0px -1px rgba(199,207,230,0.75); */
}

.features_icon img {
  width: 80px;
}

.features_list h4 {
  color: #fff;
}

/* faculty */
#faculty {
  padding: 50px 0;
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 -10px;
}

.staff-list li {
  flex: 0 0 auto;
  width: 23%;
  padding: 0 10px;
  background: #dfcfc5;
  text-align: center;
  border-radius: 10px;
  padding: 20px 20px 10px;
  /* min-height: 219px; */
  margin: 0 10px;
}

.clearflex {
  width: 100% !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.clearflex h4 {
  padding-left: 10px;
  margin: 30px 0 0;
  font-size: 22px;
}

.staff-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-list li .tchr-pic {
  width: 112px;
  height: 112px;
  margin-bottom: 15px;
  border-radius: 100%;
  border: 5px solid #ffffff;
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.teacher_content h4 {
  margin: 20px 0 5px;
  font-size: 20px;
}

.teacher_content h5 {
  margin: 8px 0 0;
  line-height: 20px;
}

/* about-insec */
/* .about-insec {
  padding: 150px 0 !important;
} */

/* smc-table */
#smc {
  padding: 150px 0;
}

.table-main {
  width: 1184px;
  height: auto;
}

.smc-table table,
.smc-table th,
.smc-table td {
  border: 1px solid #9bd4f1;
  border-collapse: collapse;
  padding: 8px 10px;
  line-height: 18px;
}

.smc-table th {
  text-align: center;
  background: #3bb9ff;
  color: #fff;
  font-size: 15px;
}

.tble-img img {
  height: 70px;
  width: 70px;
  margin: auto;
  display: table;
}

/* tc */
#tc {
  padding: 150px 0;
}

/* syllabus */

#syllabus {
  padding: 150px 0;
}

.tble-dtls table {
  width: 100%;
  text-align: center;
}

/* fees */
/* #fees {
    padding: 70px 0;
} */

.fees-tbl table {
  width: 100%;
}

.fee_tbl {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding: 30px;
}

.fee_tbl h3 {
  margin: 0 0 10px;
}

.fees-table th {
  text-align: right;
}

/* #fees .smc-table {
  margin-bottom: 50px;
} */

.doc-list {
  padding-left: 0;
  margin-top: 20px;
}

.age-list li {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.age-guidline {
  font-size: 30px;
  margin-bottom: 25px;
}

.age-list li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  height: 8px;
  width: 8px;
  background: #000;
  border-radius: 50px;
}

.age-tbl table,
.age-tbl th,
.age-tbl td {
  font-size: 15px;
  border: 1px solid #ddd;
}

.age-tbl tr:nth-child(even) {
  background-color: #f2f2f2;
}

.age-tbl table {
  width: 100%;
}

.doc-list li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.doc-list li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  height: 7px;
  width: 7px;
  background: #000;
  border-radius: 50px;
}

.conct-btn {
  width: max-content;
  height: 50px;
  padding: 0 32px;
  margin: 10px;
  background-color: #3bb9ff;
  border: 2px solid #3bb9ff;
  border-radius: 30px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  margin: auto;
  transition: 0.5s all;
}

.conct-btn:hover {
  color: #fff;
  background-color: transparent;
  color: #3bb9ff;
}

/* public-disclosure */
#public-disclosure,
#online-admission,
#fees,
#about,
#features,
#services,
#portfolio,
#blog,
#smc,
#campus {
  padding: 50px 0;
}

/* Online admission form */
/* {
  padding: 150px 0;
} */

.content-main {
  display: flex;
  flex-wrap: wrap;
}

.from-info {
  width: 50%;
  margin: auto;
  /* border: 1px solid #45aed6; */
  padding: 30px;
  background: #b8ced7;
  border-radius: 10px;
}

.enq-form-lrg {
  border: 1px solid #dfdfdf;
  margin: 20px auto;
  width: 500px;
  float: none;
  padding: 30px;
}

.frm-gp {
  margin-bottom: 10px;
}

.frm-gp input,
.frm-gp .form-select {
  padding: 5px 10px;
}

.frm-gp .form-select {
  font-size: 18px;
  display: block;
  width: 100%;
}

.enq-form label {
  font-size: 18px;
  font-weight: 500;
}

.frm-gp select .mb {
  margin-bottom: 10px;
}

.submit_btn {
  display: table;
  margin: auto;
}

/* .enq-form-lrg sup {
  color: #ff0000;
} */

.enq-form legend {
  border-bottom: none;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

/* notice-box */
/* .notice-box {
  position: absolute;
  top: 300px;
  left: 0;
  background: #46424ad6;
  border-radius: 0 40px 0 40px;
  border: 3px solid #dfdfdf;
  padding: 20px;
  width: 100%;
}

.notice-box h3 {
  color: #fff;
  background: red;
  padding: 10px;
  margin: 0;
}

.notice-box marquee {
  margin-top: 10px;
}

.notice-box ul p {
  color: #fff;
}

.notice-list li {
  position: relative;
  padding-left: 15px;
}

.notice-list li::before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  height: 6px;
  width: 6px;
  background: #fff;
  border-radius: 50px;
} */

.notice-info {
  position: absolute;
  top: 265px;
  left: 0;
  width: 360px;
  height: 320px;
  background: url(../images/notice.png) no-repeat center / contain;
  padding: 30px 80px;
  z-index: 5;
  /* backdrop-filter: blur(3px); */
}

.notice-info h3 {
  font-size: 40px;
  font-weight: 700;
  color: #161615;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0;
}

.notice-info ul li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 20px;
  font-size: 18px;
  color: #1f2060;
}

.notice-info ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 3px solid #af534a;
  background: white;
}

.notice-info:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  height: 60px;
  width: 60px;
  background: url(../images/pin.png) no-repeat center / contain;
  display: none;
}

/* cultural-folder */
.cultural-folder .portfolio-item-inner img {
  height: 190px;
}

.cultural-folder .portfolio-item-inner .portfolio-info {
  opacity: 1 !important;
}

.culture {
  padding-top: 200px !important;
}

/* gallery-sec */
.portfolio-item-inner .img-responsive {
  height: 167px !important;
  width: 100% !important;
}

/* inner-banner */
#inner-banner {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

#inner-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a3;
  z-index: 1;
}

.inner_banncont {
  position: absolute;
  top: 200px;
  bottom: 0;
  z-index: 99;
}

.inner_banncont h1 {
  color: #fff;
  font-size: 60px;
  margin: 0;
}

.breadcrumbs ul li,
.brdcmp-list {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #f8f2e6;
  line-height: 55px;
}

.brdcmp-list:hover {
  color: #fff;
  opacity: 0.7;
  transition: 0.5s all;
}

.breadcrumbs ul li+li {
  padding-left: 25px;
  margin-left: 10px;
}

.breadcrumbs ul li+li:before {
  content: "";
  background: url(../images/slider/arrow.png) right center no-repeat;
  width: 15px;
  background-size: 100%;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
}

/* our-partner */
#our-partner {
  padding: 100px 0;
}

.part-logo img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  display: table;
}

.partner-slider .owl-item {
  background: #fff;
  padding: 10px;
  /* border-radius: 10px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.partner-slider .owl-item img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.partner-slider .owl-buttons div {
  position: absolute;
  top: 40%;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.partner-slider .owl-buttons .owl-prev {
  left: -20px;
}

.partner-slider .owl-buttons .owl-next {
  right: -20px;
}

/* CommunitiesOutreach */
.cmn-sec {
  padding: 100px 0 !important;
}

.outreact-img img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}

.partner-div .partner-slider .owl-item img {
  height: 100px;
}

.partner-div .partner-slider .owl-item {
  padding: 5px;
}

.partner-div .partner-slider .owl-buttons div {
  top: 25%;
  font-size: 20px;
  background: transparent;
}

.partner-div .partner-slider .owl-buttons .owl-prev {
  left: -30px;
  color: #e92827;
}

.partner-div .partner-slider .owl-buttons .owl-next {
  right: -30px;
  color: #e92827;
}

.mt {
  margin-top: 30px;
}

/* community-outreach */
.slider-for .main-slidpic {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1px;
  height: 340px;
}

.slider-for .main-slidpic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-nav .thumb-pic img {
  /* object-fit: contain; */
  width: 100%;
  height: 100%;
}

.slider-nav .thumb-pic {
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  height: 100px;
}

.slider-nav .slick-prev {
  background: rgba(50, 50, 50, 0.7) !important;
  padding: 3px !important;
  width: 46px !important;
  height: 40px !important;
  border-radius: 4px 0 0 4px !important;
  color: #fff !important;
  transition: 0.6s;
  z-index: 9;
}

.slider-nav .slick-next {
  background: rgba(50, 50, 50, 0.6) !important;
  padding: 3px !important;
  width: 46px !important;
  height: 40px !important;
  border-radius: 0 4px 4px 0 !important;
  color: #fff !important;
  transition: 0.6s;
  z-index: 9;
}

.slider-nav .slick-dots {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* topper-tbl */
.topper-tbl table,
.topper-tbl table th,
.topper-tbl td {
  border: none;
  padding: 20px 15px;
}

.topper-tbl table th,
.topper-tbl td {
  box-shadow: 2px 2px 10px #a7a7a740;
}

.topper-tbl tr th:first-child {
  border-radius: 12px 0px 0px 0px;
}

.topper-tbl tr th:last-child {
  border-radius: 0px 12px 0px 0px;
}

.topper-tbl tr:nth-child(odd) td {
  background-color: #e0e7eb;
}

.topper-tbl tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

.topper-tbl tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.topper-tbl .tble-img img {
  border-radius: 50%;
}

/* pay-fees */
.pay-fees {
  padding: 150px 0 50px;
}

.scanner {
  height: 400px;
  width: 400px;
  margin: auto;
}

.scanner img {
  width: 100%;
  height: 100%;
}

.bank-content {
  width: 45%;
  margin: 40px auto 0;
}

.bank-content .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  font-size: 17px;
}

.bank-info {
  display: flex;
  gap: 20px;
}

.ifs-lab {
  margin-left: 30px;
}

@media only screen and (max-width: 1500px) {
  .whats-field {
    right: -125px;
    top: 150px;
  }

  .whats-field a img {
    width: 45px;
  }

  .whats-field span {
    font-size: 13px;
    padding: 8px 10px 8px 30px;
  }

  .links_right {
    top: 40em;
  }

  .fixed_links a {
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    margin: 0 6px;
    border-radius: 0 0 12px 12px;
  }

  .links_right a {
    border-radius: 12px 12px 0 0;
  }

  .social_on_banner a {
    width: 36px;
    height: 36px;
    line-height: 37px;
    border-radius: 5px;
    font-size: 18px;
    margin: 7px 0;
  }

  /* banner */
  #main-slider .item {
    height: 700px;
  }

  #main-slider .slider-inner h2 {
    margin-top: 300px;
  }

  #main-slider .owl-prev,
  #main-slider .owl-prev,
  #main-slider .owl-next {
    top: 55%;
    font-size: 24px;
    margin-top: -35px;
    height: 60px;
    width: 60px;
  }

  #main-slider .owl-prev {
    left: 50px;
  }

  #main-slider .owl-next {
    right: 60px;
  }

  .notice-info {
    top: 250px;
    left: 0;
    width: 230px;
    height: 220px;
    padding: 20px 45px;
  }

  .notice-info ul li {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .notice-info h3 {
    font-size: 25px;
  }

  .notice-info:after {
    top: 25px;
    right: 20px;
    height: 35px;
    width: 35px;
  }

  marquee {
    height: 130px;
  }

  /* footer */
  .footer-lists li a,
  .address-info p {
    font-size: 14px;
    padding-left: 13px;
  }

  .footer-lists li a::before {
    font-size: 10px;
  }

  .social_on_footer a {
    border-radius: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 3px;
  }

  /* notice-box */
  .notice-box {
    top: 200px;
  }

  /* admission-form */
  .enq-form label,
  .frm-gp .form-select {
    font-size: 15px;
  }

  /* pay-fees */
  .scanner {
    height: 350px;
    width: 350px;
  }
}

@media only screen and (max-width: 1380px) {

  /* header */
  #main-menu.navbar-default {
    height: 70px;
  }

  .logo {
    margin-left: 10px !important;
  }

  /* .links_left {
    top: 8em;
  } */

  #main-menu.navbar-default .navbar-nav>li.active>a,
  #main-menu.navbar-default .navbar-nav>li.open>a,
  #main-menu.navbar-default .navbar-nav>li:hover>a {
    padding-top: 23px;
    font-size: 12px;
  }

  #main-menu.navbar-default .navbar-nav>li>a {
    padding-top: 23px;
    font-size: 12px;
  }

  .nav>li>a:last-child {
    padding: 10px 25px;
  }

  .nav-menu {
    gap: 10px;
  }

  .whats-field a img {
    width: 40px;
    right: -24px;
  }

  /* banner-sec */
  #main-slider .slider-inner {
    padding-left: 130px;
  }

  .notice-info {
    height: 200px;
    padding: 20px 50px;
    left: -30px;
  }

  .notice-info ul li {
    font-size: 13px;
  }

  marquee {
    height: 110px;
  }

  .notice-info h3 {
    margin-bottom: 5px;
  }

  /* contact */
  #agoogle-map iframe {
    height: 300px;
  }

  #contact .contact-form {
    margin-top: 10px;
  }

  /* From the Desk */
  /* .about-insec {
    padding: 100px 0 !important;
  } */

  /* faculty */
  .staff-list li {
    width: 31%;
  }

  /* inner-page */
  .inner_banncont {
    left: 60px;
  }
}

@media only screen and (max-width: 1124px) {

  /* header */
  .logo img {
    width: 100px;
  }

  .nav-menu {
    height: 50px;
    gap: 8px;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu li a {
    font-size: 12px;
  }

  /* banner */
  #main-slider .item {
    height: 500px;
  }

  #main-slider .slider-inner h2 {
    margin-top: 220px;
  }

  #main-slider .owl-prev,
  #main-slider .owl-prev,
  #main-slider .owl-next {
    font-size: 18px;
    top: 60%;
    height: 50px;
    width: 50px;
    line-height: 53px;
  }

  .notice-info {
    top: 150px;
    left: 0;
  }

  /* announcement */
  .left_announce {
    min-height: 45px;
  }

  /* about */
  #about,
  #features,
  #campus,
  #services,
  #portfolio,
  #blog,
  #our-partner {
    padding: 50px 0;
  }

  /* Academic */
  #features .media.service-box:first-child {
    margin-top: 0;
  }

  /* campus */
  .features_icon {
    width: 80px;
    min-width: 70px;
    height: 80px;
    padding: 20px;
  }

  .features_icon img {
    width: 50px;
  }

  #get-in-touch {
    padding: 50px 0 10px;
  }

  /* footer */
  .footer-about h4 {
    margin-left: 10px;
  }

  .copy-right {
    margin-left: 20px;
  }

  #footer ul>li {
    margin-left: 20px;
  }

  .social_on_footer {
    margin-right: 20px;
  }

  /* smc-table */
  .scroll-tbl {
    overflow-x: scroll;
  }

  /* Mandatory Public Disclosure */
  .discloser-dtls {
    padding-left: 30px;
  }

  /* notice-box  */
  .notice-box {
    top: 130px;
  }
}

@media only screen and (max-width: 991px) {

  .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
  }

  /* header */
  .nav-menu li a.active {
    color: #ff9a18;
  }

  .social_on_banner {
    top: 4em;
  }

  .links_right {
    top: 45em;
  }

  .toggle-icon {
    visibility: visible;
  }

  .nav-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    background: #294a70;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    z-index: 2;
    padding: 23px 20px 10px;
    transition: 0.5s ease-in-out;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-menu li {
    margin-bottom: 10px;
  }

  .nav-menu li a {
    font-size: 15px;
    color: #fff;
  }

  .nav-menu.active {
    right: -50%;
  }

  .fixed_links a {
    font-size: 10px;
    height: 30px;
    line-height: 26px;
    padding: 0 15px;
    margin: 0 3px;
    border-radius: 0 0 10px 10px;
  }

  .links_right a {
    border-radius: 10px 10px 0 0;
  }

  .section-header .section-title {
    font-size: 35px;
  }

  /* banner-sec */
  #main-slider .item {
    height: 400px;
  }

  .modal-content {
    width: 80%;
  }

  /* campus */
  /* .features_list {
    margin-left: 20px;
  } */

  .features_icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    padding: 15px;
  }

  .feat-img img {
    padding: 25px;
    margin: 0 auto 30px;
    width: 450px;
  }

  /* faculty-sec */
  .clearflex h4 {
    margin: 0;
    padding-left: 20px;
  }

  /* latest-news */
  #blog .blog-post {
    min-height: 420px;
  }

  /* footer */
  #footer ul>li {
    margin-left: 30px;
  }

  .footer-about h4 {
    margin-left: 20px;
  }

  .addss-info {
    margin-left: 20px;
  }

  .addss-info p {
    padding-left: 5px;
  }

  .copy-right {
    margin-left: 38px;
  }

  /* From the Desk */
  /* .about-insec {
    padding: 100px 0 50px !important;
  } */

  /* faculty */
  #faculty,
  #public-disclosure,
  #fees,
  #smc {
    padding: 50px 0;
  }

  .staff-list li {
    width: 47%;
    padding: 20px 0px 10px;
  }

  /* smc-table */
  .smc-table table,
  .smc-table th,
  .smc-table td {
    font-size: 13px;
    width: 100%;
    margin: auto;
  }

  /* #fees .smc-table {
    margin-bottom: 50px;
    width: 100%;
  } */

  /* .document-dtls {
    padding-left: 35px;
  } */

  /* fee-table */
  #fees .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 50px;
  }

  .fee_tbl {
    padding: 20px;
  }

  .doc-list li {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .conct-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 37px;
    margin: 20px auto 0;
  }

  /* inner-page */
  #inner-banner {
    min-height: 300px;
  }

  .inner_banncont {
    top: 150px;
  }

  .inner_banncont h1 {
    font-size: 50px;
  }

  .breadcrumbs ul li,
  .brdcmp-list {
    font-size: 15px;
  }

  .whats-field {
    top: 200px;
  }

  /* pay-fees */
  .bank-content {
    width: 80%;
    margin: 25px auto 0;
  }

  .scanner {
    height: 250px;
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {

  /* header */
  .collapse {
    display: block !important;
    visibility: visible !important;
  }

  .nav-menu.active {
    right: -30%;
  }

  .nav-menu li a {
    font-size: 14px;
  }

  .navbar-brand {
    padding: 10px 0 !important;
  }



  /* banner */
  #main-slider .item {
    height: 400px;
  }

  #main-slider .slider-inner {
    padding-left: 100px;
    max-width: 500px;
  }

  #main-slider .slider-inner h2 {
    margin-top: 170px;
  }

  #main-slider .owl-prev,
  #main-slider .owl-prev,
  #main-slider .owl-next {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 42px;
  }

  #main-slider .owl-prev {
    left: 36px;
  }

  #main-slider .owl-next {
    right: 40px;
  }

  .notice-info {
    height: 200px;
    top: 120px;
  }

  /* about */
  .about-cont,
  .about-cont-rit {
    padding: 50px;
  }

  /* latest-news */
  #blog .blog-post {
    min-height: 100%;
  }

  /* inner-banner */

  #inner-banner {
    min-height: 280px;
  }

  .inner_banncont {
    top: 120px;
    left: 45px;
  }

  .inner_banncont h1 {
    font-size: 35px;
  }


  /* pay-fees  */
  .scanner {
    height: 200px;
    width: 200px;
  }

  .bank-content {
    width: 95%;
  }

  .bank-content h2 {
    font-size: 20px;
  }

  .bank-content .form-group {
    font-size: 12px;
  }

  .from-info {
    width: 90%;
    padding: 12px;
  }

  .from-info {
    width: 90%;
    padding: 10px;
  }

  #public-disclosure, #online-admission, #fees, #about, #features, #services, #portfolio, #blog, #smc, #campus {
    padding: 20px 0;
}


}

@media only screen and (max-width: 575px) {
  body {
    line-height: 22px;
  }

  .social_on_banner a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  /* #about,
  #features,
  #campus,
  #services,
  #portfolio,
  #blog,
  #our-partner {
    padding: 30px 0;
  } */

  .section-header .section-title {
    font-size: 27px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .fixed_links a {
    font-size: 9px;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 0 0 8px 8px;
    margin: 0 3px;
  }

  .links_right a {
    border-radius: 8px 8px 0 0;
  }

  /* banner */
  .notice-info {
    left: 35px;
  }

  #main-slider .item {
    height: 350px;
  }

  #main-slider .owl-prev,
  #main-slider .owl-prev,
  #main-slider .owl-next {
    font-size: 12px;
    height: 35px;
    width: 35px;
    line-height: 37px;
  }

  #main-slider .owl-prev {
    left: 30px;
  }

  #main-slider .slider-inner {
    padding-left: 45px;
    max-width: 320px;
  }

  #main-slider .slider-inner h2 {
    margin-top: 150px;
    font-size: 26px;
  }

  /* announcement */
  .left_announce {
    min-height: 35px;
    padding: 0px 16px 0 30px;
  }

  .left_announce i {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }

  .left_announce p {
    font-size: 12px;
  }

  .anoun-txt {
    font-size: 15px;
  }

  /* about */
  .about-cont,
  .about-cont-rit {
    padding: 20px 20px 0;
  }

  /* academic */
  .feat-img img {
    padding: 20px;
    width: 290px;
  }

  .media.service-box .pull-left>i {
    font-size: 22px;
    height: 55px;
    line-height: 56px;
    width: 55px;
  }

  .media.service-box .pull-left>i:after {
    width: 16px;
    height: 16px;
    right: -7px;
  }

  /* campus */
  .features_icon {
    width: 55px;
    min-width: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 25px 0;
  }

  /* gallery */
  #portfolio .portfolio-filter>li a {
    padding: 4px 10px;
    font-size: 12px;
  }

  #portfolio .portfolio-item {
    width: 31.9%;
    padding: 10px;
  }

  .portfolio-item-inner .img-responsive {
    height: 120px !important;
  }

  /* latest-news */
  #blog .blog-post.blog-media {
    margin-bottom: 15px;
  }

  /* footer */
  #footer {
    padding-top: 9px;
    padding-bottom: 20px;
  }

  /* #footer .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
  } */

  #footer ul>li,
  .footer-about h4 {
    margin-left: 10px;
  }

  .addss-info {
    margin-left: 0;
  }

  .copy-right {
    margin-left: 20px;
    flex-direction: column;
  }

  .social_on_footer a {
    width: 26px;
    height: 26px;
    line-height: 27px;
    font-size: 11px;
  }

  .copy-right {
    margin-top: 10px;
    font-size: 13px;
  }

  /* faculty */
  .teacher_content h4 {
    margin: 20px 0 -4px;
    font-size: 18px;
  }

  .staff-list li {
    width: 44%;
  }

  /* Mandatory Public Disclosure */
  .discloser-dtls h2 {
    font-size: 25px;
  }

  /* fee_tbl */
  .fee_tbl h3 {
    font-size: 20px;
  }

  .age-guidline h3,
  .document-dtls h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 390px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
  }

  .notice-info {
    left: 0;
  }

  .staff-list li {
    width: 43%;
    padding: 20px 0px 10px;
  }

  .discloser-dtls h2 {
    font-size: 22px;
  }

  /* Mandatory Public Disclosure */
  .discloser-dtls {
    padding-left: 20px;
  }

  /* fees */
  #fees .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 360px) {
  .staff-list {
    gap: 10px 0;
  }

  .staff-list li {
    width: 94%;
  }

  .notice-info {
    height: 180px;
    left: -20px;
  }
}