body {
    background-color: #fff;
    color: #302f31;
    font-family: 'Jost', sans-serif;
    line-height: 1.3;
  }
  
  .container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  a,
  ul,
  li,
  button,
  a:focus,
  ul:focus,
  li:focus,
  button:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  
  a {
    color: #143a81;
    text-decoration: none !important;
    transition: all 0.6s ease;
  }
  
  a:hover {
    color: #eb6b06;
  }
  
  .menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
  }
  
  .menu-mobile {
    display: none;
    padding: 20px;
  }
  
  img {
    width: 100%;
  }
  
  h1,
  h2,
  h3 {
    font-weight: 800;
  }
  
  .btn {
    font-size: 17px;
    background-color: #143a81;
    color: #fff;
    border: 1px solid #143a81;
    transition: all 0.6s ease;
    padding: 9px 26px;
    font-weight: 500;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn:hover,
  .border-btn:hover,
  .border-color-btn:hover,
  .border-white-btn:hover {
    background-color: #eb6b06;
    border-color: #eb6b06;
    color: #fff;
  }
  
  .btn svg {
    fill: #fff;
    margin-left: 10px;
  }
  
  .border-btn {
    background-color: #fff;
    color: #143a81;
  }
  
  .border-white-btn {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .border-color-btn {
    background: transparent;
    border-color: #143a81;
    color: #143a81;
  }
  
  .main-title {
    font-size: 36px;
    color: #143a81;
    font-weight: 800;
  }
  
  .page-main-title {
    font-size: 23px;
  }
  
  
  div:focus,
  ul:focus,
  li:focus,
  a:focus {
    outline: none;
  }
  
  /*Slider*/
  .slick-slider {
    overflow: hidden;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .slick-slider .slick-arrow {
    border: 2px solid #143a81;
    width: 34px;
    height: 34px;
    text-align: center;
    z-index: 1;
    transition: all 0.6s ease;
    background: #fff;
  }
  
  .slick-slider .slick-prev {
    left: 0;
    transform: translate(0px, -50%) rotate(180deg);
  }
  
  .slick-slider .slick-next {
    right: 0;
  }
  
  .slick-slider .slick-arrow:before {
    color: #143a81;
    content: '';
    background-image: url(../images/right-arrow.png);
    height: 17px;
    width: 17px;
    background-size: cover;
    background-position: center;
    opacity: 1;
    display: block;
    margin: 0 auto;
  }
  
  .slick-slider .slick-arrow:hover {
    border-color: #ef5e03;
    background-color: #ef5e03;
  }
  
  .slick-dots {
    bottom: 27px;
  }
  
  .slick-dots li {
    width: 6px;
    height: 6px;
  }
  
  .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
  }
  
  .slick-dots li button:before {
    color: #ef5e03;
    opacity: 1;
    width: 10px;
    height: 10px;
    font-size: 25px;
    line-height: 12px;
  }
  
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #143a81;
  }
  
  .main-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  
  .main-slider .slick-dots {
    bottom: 15px;
  }
  
  .main-slider .slick-dots li {
    width: 35px;
    height: 4px;
  }
  
  .main-slider .slick-dots li button {
    width: 35px;
    height: 4px;
  }
  
  .main-slider .slick-dots li button:before {
    width: 35px;
    height: 4px;
    background-color: #fff;
    content: '';
  }
  
  .main-slider .slick-dots li.slick-active button:before {
    width: 35px;
    height: 4px;
    background-color: #ef5e03;
  }
  
  /*learn-section S*/
  .learn-section {
    margin-top: -7px;
    position: relative;
    z-index: 2;
  }
  
  .learn-section .learn-bg {
    background-color: #134797;
    padding: 25px 20px;
    box-shadow: 0px 0px 15px rgb(19, 71, 151, 36%);
  }
  
  .learn-section .learn-data {
    padding-right: 15px;
  }
  
  .learn-section .learn-search {
    max-width: 960px;
    width: 100%;
  }
  
  .learn-section .brochure {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  
  .learn-section .title-data {
    color: #fff;
    width: 100%;
  }
  
  .learn-section .title-data .title {
    font-size: 24px;
  }
  
  .learn-section .search-data {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  
  .search-data .search-form {
    max-width: 442px;
    position: relative;
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
  }
  
  .search-data .search-form svg {
    position: absolute;
    left: 10px;
    z-index: 2;
    top: 20px;
  }
  
  .search-data .search-form .form-group {
    position: relative;
    margin: 0;
  }
  
  .search-data .search-form input {
    border: none;
    padding-left: 28px;
  }
  
  .search-data .search-form input::placeholder {
    color: #143a81;
    font-weight: 500;
  }
  
  .search-data .search-form .form-control {
    height: 42px;
  }
  
  .search-data .search-form button {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 20px;
    width: 100%;
  }
  
  .search-data .search-result {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    border-radius: 4px;
    margin-top: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  
  .search-data .search-result .result-close {
    padding: 5px;
    display: inline-block;
  }
  
  .search-data .search-result .result-close svg {
    fill: #302f31;
  }
  
  .search-data .search-result ul {
    list-style: none;
    padding: 0px 20px 20px 20px;
    margin: 0;
    max-height: 300px;
    overflow: auto;
  }
  
  .search-data .search-result ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  
  .search-data .search-result ul li:first-child {
    padding-top: 0;
  }
  
  .search-data .search-result ul li:last-child {
    border: none;
  }
  
  .learn-section .download-btn {
    background-color: #fff;
    border-color: #fff;
    color: #143a81;
    width: 215px;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .learn-section .download-btn:hover {
    background-color: #eb6b06;
    color: #fff;
    border-color: #eb6b06;
  }
  
  /*learn-section E*/
  
  /* School Section S */
  .school-section {
    margin-top: 35px;
  }
  
  .school-section .school-data {
    margin-top: 37px;
  }
  
  .school-section .school-data a {
    margin-bottom: 25px;
    display: inline-block;
  }
  
  /* School Section E */
  
  /* companies section S*/
  .companies-section {
    border-top: 2px solid #d3d3d2;
    padding-top: 50px;
    margin-top: 20px;
  }
  
  .companies-section .companie-info .item:not(:first-child):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #eb6b06;
    left: 0;
    top: 15px;
  }
  
  .companies-section .companie-info .item:nth-child(odd):before {
    display: none;
  }
  
  .companies-section .companie-info .item .number {
    font-size: 40px;
    font-weight: 700;
    color: #ee5e05;
    line-height: 45px;
  }
  
  .companies-section .companie-info .item .name {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #143a81;
    line-height: 38px;
  }
  
  .companies-section .companie-info .item .sub-data {
    color: #143a81;
    line-height: 20px;
  }
  
  /* companies section E*/
  
  /* Achivements Section S*/
  .achivements-section {
    background: url(../images/achivements-bg.jpg) center/cover;
    margin-top: 35px;
    padding-top: 27px;
    padding-bottom: 30px;
  }
  
  .achivements-section .main-title {
    color: #fff;
    margin-bottom: 25px;
  }
  
  .achivements-section img {
    margin-bottom: 25px;
  }
  
  /* Achivements Section E*/
  
  /* Events Section S */
  .events-section {
    margin-top: 35px;
  }
  
  .events-section .event-slider {
    padding: 0 15px;
    margin-top: 30px;
  }
  
  .events-section .event-slider .event-item {
    padding: 0 25px;
  }
  
  .events-section .event-slider .event-item a h6 {
    margin-top: 15px;
  }
  
  .events-section .event-slider .info {
    color: #ee5e05;
  }
  
  .events-section .view-btn {
    margin-top: 50px;
  }
  
  /* Events Section E */
  
  /* Activities Section S*/
  .activities-section {
    margin-top: 40px;
    background-color: #143a81;
    padding: 40px 0 50px 0;
  }
  
  .activities-section .main-title {
    color: #fff;
    margin-bottom: 27px;
  }
  
  .activities-section .card-columns {
    column-gap: 15px;
  }
  
  .activities-section .card-columns .card-item a {
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
  }
  
  .activities-section .card-columns .card-item a:hover {
    color: #ee5e05;
  }
  
  .activities-section .card-columns .card-item p {
    margin: 5px 0 0 0;
  }
  
  /* Activities Section E*/
  
  /* Media Section S */
  .media-section {
    margin: 30px 0 50px 0;
  }
  
  .video-section .video-slider {
    margin: 0 -5px 40px -5px;
    padding-bottom: 45px;
  }
  
  .photo-section {
    margin-top: 40px;
  }
  
  .photo-section .photo-slider {
    margin: 0 -5px 20px -5px;
    padding-bottom: 45px;
  }
  
  .video-section .video-data {
    max-width: 620px;
  }
  
  .video-section .main-title,
  .photo-section .main-title {
    margin-bottom: 25px;
  }
  
  .video-section .video-slider .slick-prev,
  .photo-section .photo-slider .slick-prev {
    left: 40%;
    bottom: 0;
    top: auto;
    transform: rotate(180deg);
  }
  
  .video-section .video-slider .slick-next,
  .photo-section .photo-slider .slick-next {
    right: 40%;
    bottom: 0;
    top: auto;
    transform: inherit;
  }
  
  .video-section .video-item,
  .photo-section .photo-item {
    padding: 0 5px;
  }
  
  .video-section .video-item h6,
  .photo-section .photo-item h6 {
    margin-top: 5px;
  }
  
  /* Media Section E */
  
  /* University Section S*/
  .university-section {
    background-image: url(../images/university-bg.jpg);
    background-size: cover;
  }
  
  .university-info {
    color: #fff;
    padding-top: 45px;
    padding-bottom: 70px;
  }
  
  .university-info h2 span {
    font-weight: 400;
  }
  
  .university-info .university-view div {
    width: 93px;
  }
  
  .university-info .university-view .info {
    width: calc(100% - 93px);
    padding-left: 10px;
  }
  
  .university-info .university-view .info .title {
    font-weight: 600;
  }
  
  .university-info .vision-img {
    max-width: 76px;
  }
  
  .university-info .mission-img {
    max-width: 93px;
  }
  
  .university-campus {
    color: #fff;
  }
  
  .university-campus .main-title {
    color: #fff;
  }
  
  .university-campus .video {
    margin-top: 38px;
    position: relative;
  }
  
  .testimonial-slider {
    padding-bottom: 30px;
  }
  
  .testimonial-slider .testimonial-data .col-sm-6:first-child {
    margin-top: 45px;
  }
  
  .testimonial-slider .testimonial-item {
    background-color: #fff;
    color: #143a81;
    border: 1px solid #c3c3c3;
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .testimonial-slider .slick-current .testimonial-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .testimonial-slider .testimonial-item .info .name {
    width: calc(100% - 74px);
    padding-right: 10px;
  }
  
  .testimonial-slider .testimonial-item .info .name h5 {
    font-weight: 600;
    margin-bottom: 0;
  }
  
  .testimonial-slider .testimonial-item .info .name p {
    color: #ee5e05;
  }
  
  .testimonial-slider .testimonial-item .info .icon {
    width: 74px;
  }
  
  .testimonial-slider .slick-dots {
    right: 140px;
    bottom: 14px;
    width: 90px;
  }
  
  .testimonial-slider .slick-arrow {
    bottom: 0px;
    transform: none;
    right: 0;
    left: auto;
    top: auto;
    border-color: transparent;
    background-color: transparent !important;
  }
  
  .testimonial-slider .slick-dots li.slick-active button:before {
    color: #143a81;
  }
  
  .testimonial-slider .slick-dots li button:before {
    color: #fff;
  }
  
  .testimonial-slider .slick-arrow.slick-next {
    right: 100px;
  }
  
  .testimonial-slider .slick-arrow.slick-prev {
    right: 225px;
    transform: rotate(180deg);
  }
  
  .video-play-button {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 115px;
    height: 115px;
    z-index: 1;
    background-color: rgba(247, 148, 62, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .video-play-button svg {
    z-index: 2;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 115px;
    height: 115px;
    background: #f7943e repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
  }
  
  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1
    }
  
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0
    }
  }
  
  /* University Section E*/
  
  /* Recruiter section S*/
  .recruiters-section {
    margin-top: 15px;
  }
  
  .recruiters-section .recruiters-slider {
    padding: 0 52px;
  }
  
  .recruiters-section .recruiter-item {
    padding: 10px 12px;
  }
  
  .recruiters-section .recruiter-item img {
    box-shadow: 0px 0px 10px rgba(29 29 29 / 7%);
  }
  
  /* Recruiter section E*/
  
  /* Header S*/
  .header {
    position: relative;
    z-index: 5;
  }
  
  .header-section .logo-section {
    width: 150px;
    padding: 10px 0;
  }
  
  .header-section .menu-section {
    width: calc(100% - 150px);
  }
  
  .navbar-nav .dropdown-menu {
    width: 100%;
    margin-top: 0;
  }
  
  .menu-section .top-nav {
    display: inline-block;
    background-color: #eb6b06;
    color: #fff;
    padding: 8px 25px;
    margin-bottom: 5px;
    display: none;
  }
  
  .menu-section .top-nav a {
    color: #fff;
  }
  
  .nav-item.dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .navbar-nav .nav-item .nav-link {
    color: #eb6b06;
    font-size: 16px;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .navbar-nav .dropdown-menu .title.nav-link {
    font-size: 16px;
  }
  
  .navbar-nav .dropdown-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;
  }
  
  .navbar-nav .nav-item {
    transition: all 0.6s ease;
    text-align: left;
  }
  
  .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
  }
  
  .navbar-nav .dropdown-menu .nav-item:hover {
    background-color: transparent;
  }
  
  .navbar-nav .nav-item:hover .dropdown-menu .nav-link {
    color: #302f31;
    background-color: transparent;
  }
  
  .navbar-nav .dropdown-menu .nav-link {
    color: #302f31;
  }
  
  .navbar-nav .nav-item:hover .dropdown-menu .nav-link:hover {
    color: #133082;
    background-color: transparent;
  }
  
  .navbar-nav .dropdown-menu .nav-link:hover {
    color: #fff;
  }
  
  .navbar-nav .dropdown-menu .nav-item:hover .dropdown-toggle:after {
    border-top-color: #133082;
  }
  
  .navbar-nav .maltimenu .nav-item .dropdown-toggle:after {
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #eb6b06;
  }
  
  .navbar-nav .maltimenu .nav-item:hover .dropdown-toggle:after {
    border-top-color: transparent;
    border-left-color: #133082;
  }
  
  .navbar-nav .title.nav-link {
    border-bottom: 1px solid #eb6b06;
  }
  
  .navbar-nav .nav-item .dropdown-toggle::after {
    border-top: 5px solid #eb6b06;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    vertical-align: inherit;
    transition: all 0.6s ease;
  }
  
  .navbar-nav .nav-item:hover .dropdown-toggle::after {
    border-top-color: #fff;
  }
  
  /* Header E*/
  
  /* Footer  S*/
  .main-footer .footer-section {
    margin-top: 40px;
    background-color: #143a81;
    color: #fff;
    padding: 40px 45px 25px 45px;
    border-radius: 10px;
  }
  
  .main-footer {
    position: relative;
  }
  
  .main-footer:after {
    content: '';
    background-color: #eb6b06;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 1;
  }
  
  .main-footer .footer-section {
    position: relative;
    z-index: 2;
  }
  
  .main-footer .footer-section .footer-logo {
    width: auto;
  }
  
  .main-footer .copy-text {
    color: #fff;
    padding: 25px 0;
    position: relative;
    z-index: 2;
  }
  
  .footer-section .footer-link {
    list-style: none;
    padding: 0;
  }
  
  .footer-section .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .footer-section .footer-call-icon svg {
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 5px;
  }
  
  .footer-section .contact-link {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
  }
  
  .footer-section .contact-link:hover {
    color: #eb6b06;
  }
  
  .footer-section .social-link a,
  .common-social-link .social-link a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }
  
  .footer-section .social-link a svg,
  .common-social-link .social-link a svg {
    fill: #fff;
  }
  
  .footer-section hr {
    background: #fff;
  }
  
  .footer-section .social-link .icon-facebook:hover,
  .common-social-link .social-link .icon-facebook:hover {
    background-color: #4267B2;
    border-color: #4267B2;
  }
  
  .footer-section .social-link .icon-insta:hover,
  .common-social-link .social-link .icon-insta:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border: transparent;
  }
  
  .footer-section .social-link .icon-twitter:hover,
  .common-social-link .social-link .icon-twitter:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
  }
  
  .footer-section .social-link .icon-linkedin:hover,
  .common-social-link .social-link .icon-linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5;
  }
  
  .footer-section .social-link .icon-youtube:hover,
  .common-social-link .icon-youtube:hover {
    background-color: #FF0000;
    border-color: #FF0000;
  }
  
  .footer-section .footer-link a {
    color: #fff;
    padding-left: 15px;
    position: relative;
    margin-bottom: 9px;
    display: inline-block;
  }
  
  .footer-section .footer-link a:before {
    content: '●';
    position: absolute;
    left: 0;
  }
  
  .footer-section .footer-link a:hover {
    color: #eb6b06;
  }
  
  /* Footer  E*/
  
  /*Inner Banner S*/
  .inner-banner {
    position: relative;
  }
  
  .inner-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .inner-banner .main-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
  }
  
  .inner-banner .sub-title {
    font-size: 16px;
  }
  
  /*Inner Banner E*/
  .b-color-title {
    color: #133082;
  }
  
  .y-color-title {
    color: #ec722a;
  }
  
  .sub-data-title {
    font-weight: 500;
  }
  
  .ul-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .ul-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  
  .ul-list li:before {
    content: '';
    position: absolute;
    background-image: url(../images/list-style.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
  }
  
  .about-info {
    padding: 30px 0;
  }
  
  .about-info .ul-list {
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 5px -15px;
    padding: 0;
  }
  
  .about-info .ul-list li {
    width: 100%;
    padding: 0 15px;
    padding-left: 25px;
  }
  
  .about-info .ul-list li span {
    padding-left: 25px;
    display: inline-block;
  }
  
  .about-info .ul-list li:first-child {
    border: none;
  }
  
  .about-info .ul-list li:before {
    left: 20px;
  }
  
  .about-page .university-section {
    background-position-y: calc(100% - 340px);
    background-color: #fdfdfb;
  }
  
  .about-page .university-campus {
    padding-top: 50px;
  }
  
  .about-page .about-university-campus {
    background-color: #fdfdfb;
    padding-top: 50px;
  }
  
  .about-page .university-info,
  .about-info-section {
    color: inherit;
    padding: 0;
  }
  
  .about-page .university-info .main-title {
    font-size: 36px;
  }
  
  .about-page .university-info .university-view .info .title {
    color: #ee5e05;
  }
  
  .about-education .container {
    position: relative;
  }
  
  .about-education {
    padding: 50px 0 0px 0;
    margin-top: 50px;
  }
  
  .about-education2 {
    padding: 50px 0 0px 0;
    width: 100%;
  }
  
  .about-education .university-info .university-view .info {
    padding-bottom: 20px;
  }
  
  .about-education .image-section .shaping-entrepreneurs {
    border-radius: 0 40% 0 40%;
  }
  
  .about-education .university-details {
    padding: 30px 0 0 0px;
  }
  
  /*Timeline Page*/
  .timeline-section .timeline-info {
    padding: 30px 0;
  }
  
  .timeline-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 60px;
  }
  
  .timeline-list:after {
    content: '';
    width: 7px;
    position: absolute;
    left: 0;
    background: #264797;
    height: 100%;
    top: 0;
    bottom: 0;
  }
  
  .timeline-list:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: -8px;
    bottom: -24px;
    background: #264797;
  }
  
  .timeline-list .timeline-item {
    width: 100%;
    /*border-left: 3.5px solid #264797;*/
    padding-left: 50px;
    position: relative;
    padding-top: 50px;
  }
  
  .timeline-list .timeline-item:last-child {
    padding-bottom: 35px;
  }
  
  .timeline-list .timeline-item .timeline-data {
    border: 1px solid #e2e2e2;
    padding: 30px 18px;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 4%);
  }
  
  .timeline-list .timeline-item .timeline-data .details:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #264797;
    border-radius: 100%;
  }
  
  .timeline-list .timeline-item .timeline-data .details:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    width: 50px;
    transform: translateY(-50%);
    border: 1px dashed #264797;
    z-index: 1;
  }
  
  .timeline-list .timeline-item .year {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    background-color: #ec722a;
    display: inline-block;
    width: 140px;
    text-align: center;
    padding: 2px;
    border-radius: 20px 0;
    position: absolute;
    top: -20px;
  }
  
  /*Why Gujarat*/
  .why-gujarat-info {
    padding: 30px 0;
  }
  
  .why-gujarat-info .why-image img {
    margin-bottom: 30px;
  }
  
  .why-gujarat-info .why-image:first-child {
    margin-top: 50px;
  }
  
  .why-tab-section .tab-data {
    display: flex;
    flex-wrap: wrap;
  }
  
  .why-tab-section .tab-data .title-data {
    width: 100%;
  }
  
  .why-tab-section .tab-data .tab-content {
    width: 100%;
    border: 1px solid #eb7127;
    padding: 15px;
  }
  
  .why-tab-section .tab-data .nav .nav-item {
    width: 100%;
  }
  
  .why-tab-section .tab-data .nav .nav-item .nav-link {
    border: 1px solid #b4b4b4;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 15px;
    padding-right: 35px;
    position: relative;
  }
  
  .why-tab-section .tab-data .nav .nav-item .nav-link:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .why-tab-section .tab-data .nav .nav-item .nav-link.active {
    color: #fff;
    background-color: #eb7127;
  }
  
  .why-tab-section .tab-data .nav .nav-item .nav-link.active:after {
    content: '–';
  }
  
  /*Faculty Page*/
  .faculty-tab-section .title-data {
    border-bottom: 1px solid #020202;
    padding-bottom: 15px;
    padding-top: 50px;
    margin-bottom: 15px;
  }
  
  .faculty-tab-section .title-data .nav-tabs,
  .nav-tabs.janral-tab {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  
  .faculty-tab-section .title-data .nav-tabs .nav-item,
  .nav-tabs.janral-tab .nav-item {
    width: 50%;
  }
  
  .faculty-tab-section .title-data .nav-tabs .nav-link,
  .nav-tabs.janral-tab .nav-item .nav-link {
    border: 1px solid #eb7127;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 1px 0;
    height: 100%;
  }
  
  .faculty-tab-section .title-data .nav-tabs .nav-link.active,
  .nav-tabs.janral-tab .nav-item .nav-link.active {
    color: #fff;
    background-color: #eb7127;
  }
  
  .university-tab-content .department-tab-data,
  #courses-content .department-tab-data {
    display: flex;
    flex-wrap: wrap;
  }
  
  .university-tab-content .department-tab-data .title-data,
  #courses-content .department-tab-data .title-data {
    width: 100%;
    border: none;
    padding: 0;
  }
  
  .university-tab-content .department-tab-data .tab-content,
  #courses-content .department-tab-data .tab-content {
    width: 100%;
    padding: 15px 0px;
  }
  
  .university-tab-content .department-tab-data .title-data .nav-tabs .nav-item {
    width: 100%;
  }
  
  .university-tab-content .title-data .nav-tabs .nav-link {
    border: 1px solid #fff;
    background: #143a81;
    color: #fff;
    margin: 0;
  }
  
  .university-tab-content .title-data .nav-tabs .nav-link.active {
    color: #143a81;
    border: 1px solid #143a81;
    background-color: #fff;
  }
  
  .department-tab-data .head-details {
    border: 1px solid #143a81;
    padding: 15px 30px;
    margin-bottom: 10px;
  }
  
  .department-tab-data .head-details .faculty-card .card-image {
    max-width: 100%;
  }
  
  .department-tab-data .sub-details {
    border: 1px solid #eb6b06;
    padding: 15px 30px;
  }
  
  .faculty-card .card-image {
    position: relative;
    padding: 0 10px 10px 0;
    /*max-width: 200px;
    margin: 0 auto;*/
  }
  
  .faculty-card .card-image:before {
    content: '';
    border: 1px solid #eb6b06;
    border-radius: 25% 0 25% 0;
    position: absolute;
    left: 10px;
    right: 0;
    top: 10px;
    bottom: 0;
    z-index: 1;
  }
  
  .faculty-card .card-image img {
    border: 1px solid #eb6b06;
    border-radius: 25% 0 25% 0;
    z-index: 2;
    position: relative;
  }
  
  .faculty-card1 .card-image img {
    border: 0.5px solid #eb6b06;
    border-radius: 25% 0 25% 0;
    z-index: 2;
    position: relative;
  }
  
  .faculty-card .name {
    font-size: 19px;
    color: #143a81;
    font-weight: 600;
    margin: 10px 0 0;
  }
  
  .faculty-card .designation {
    font-size: 17px;
    color: #eb6b06;
    margin-bottom: 10px;
  }
  
  .faculty-card .department {
    font-size: 15px;
    color: #143a81;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
  }
  
  .faculty-card .department:before {
    content: '';
    background-image: url(../images/books.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .faculty-card .study {
    font-size: 15px;
    color: #143a81;
    position: relative;
    padding-left: 32px;
  }
  
  .faculty-card .study:before {
    content: '';
    background-image: url(../images/degree-cap.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .faculty-card .info .btn {
    margin-top: 20px;
  }
  
  /*WED-Cell Page*/
  
  .small-title {
    font-size: 20px;
    font-weight: 600;
  }
  
  .wed-cell-section .wed-cell {
    background-image: url(../images/wed-cell-bg.jpg);
    background-size: cover;
    background-position: bottom right;
    padding: 20px 30px;
    color: #fff;
    border: 1px solid #eb6b06;
  }
  
  .wed-cell-section .wed-cell-details {
    margin-top: -120px;
  }
  
  .wed-cell-section .wed-cell-details .wed-cell-power {
    border: 1px solid #eb6b06;
    padding: 25px;
    margin-top: 150px;
  }
  
  .wed-cell-section .wed-cell-details .wed-committee-members {
    box-shadow: 0 0 30px rgba(0, 0, 0, 5%);
    padding: 25px;
    background: #fff;
    margin: 0px 30px 0 0;
    height: 100%;
  }
  
  .photo-gallery-section {
    margin-top: 50px;
  }
  
  .photo-gallery-section .photo-item {
    margin-bottom: 15px;
  }
  
  .photo-gallery-section .view-btn {
    margin-top: 30px;
  }
  
  /*contact us page*/
  .form .form-group .form-control {
    border: 1px solid #cfcfcf;
    box-shadow: 0 0 21px rgba(0, 0, 0, 6%);
    min-height: 50px;
    border-radius: 5px;
  }
  
  .contact-data {
    margin-top: -50px;
  }
  
  .contact-data .form-data {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  
  .contact-data .content-info {
    background-image: url(../images/contact-info-bg.png);
    background-size: cover;
    padding: 25px 25px 45px 25px;
    border-radius: 10px;
  }
  
  .content-info .info-data {
    position: relative;
    padding-left: 50px;
    color: #fff;
    padding-bottom: 20px;
  }
  
  .contact-data .content-info .details:not(:first-child) {
    position: relative;
    padding-top: 25px;
  }
  
  .contact-data .content-info .details:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    left: 50px;
    height: 3px;
    background: #fff;
  }
  
  .content-info .info-data a {
    color: #fff;
  }
  
  .content-info .info-data a:hover {
    color: #0056b3;
  }
  
  .content-info .info-data .icon {
    position: absolute;
    left: 0;
    text-align: center;
  }
  
  .content-info .info-data .icon svg {
    fill: #fff;
  }
  
  .content-info .info-data .main-call {
    font-size: 26px;
  }
  
  .location-map {
    margin-top: 40px;
  }
  
  /*SOB Page*/
  .about-sob-data {
    padding-top: 30px;
  }
  
  .about-sob-section .about-info {
    background-image: url(../images/about-sob-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 20px;
    color: #fff;
  }
  
  
  .about-sob-section .about-info_design {
    background-image: url(../images/School/Design/Image2.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 20px;
    color: #fff;
  }
  
  .about-sob-section .about-info_sit {
    background-image: url(../images/School/SIT/sit.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 20px;
    color: #fff;
  }
  
  
  .about-sob-section .about-info_hs {
    background-image: url(../images/School/HS/hs.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 20px;
    color: #fff;
  }
  
  .about-sob-section .about-info_sc {
    background-image: url(../images/School/SC/sc.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 20px;
    color: #fff;
  }
  
  .methodology-section {
    background-image: url(../images/sob-methodology-bg.jpg);
    background-size: cover;
    padding: 50px 0;
    color: #fff;
    margin: 40px 0;
  }
  
  .methodology-section .sob-core-value {
    background: #fff url(../images/sob-core-value-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 20px;
    color: #302f31;
    right: 15px;
  }
  
  /*Our courses*/
  .bg-tab {
    padding: 30px 0;
    margin: 1px 0;
  }
  
  .c-ssb-bg {
    background-image: url(../images/c-ssb-bg.jpg);
    background-size: cover;
  }
  
  .c-sid-bg {
    background-image: url(../images/designbanner1.jpg);
    background-size: cover;
  }
  
  .c-sit-bg {
    background-image: url(../images/c-sit-bg.jpg);
    background-size: cover;
  }
  
  .c-ssc-bg {
    background-image: url(../images/c-ssc-bg.jpg);
    background-size: cover;
  }
  
  .c-agriculture-bg {
    background-image: url(../images/agriculturebanner.jpg);
    background-size: cover;
  }
  
  .c-sihs-bg {
    background-image: url(../images/c-sihs-bg.jpg);
    background-size: cover;
  }
  
  .c-ceit-bg {
    background-image: url(../images/computing.jpg);
    background-size: cover;
  }
  
  .c-pharma-bg {
    background-image: url(../images/pharmacy.jpg);
    background-size: cover;
  }
  
  .c-communication-bg {
      background-image: url(../images/communication.png);
    background-size: cover;
  }
  
  #courses-content .title-data .nav-tabs .nav-item {
    width: 100%;
  }
  
  #courses-content .department-tab-data {
    max-width: 1065px;
  }
  
  .c-data-list .c-data-item {
    margin-bottom: 10px;
  }
  
  #courses-content .title-data .nav-tabs .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 12px 15px 12px 15px;
    position: relative;
  }
  
  #courses-content .tab-content {
    color: #fff;
  }
  
  #courses-content .title-data .nav-tabs .nav-link.active {
    color: #000;
  }
  
  #courses-content .title-data .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    right: -16px;
    border-left: 16px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
    top: 50%;
    display: none;
  }
  
  .c-data-list {
    color: #fff;
  }
  
  .c-data-list .icon-data {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
  }
  
  .c-data-list .icon-data:before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
  }
  
  .c-data-list .c-name:before {
    background-image: url(../images/books-white.svg);
  }
  
  .c-data-list .seat:before {
    background-image: url(../images/chair.svg);
  }
  
  .c-data-list .time:before {
    background-image: url(../images/clock-white.svg);
    width: 25px;
    height: 25px;
  }
  
  .c-data-list .link {
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .c-data-list .link:hover {
    background-color: #eb6b06;
    border-color: #eb6b06;
  }
  
  /*Life at swarnim*/
  .hostel-info {
    margin: 55px 0 45px 0;
  }
  
  .hostel-info .hostel-details {
    text-align: justify;
  }
  
  .hostel-info .hostel-image:last-child {
    margin-top: 50px;
  }
  
  .hostel-info .hostel-image img {
    margin-bottom: 10px;
  }
  
  .cafeteria-section {
    background-image: url(../images/lifeatswarrnim/life-cafeteria-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   
  }
  
  .cafeteria-section .cafeteria-info {
    text-align: justify;
    background-color: rgba(235, 107, 6, 0.8);
    color: #fff;
    padding: 25px;
  }
  
  .apple-lab-section {
    background-image: url(../images/lifeatswarrnim/apple-lab-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 35px;
    padding-bottom: 260px;
  }
  
  .sports-section {
    margin-top: 40px;
  }
  
  .sports-section .activities {
    width: 88px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .sports-section .activities .game-name {
    font-weight: bold;
    margin-top: 10px;
  }
  
  /*library Page*/
  .library-count {
    margin-top: -15px;
  }
  
  .library-count .library-info {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 57px 0px rgba(23, 23, 23, 0.2);
    padding: 15px 0;
  }
  
  .library-count .library-info .item {
    margin: 5px 0;
  }
  
  .library-count .library-info .item:nth-child(even) {
    border-left: 3px solid #eb6b06;
  }
  
  .library-count .library-info .number {
    font-size: 26px;
    color: #eb6b06;
    font-weight: 700;
  }
  
  .library-count .library-info .sub-data {
    color: #133082;
  }
  
  .library-page .library-info {
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
  
  .library-page .library-image img {
    padding: 0 10px;
  }
  
  .library-page .library-info-bg {
    background-image: url(https://www.swarrnim.edu.in/swarrnim/images/library/library-section-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 0;
    margin-top: -30px;
  }
  
  .library-gallery {
    margin-top: 30px;
  }
  
  .library-gallery .row {
    margin: 0 -10px;
  }
  
  .library-gallery .row .col-6 {
    padding: 0 10px 20px 10px;
  }
  
  .library-page .library-gallery-link {
    position: relative;
    display: inline-block;
  }
  
  .library-page .library-gallery-link .zoom-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(19, 48, 130, 0.5);
    opacity: 0;
    transition: all 0.4s ease;
  }
  
  .library-page .library-gallery-link:hover .zoom-icon {
    opacity: 1;
    bottom: 0;
  }
  
  .library-page .library-gallery-link .zoom-icon svg {
    fill: #fff;
    width: 30px;
    height: 30px;
  }
  
  
  
  @media (min-width: 576px) {
    .footer-section .footer-link {
      columns: 2;
    }
  
    .university-tab-content .department-tab-data .title-data,
    #courses-content .department-tab-data .title-data {
      width: 30%;
    }
  
    .university-tab-content .department-tab-data .tab-content,
    #courses-content .department-tab-data .tab-content {
      width: 70%;
      padding: 0 20px;
    }
  
    
  
  }
  
  @media (min-width: 768px) {
    
    
  
    .header .top-section .top-part {
      font-size: 14px;
    }
  
    .header-middle-section .content-section .logo-section .logo {
      max-width: 120px;
    }
  
    .header-middle-section .content-section .cart-section {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    }
  
    .header-middle-section .content-section .cart-section .logo-item img {
      max-width: 65px;
    }
  
    .header-middle-section .content-section .cart-section .logo-item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
    }
  
    .cart-item .cart {
      margin-left: 20px;
    }
  
    .cart .cart-link .down-arrow {
      display: inline-block;
    }
  
    .cart .cart-link .cart-icon {
      width: 35px;
      height: 35px;
    }
  
    .cart .cart-link .count {
      font-size: 12px;
      line-height: 18px;
      height: 23px;
      width: 23px;
      left: 25px;
      top: -7px;
    }
  
    .learn-section .title-data {
      padding-right: 20px;
    }
  
    .learn-section .search-data {
      margin-top: 0;
    }
  
    .companies-section .companie-info .item:nth-child(odd):before {
      display: block;
    }
  
    .companies-section .companie-info .item:nth-child(3n+1):before {
      display: none;
    }
  
    .photo-section {
      margin-top: 0px;
    }
  
    .university-section {
      background-repeat: no-repeat;
      background-size: 100% calc(100% - 20%);
    }
  
    .testimonial-slider {
      padding-bottom: 0;
    }
  
    .testimonial-slider.slick-slider .slick-arrow:before {
      background-image: url(../images/right-arrow-color.png);
    }
  
    .testimonial-slider .slick-dots {
      bottom: 123px;
    }
  
    .testimonial-slider .slick-arrow {
      bottom: 110px;
    }
  
    .testimonial-slider .slick-dots li button:before {
      color: #ee5e05;
    }
  
    .about-info .ul-list li {
      width: 50%;
    }
  
    .about-info .ul-list li:nth-child(even) {
      border-left: 2px solid #302f31;
    }
  
    .about-page .university-info,
    .about-info-section {
      box-shadow: 0 0 57px rgb(0 0 0 / 7%);
      width: calc(100% - 10%);
      padding: 0;
    }
  
    .about-page .about-university-campus {
      padding-top: 0px;
    }
  
    .about-education .image-section {
      max-width: 50%;
      position: absolute;
      right: 15px;
      top: -80px;
    }
  
    .about-education .university-details {
      padding: 60px 45px 0 60px;
    }
  
    .about-education {
      padding: 150px 0 30px 0;
    }
  
    .timeline-list:after {
      left: 50%;
    }
  
    .timeline-list:before {
      left: calc(50% - 8px);
    }
  
    .timeline-list .timeline-item {
      width: 50%;
      padding-top: 100px;
    }
  
    .timeline-list .timeline-item:first-child {
      padding-top: 30px;
    }
  
    .timeline-list .timeline-item:first-child(even) {
      padding-top: 0;
    }
  
    .timeline-list .timeline-item:nth-child(odd) {
      border-left: 0;
      padding-right: 50px;
      padding-left: 0;
  
    }
  
    .timeline-list .timeline-item:nth-child(odd):after {
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
    }
  
    .timeline-list .timeline-item:last-child:after {
      width: 7px;
      right: -3.5px;
    }
  
    .timeline-list .timeline-item:nth-child(odd) .timeline-data .details:after {
      content: '';
      position: absolute;
      right: -8px;
      left: auto;
    }
  
    .timeline-list .timeline-item:nth-child(odd) .timeline-data .details:before {
      right: -50px;
      left: auto;
    }
  
    .why-tab-section .tab-data .title-data {
      width: 35%;
    }
  
    .why-tab-section .tab-data .tab-content {
      width: 65%;
    }
  
    .faculty-tab-section .title-data .nav-tabs .nav-item,
    .nav-tabs.janral-tab .nav-item {
      width: 33.33%;
    }
  
    #courses-content .title-data .nav-tabs .nav-link.active:after {
      display: block;
    }
  
    .cafeteria-section .cafeteria-info {
      padding: 40px;
    }
  
    .library-count {
      margin-top: -40px;
    }
  
    .library-count .library-info .item {
      margin: 0;
    }
  
    .library-count .library-info .item:not(:first-child) {
      border-left: 3px solid #eb6b06;
    }
  
    .library-page .library-info-bg {
      margin-top: 0;
    }
  
   
  }
  
  @media (min-width: 960px) {}
  
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 960px;
    }
  
    .search-data .search-form button {
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 7px;
      padding-bottom: 7px;
      margin-top: 0px;
      width: auto;
    }
  
    .activities-section .card-columns {
      column-count: 4;
    }
  
    .companies-section .companie-info .item .number {
      font-size: 36px;
    }
  
    .companies-section .companie-info .item:nth-child(3n+1):before {
      display: block;
    }
  
    .testimonial-slider .slick-arrow {
      bottom: 45px;
    }
  
    .testimonial-slider .slick-dots {
      right: 100px;
      bottom: 58px;
    }
  
    .testimonial-slider .slick-arrow.slick-next {
      right: 60px;
    }
  
    .testimonial-slider .slick-arrow.slick-prev {
      right: 185px;
    }
  
    /* Header */
    .header .navbar {
      padding: 0;
      position: inherit;
    }
  
    .header .header-section {
      position: relative;
    }
  
    .menu-section .top-nav {
      display: inline-block;
    }
  
    .navbar-collapse {
      width: 100%;
    }
  
    .navbar-nav .nav-item .nav-link {
      font-size: 14px;
    }
  
    .dropdown-menu .dropdown-menu {
      margin-left: 0;
      margin-right: 0;
    }
  
    .dropdown-menu li {
      position: relative;
    }
  
    .navbar-nav .nav-item {
      padding: 0 5px;
    }
  
    .nav-item .submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: -7px;
    }
  
    .nav-item .submenu-left {
      right: 100%;
      left: auto;
    }
  
    .dropdown-menu>li:hover {
      background-color: #f1f1f1
    }
  
    .dropdown-menu>li:hover>.submenu {
      display: block;
    }
  
    .dropdown.has-megamenu {
      position: inherit;
    }
  
    .navbar-nav .nav-item:hover {
      background-color: #133082;
    }
  
    .dropdown.has-megamenu .megamenu {
      left: 0;
      right: 0;
      padding: 25px;
      margin: 0;
      max-height: 500px;
      overflow-y: auto;
    }
  
    .navbar-nav .maltimenu {
      width: 230px;
    }
  
    .navbar-nav .maltimenu .nav-item .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .navbar-nav .nav-item:hover>.dropdown-menu {
      display: block;
    }
  
    .about-info .ul-list li {
      width: 25%;
      border-left: 2px solid #302f31;
    }
  
    .why-gujarat-info {
      padding: 50px 0;
    }
  
    .why-tab-section .tab-data .title-data {
      width: 27%;
    }
  
    .why-tab-section .tab-data .tab-content {
      width: 73%;
      padding: 40px 30px;
    }
  
    .faculty-tab-section .title-data .nav-tabs .nav-item,
    .janral-tab.nav-tabs .nav-item {
      width: 25%;
    }
  
    .about-education .university-details {
      padding: 60px 0px 0 60px;
    }
  
    .contact-data .form-data {
      margin-top: 100px;
      margin-bottom: 0;
    }
  
    .contact-data .content-info {
      padding: 25px 70px 45px 55px;
    }
  
    .about-sob-section .about-info {
      padding: 35px 45px;
    }
  
    .about-sob-data {
      padding-top: 50px;
    }
  
    .methodology-section {
      margin: 80px 0 65px 0;
    }
  
    .methodology-section .sob-core-value {
      position: absolute;
      margin-left: 80px;
      min-height: 590px;
      max-height: 590px;
      overflow: auto;
    }
  
    .anchor-font-text{
      font-size: 13px !important;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
      max-width: 1170px;
    }
  
    .dropdown.has-megamenu .megamenu .col-md-4 {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .main-slider .slick-dots {
      bottom: 80px;
    }
  
    .learn-section {
      margin-top: -65px;
    }
  
    .learn-section .learn-bg {
      padding: 25px 40px;
    }
  
    .learn-section .learn-search {
      width: calc(100% - 215px);
      padding-right: 25px;
      max-width: 960px;
    }
  
    .learn-section .title-data {
      width: calc(100% - 442px);
      padding-right: 55px;
    }
  
    .learn-section .search-data {
      width: 442px;
    }
  
    .learn-section .brochure {
      width: 215px;
      margin-top: 0;
    }
  
    .companies-section .companie-info .item .number {
      font-size: 40px;
    }
  
    .activities-section .card-columns {
      column-count: 5;
    }
  
    .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .header-section .logo-section {
      width: 270px;
      padding: 10px 0;
    }
  
    .header-section .menu-section {
      width: calc(100% - 270px);
    }
  
    .inner-banner .main-title {
      font-size: 40px;
    }
  
    .about-education .university-details {
      padding: 60px 60px 40px 60px;
    }
  
    .about-education {
      padding: 150px 0 60px 0;
    }
  
    .page-main-title {
      font-size: 36px;
    }
  
    .timeline-section .timeline-info {
      padding: 50px 0;
    }
  
    .university-tab-content .department-tab-data .title-data {
      width: 20%;
    }
  
    .university-tab-content .department-tab-data .tab-content {
      width: 80%;
      padding: 0 40px;
    }
  
    #courses-content .department-tab-data .title-data {
      width: 25%;
    }
  
    #courses-content .department-tab-data .tab-content {
      width: 75%;
      padding: 0 40px;
    }
  
    .inner-banner .sub-title {
      font-size: 24px;
    }
  
    .methodology-section .sob-core-value {
      padding: 50px 60px;
    }
  
    .bg-tab {
      padding: 60px 0;
    }
  
    .apple-lab-section {
      margin-top: -135px;
      padding-bottom: 260px;
    }
  
    .apple-lab-section .lab-info {
      padding-top: 185px;
    }
  
    .sports-section .activities {
      margin-right: 40px;
    }
  
    .library-count {
      margin-top: -60px;
    }
  
    .library-count .library-info {
      padding: 30px 0;
    }
  
  }
  
  @media (min-width: 1366px) {
    .school-section .school-data a {
      margin-bottom: 55px;
    }
  
    .faculty-tab-section .title-data .nav-tabs .nav-item,
    .nav-tabs.janral-tab .nav-item {
      width: 20%;
    }
  
    .library-count .library-info .number {
      font-size: 36px;
    }
  
    .library-count .library-info .sub-data {
      font-size: 18px;
    }
  }
  
  @media (min-width: 1600px) {
    .container {
      width: 1530px;
      max-width: 1530px;
    }
  
    .main-title {
      font-size: 62px;
    }
  
    .learn-section .learn-bg {
      padding: 25px 40px;
    }
  
    .main-slider .slick-dots {
      bottom: 108px;
    }
  
    .learn-section .title-data .title {
      font-size: 32px;
    }
  
    .companies-section .companie-info .item .number {
      font-size: 65px;
      line-height: 60px;
    }
  
    .companies-section .companie-info .item .name {
      font-size: 35px;
    }
  
    .achivements-section img {
      width: auto;
    }
  
    .university-campus .col-lg-4,
    .university-campus .col-lg-8 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .university-info .university-details {
      padding-right: 105px;
    }
  
    .testimonial-slider .slick-arrow {
      bottom: 110px;
    }
  
    .testimonial-slider .slick-dots {
      right: 138px;
      bottom: 123px;
    }
  
    .testimonial-slider .slick-arrow.slick-next {
      right: 100px;
    }
  
    .testimonial-slider .slick-arrow.slick-prev {
      right: 225px;
    }
  
    .navbar-nav .nav-item .nav-link {
      font-size: 18px;
    }
  
    .inner-banner .main-title {
      font-size: 62px;
    }
  
    .about-education .university-details {
      padding: 60px 60px 80px 60px;
    }
  
    .university-section {
      background-size: 100% calc(100% - 30%);
    }
  
    .timeline-list {
      max-width: 1080px;
      margin: 0 auto;
    }
  
    .timeline-list .timeline-item {
      padding-left: 160px;
    }
  
    .timeline-list .timeline-item:nth-child(odd) {
      border-left: 0;
      padding-right: 160px;
      padding-left: 0;
    }
  
    .timeline-list .timeline-item .timeline-data .details:before {
      width: 160px;
      left: -160px;
    }
  
    .timeline-list .timeline-item:nth-child(odd) .timeline-data .details:before {
      right: -160px;
      left: auto;
    }
  
    .why-gujarat-info .image-section {
      padding: 0 100px;
    }
  
    .why-tab-section .tab-data .nav .nav-item .nav-link {
      font-size: 22px;
      padding: 20px 40px;
    }
  
    .faculty-tab-section .title-data .nav-tabs .nav-link,
    .nav-tabs.janral-tab .nav-link {
      font-size: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 66px;
    }
  
    .wed-cell-section {
      margin-bottom: 60px;
    }
  
    .photo-gallery-section .row {
      max-width: 1250px;
      margin: 0 auto;
    }
  
    .about-page .university-info .page-main-title,
    .about-info-section .page-main-title {
      margin-bottom: 10px;
    }
  
    .form .form-group .form-control {
      min-height: 64px;
      padding: 30px;
    }
  
    .contact-data {
      margin-top: -100px;
    }
  
    .contact-data .form-data {
      margin-top: 150px;
    }
  
    .location-map {
      margin-top: 70px;
    }
  
    .contact-data .content-info {
      margin-left: 30px;
    }
  
    .methodology-section .sob-core-value {
      margin-left: 100px;
    }
  
    #courses-content .title-data .nav-tabs .nav-link {
      font-size: 20px;
      padding: 12px 20px 12px 30px;
    }
  
    #courses-content .department-tab-data .title-data {
      width: 300px;
    }
  
    #courses-content .department-tab-data .tab-content {
      width: calc(100% - 300px);
      padding: 0 0 0 40px;
    }
  
    .c-data-list .icon-data {
      font-size: 18px;
    }
  
    .cafeteria-section .cafeteria-info {
      padding: 45px 85px 40px 40px;
    }
  
    .library-count .library-info {
      padding: 30px 150px;
    }
  
    .library-page .library-info-bg {
      margin-top: -35px;
    }
  }
  
  @media (min-width: 1800px) {}
  
  
  
  
  
  
  @media (max-width: 992px) {
    .navbar.navbar-hover {
      position: inherit;
    }
  
    .header .navbar .navbar-collapse {
      position: absolute;
      left: 0;
      top: 60px;
      right: 0;
      padding: 15px 15px;
      background: #134797;
      z-index: 5;
      width: 100%;
      box-shadow: 0px 4px 11px rgba(255, 255, 255, 70%);
    }
  
    .dropdown-menu .submenu {
      padding-left: 15px;
      border: none;
    }
  
    .navbar-nav .nav-item .nav-link {
      width: calc(100% - 30px);
    }
  
    .navbar-nav .nav-item .dropdown-toggle {
      width: 30px;
      position: relative;
      z-index: 5;
      text-align: right;
    }
    
    /* font size  */
  
    .text-para{
      font-size: 1.75rem;
    }
  
    .anchor-font-text{
      font-size: 6px;
    }
  
  }
  
  
  
  
  