/* =======================================================================
Template Name: Smriti Netcom
Author:  Smriti Netcom
Author URI: www.foduu.com
Version: 1.0
coder name:Shubham
Description: This Template is created for web template
======================================================================= */
/* ===================================== Import Less ================================== */
@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/PT_Sans-Web-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/PT_Sans-Web-Bold.ttf") format("truetype");
}

/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

ul li.dropdown:hover ul.dropdown-menu {
  display: block;
}

ul.dropdown-menu li {
  padding: 9px 22px !important;
  width: 250px;
  line-height: 16px;
  background-color: #af251b;
  border: 2px;
}

.dropdown-menu {
  top: 70%;
}

ul.dropdown-menu {
  padding: 0px;
}

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

ul.dropdown-menu li a:hover {
  border-bottom: 2px solid;
  width: 100%
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial;
}

strong {
  font-family: Arial;
}

body {
  background-color: #f7f7ff !important;
  font-family: Arial;
  font-size: 12px;
  color: #6A6A6A;
}

body {
  /* background-image: url(../images/jeet-bg-img1.png); */
  background-size: cover;
  overflow-x: hidden;
}

.session-title {
  padding: 30px;
  margin: 0px;
}

.session-title h2 {
  width: 100%;

  color: #af251b;
  text-align: center;
}

.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
}

.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 30px;
}

.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-family: "slab", Arial, Helvetica, sans-serif;
}

.inner-title p {
  width: 100%;
  text-align: center;
}

.btn-success {
  background-color: #1aaa55;
  border-color: #1aaa55;
}

.btn-success:hover {
  background-color: #1aaa55 !important;
  border-color: #1aaa55 !important;
}

.btn-success:active {
  background-color: #1aaa55 !important;
  border-color: #1aaa55 !important;
}

.btn-success:focus {
  background-color: #1aaa55 !important;
  border-color: #1aaa55 !important;
  box-shadow: none !important;
}

.btn-info {
  background-color: #af251b;
  border-color: #af251b;
}

.btn-info:hover {
  background-color: #af251b !important;
  border-color: #af251b !important;
}

.btn-info:active {
  background-color: #af251b !important;
  border-color: #af251b !important;
}

.btn-info:focus {
  background-color: #af251b !important;
  border-color: #af251b !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #af251b;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #0d7a40 !important;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}

.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

/* ===================================== Header CSS ================================== */
header {
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: #FFF;
}

header .header-top {
  background-color: #212121;
}

header .header-top .left-item ul li {
  float: left;
  color: #BCBCBC;
  padding: 10px;
}

header .header-top .left-item ul li i {
  color: #4e9be9;
}

header .header-top .right-item ul {
  float: right;
}

header .header-top .right-item ul li {
  float: left;
  color: #BCBCBC;
  padding: 10px;
}

header .header-nav .nav-item ul li {
  float: left;
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 18px;

}

@media screen and (max-width: 916px) {
  header .header-nav .nav-item ul li {
    padding: 30px 18px;
  }
}

@media screen and (max-width: 767px) {
  header .header-nav .nav-item ul li {
    float: none;
    padding: 14px;
    border-top: 1px solid #CCC;
  }
}

header .header-nav .nav-img img {
  padding: 0px;
  margin-left: 15px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  header .header-nav .nav-img img {
    margin-top: 0px;
    padding: 10px;
  }
}

header .header-nav .appoint {
  padding-top: 11px;
}

header .scroll-to-fixed-fixed {
  background-color: #FFF;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
}

.small-menu {
  float: right;
  color: #af251b;
  font-size: 32px;
  margin-top: 28px;
  margin-right: 15px;
}

/* ===================================== Slider CSS ================================== */
.slider-detail {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .slider-detail {
    padding-top: 0px;
  }
}

@media screen and (max-width: 409px) {
  .slider-detail {
    padding-top: 0px;
  }

  div#menu {
    margin-top: 45px !important;
  }

  header .header-nav .nav-img img {

    padding: 31px 11px 11px 11px !important;
  }

  .s-art-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 10px !important;
    line-height: 28px;
  }

  body {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .footer {
    padding: 15px !important;
    margin: 0 auto;
    background: #ffffff;
    color: #444;
  }

  .copy {
    margin: 0 auto;
    background: #ffffff;
    color: #444;
  }

  body {
    background-image: none;
  }

  .l-project .images a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 139px !important;
  }

  /*#top {
    width: 437px !important;
    padding: 0;
    margin: 0 auto;
}*/

}

.slider-detail .carousel-caption {
  text-align: left;
  bottom: 110px;
}

.slider-detail .carousel-caption h5 {
  font-size: 44px;
  margin-left: -40px;
}

.slider-detail .carousel-caption p {
  margin-left: -40px;
  font-weight: 600;
  margin-top: 40px;
  font-size: 19px;
}

.slider-detail .vbh {
  margin-left: -40px;
}

.slider-detail .vbh .btn {
  padding: 20px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 18px;
}

.slider-detail .vdg-cur {
  color: #af251b;
}

.slider-detail .fvgb {
  color: #af251b;
}

a.adtl {
  color: #fff;
}

span.spnh {
  font-size: 24px;
}






/* ===================================== Key Features CSS ================================== */
.key-features .kvxol {
  padding: 0px;
}

.key-features .single-key {
  background-color: #FFF;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px;
}

.key-features .single-key i {
  background-color: #FFF;
  padding: 20px;
  font-size: 42px;
  color: #af251b;
  margin-bottom: 30px;
  border-radius: 50px;
}

.key-features .single-key p {
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.key-features .ky-1 {
  background-color: #af251b;
  color: #FFF;
  margin-bottom: 0px;
}

.key-features .ky-2 {
  background-color: #1f1f1f;
  color: #FFF;
  margin-bottom: 0px;
}

.department {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .department {
    padding: 30px 10px;
  }
}

.department .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
}

/* ===================================== With Medical CSS ================================== */
.with-medical {
  padding: 50px;
  background-color: #FFF;
}

@media screen and (max-width: 940px) {
  .with-medical {
    padding: 30px 10px;
  }
}

.with-medical .txtr {
  padding: 10px;
}

.with-medical .txtr h4 {
  font-size: 32px;
}

.txtr h4 span {
  color: #af251b;
}

.txtr h2 span {
  color: #af251b;
}

.txtr h5 span {
  color: #af251b;
}

.with-medical .txtr p {

  font-size: 1.1rem;
}

/* ===================================== Our Team CSS ================================== */
.our-team {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .our-team {
    padding: 30px 10px;
  }
}

.our-team .user-card {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-bottom: 20px;
}

.our-team .user-card img {
  width: 100%;
}

.our-team .user-card .detfs {
  text-align: center;
}

.our-team .user-card .detfs ul {
  margin-left: 10%;
  width: 100%;
}

.our-team .user-card .detfs ul li {
  float: left;
  padding: 10px;
  font-size: 13px;
}

.our-team .user-card .detfs p {
  margin-top: 17px;
}

/* ===================================== Our Blog CSS ================================== */
.our-blog {
  background-color: #FDFDFD;
  padding: 40px;
}

@media screen and (max-width: 967px) {
  .our-blog {
    padding: 30px 0px;
  }
}

.our-blog .single-blog {
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.our-blog .single-blog figure {
  margin-bottom: 5px;
}

.our-blog .single-blog .blog-detail {
  padding: 15px;
}

.our-blog .single-blog small {
  color: #FFFFFF;
  font-size: 12px;
}

.our-blog .single-blog h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.our-blog .single-blog p {
  text-align: justify;
}

.our-blog .single-blog .link a {
  font-size: 12px;
  color: #FFFFFF;
}

.our-blog .single-blog .link i {
  padding-top: 6px;
  margin-left: 5px;
  color: #FFFFFF;
}

/* ===================================== Footer CSS ================================== */
.footer {
  padding: 50px;
  padding-bottom: 0px;
  background-color: #444;
  color: #FFF;
}

@media screen and (max-width: 940px) {
  .footer {
    padding: 30px 10px;
  }
}

.footer h2 {
  font-size: 26px;
  margin-top: 10px;
}

.footer p {
  text-align: justify;
}

.footer .link-list li {
  padding: 10px;
  border-bottom: 1px solid #6C6C6C;
}

.footer .link-list li a {
  color: #444;
}

.footer .link-list li i {
  float: right;
}

.footer .map-img {
  font-size: 12px;
  padding-left: 20px;
}

.footer address a {
  color: #FFF;
}

.copy {
  padding: 20px;
  background-color: #2E2E2E;
  color: #FFF;
}

.copy a {
  color: #af251b;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.page-nav {
  padding: 40px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  /*padding-top: 100px; */
  padding-top: 72px;
  position: relative;
}

@media screen and (max-width: 409px) {
  .page-nav {
    padding-top: 35px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

.page-nav h2 {
  font-size: 36px;
  width: 100%;
  color: #fff;
  text-align: left;
  z-index: 999;
}

@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}

.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #fff;
}

.page-nav ul li a {
  color: #fff;
}

/* ===================================== About Us Style  ================================== */
.about-us {
  padding: 50px;
  background-color: #FFF;
}

@media screen and (max-width: 1199px) {
  .about-us .container {
    max-width: 100%;
  }
}

.about-us img {
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.about-us h2 {
  font-size: 22px;
}

.about-us p {
  text-align: justify;
}

.kf-2 {
  background-color: #FCFCFC;
}

.contact-rooo {
  padding: 50px;
  background-color: #FFF;
}

@media screen and (max-width: 940px) {
  .contact-rooo {
    padding: 30px 10px;
  }
}

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center;
}

.gallery-filter .btn {
  background-color: #FFF;
}

.gallery {
  padding: 30px;
  background-color: #FFF;
}

.gallery-title {
  font-size: 36px;
  color: #29509f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #29509f;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #29509f;
  border-radius: 5px;
  text-align: center;
  color: #29509f;
  margin-bottom: 30px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #29509f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #29509f;
}

.btn-default:active .filter-button:active {
  background-color: #29509f;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

.ky2 {
  background-color: #FAFAFA;
}

img.footer-logo {
  width: 120px;
  margin-bottom: 10px;
}

tr td {
  border: 1px solid;
  padding: 5px;
}


h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.price {
  margin-bottom: 10px;
}

.wrapper {
  margin: 0 auto;
  width: 860px;
}

.columns {
  margin: 0 auto;
  max-width: 900px;
}

.details {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 11px;
}

.nwbtn {
  float: none;
  margin-right: 5px;
  margin-top: 15px;
}

.price {
  font-size: 30px !important;
  color: #777474;
}

.wishlist-container {
  padding-left: 0;
}

#prdctpg {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  /*box-shadow: 0 10px 17px 0px #c0c0c0;*/
  box-shadow: 0 5px 10px 0px #dbd7d7;
}

#prdctpg img {
  max-width: 30px;
}

.columns {
  margin-top: 30px;
}


#wishlist-container {
  padding-left: 0;
}

#buy-container {
  padding-right: 0;
}

.small-text {
  font-size: 14px;
}

.small-text span {
  font-weight: bold;
}

.buy-button {
  background: #ff6900;
  color: white;
  border: none;
}

.buy-button:hover,
.buy-button:active,
.buy-button:focus {
  color: white;
  opacity: 0.9;
}


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

  #wishlist-container,
  #buy-container {
    padding: 0 0 15px 0;
  }
}

ul.stlul li {
  list-style-type: square;
}

.spcbtn {
  margin-top: 15px;
}




/* -------------------------------- 
Primary style for Timeline
-------------------------------- */
/* <a href="#0" class="cd-timeline__read-more">Read more</a>
https://github.com/CodyHouse/vertical-timeline/blob/master/img/cd-icon-picture.svg
https://github.com/CodyHouse/vertical-timeline/blob/master/img/cd-icon-location.svg
https://github.com/CodyHouse/vertical-timeline/blob/master/img/cd-icon-movie.svg */
/* -------------------------------- 
Primary style for Timeline
-------------------------------- */

/* -------------------------------- 
Patterns - reusable parts of our design
-------------------------------- */
@media only screen and (min-width: 1170px) {
  .cd-is-hidden {
    visibility: hidden;
  }
}

/* -------------------------------- 
Resource style 
-------------------------------- */


.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}

.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin: 5px 0;
  }
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img--picture {
  background: #af251b;
  /*   #2d495f */
}

.cd-timeline__img.cd-timeline__img--movie {
  background:
    #af251b;
}

.cd-timeline__img.cd-timeline__img--location {
  background: #af251b;
  /*     #ed5c47; */
  /*     #c03b44; */
}

.cd-timeline__img.cd-timeline__img--idea {
  background: #af251b;
  /*   #ff8e00; */
}

.cd-timeline__img.cd-timeline__img--money {
  background: #af251b;
}

/* .cd-timeline__img.cd-timeline__img--leadership {
  background: #f0ca45; */
/* } */
.cd-timeline__img.cd-timeline__img--recognition {
  background: #af251b;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

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

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

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

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

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

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #d7e4ed;
  box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.cd-timeline__content h2 {
  color: #303e49;
}

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 16px;
}

.cd-timeline__content p {
  margin: 0;
}

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}

.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 2rem;
  }

  .cd-timeline__content p {
    font-size: 16px;
  }

  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 15px;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline__read-more {
    float: left;
  }

  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    color: #af251b;
    font-weight: 600;
    top: 6px;
    font-size: 1.6rem;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {

  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* demo style */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #718ca1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.cd-nugget-info a:hover {
  opacity: .8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #718ca1;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* CSS Document */

nav {
  margin: 10px 0;
  float: right;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  display: inline-block;
}

nav a {
  display: block;
  padding: 0 16px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
}

ul.uldrop {
  background-color: #af251b;
  width: 255px;
}

ul.uldrop li a {
  color: #fff;
  border-bottom: 1px solid;
  line-height: 40px !important;
}

/*nav a:hover { 
  background-color: #000000; 
}*/

/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  /* the height of the main nav */
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
  display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
  float: none;
  display: list-item;
  position: relative;
}

ul.uldrop li a:hover {
  color: #000;
  border-color: #fff;
}

/* Second, Third and more Tiers */
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}


/* Change this in order to change the Dropdown symbol */
li>a:after {
  content: ' \2193';
}

li>a:only-child:after {
  content: '';
}



/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #af251b;
  background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  line-height: 25px;
  background: #af251b;
  overflow: hidden;
  border-radius: .25em;
}

select {
  flex: 1;
  padding: 7px .5em;
  color: #fff;
  cursor: pointer;

}

/* Arrow */
.select:after {
  content: '\25BC';
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  padding: 8px 1em;
  background: #381c63;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* Transition */
.select:hover::after {
  color: #000;
}



.img-wrapper {
  position: relative;
  margin-top: 15px;

  img {
    width: 100%;
  }
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

}

i {
  color: #fff;
  font-size: 3em;
}



#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width:768px) {
      width: 60%;
    }

    @media screen and (min-width:1200px) {
      width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
  padding-left: 20px;
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
  padding-right: 20px;
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}


.s-art-title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 20px;
}

section {
  /*  width: 940px;
*/
  padding: 20px 20px 10px 20px;
  margin: 0 auto;
  background: #ffffff;
}

header {
  /*   width: 940px;
*/
  margin-bottom: 10px !important;

  padding: 15px;
  margin: 0 auto;
  background: #ffffff;
}

.sldwidth {
  /*    width: 940px;
*/
  padding: 20px 5px 10px 5px;
  margin: 0 auto;
  background: #ffffff;
}

.footer {
  padding: 20px;
  margin: 0 auto;
  border-top: solid 3px #ae251d;
  background: #efeff1;
  color: #000000;
}

.copy {
  padding: 15px 40px 6px 35px;
  margin: 0 auto;
  background: #ffffff;
  color: #444;
}

header .header-nav .nav-item ul li button {
  font-size: 14px;
  margin-top: -5px;
}

#top {
  /*    width: 940px;
*/
  padding: 0;
  margin: 0 auto;
}

.top-subscribe {
  font-size: 12px;
  color: #af251b;
  background: linear-gradient(91deg, rgb(31, 56, 107) 0%, rgb(31, 56, 107) 32%, rgb(255 0 2) 100%);
  font-style: italic;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 12px;
}

.top-subscribe:hover {
  background: linear-gradient(91deg, rgb(255 0 2) 0%, rgb(31, 56, 107) 32%, rgb(31, 56, 107) 100%);
}

.top-subscribe a:hover {
  text-decoration: none;
  color: #ffffff;

}

.top-subscribe span a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.buy-slogan {
  float: left;
  margin-top: 10px;
  background: url(../images/bodyback.jpg);
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 12px 0;
}

.s-art-content {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 22px;
  padding-bottom: 15px;
}

.s-art-read a {
  text-decoration: none;
  color: #AE251A;
  font-size: 12px;
}

.s-art-read {
  float: left;
  background: url(../images/more-arr.png) right center no-repeat;
  font-size: 12px;
  padding-right: 15px;
}

.contact-tab .company {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: url(../images/flag.png) left 5px no-repeat;
  padding-left: 23px;
}

.contact-tab .phone {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: url(../images/phone.png) left top no-repeat;
  padding-left: 23px;
}

.contact-tab .email {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: url(../images/email.png) left 5px no-repeat;
  padding: 0 0 3px 23px;
}

.list-unstyleds li {
  /* list-style-type: square; */
  line-height: 20px;

}

.footers-h2 h2 {
  font-size: 14px;
  font-weight: 700;
  /*color: #010101;*/
  color: #ffffff;
  text-transform: uppercase;
}

.footers-h2 a {
  color: #000000;
}

.sf-menu li.current a {
  color: #ae251d;
  border-bottom: 2px solid;
}

.sf-menu li a:hover {
  color: #ae251d;
  border-bottom: 2px solid;
}


ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  color: #1f1f1f;
  display: inline-block;
  padding: 8px 35px 8px 8px;
  cursor: pointer;
}

ul.tabs li.current {
  background: #ffffff;
  color: #222;
}

.tab-content {
  display: none;
  color: #1f1f1f;
  background: #f9f9f9;
  border: solid 1px #e4e4e4;
  border-radius: 2px;
  padding: 15px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.tab-content.current {
  display: inherit;
}

.number {
  float: left;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  font-weight: 700;
  font-size: 21px;
  background: #AE251A;
  margin-right: 15px;
}

.num-2 {
  margin-top: -11px;
}

div#tab-3 ul {
  margin: 0 90px;
}

ul.tabs li.tab-link.current {
  text-decoration: none;
  color: #AE251A;
  border: solid 1px #e4e4e4;
  border-radius: 2px;
}

ul.tabs li.tab-link:hover {
  color: #AE251A;
}

ul.tabs li.tab-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.l-project {
  /*display: inline-block;*/
}


.l-project .image {
  overflow: hidden;
  /* max-height: 150px;
  min-height: 150px;*/
}

.l-project .image img {
  height: 100%;
  /* object-fit: cover; */
  max-height: 150px;
  min-height: 150px;
  width: 100%;
}

.l-project .details {
  background: #ececec;
  padding: 15px 10px 10px 10px;
  /*margin-bottom: 30px;*/
}

.l-project .images {
  display: none;
}

.l-project .images a {
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 64px 42px;
  display: inline-block;
}

div#menu {
  margin: auto;
}

section.banner-cls {
  padding: 0;
}


.l-project .title a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  color: #AE251A;
  text-decoration: none;
}

.l-project .desc a {
  font-size: 12px;
  color: #1f1f1f;
  text-decoration: none;
}

.l-project:hover .images {
  display: block;
  position: absolute;
  background: #000000;
  opacity: 0.8;
  width: 89% !important;
}

.l-project:hover .details {
  background: #AE251A;
}

.l-project:hover .title a {
  color: #ffffff;
}

.l-project:hover .desc a {
  color: #ffffff;
}

.s-logos {
  margin: 0px 0px 20px;
  border-bottom: solid 3px #d9dcdd;
  border-top: solid 3px #d9dcdd;
  padding: 20px 0;
  text-align: center;
}

ul.googlk li {
  display: inline;
  text-align: center;
  padding-right: 20px;
}

.logo-sec {
  padding: 5px 0px;
}

.about-content {
  line-height: 22px;
  text-align: justify;
  font-size: 14px;
  color: #1f1f1f;
}

p.gallery-content {
  font-size: 14px;
  text-align: justify;
  color: #1f1f1f;
  line-height: 22px;
}

/*.dummyimg{
        height: 231px;
    width: 420px;
}*/
.row.gallery-space {
  padding-top: 60px;
}

.row.gallery-space1 {
  padding-top: 10px;
}

.ft-16 {
  font-size: 16px;
}

header .header-nav .nav-img img {
  padding: 0px;
  margin-left: 21px;
  position: absolute;
  /*padding: 28px 11px 5px 11px;*/
  margin-top: -61px !important;
  /* box-shadow: 0px 1px 1px 1px; */
  /*background-color: #efeff1;*/
  margin-top: 0px;
}

header {
  position: relative;
}

.li-red b {
  color: #ae251b;
  font-size: 14px;
}

/*header css start*/
header #nav-head~div {
  height: auto !important;
}

#nav-head {
  position: relative !important;
  left: 0 !important;
}

/*header css end*/

.boxes {
  background-color: #ae251a;
  color: #ffff;
  min-height: 107px;
  padding: 20px;

}

p.cr-content span {
  font-size: 17px;
  font-weight: 600;
}

p.cr-content {
  font-size: 14px;
}

.dummyimg1 {
  width: 100px;
  height: auto;
}

/*css start*/
.color {
  color: #ae251d;
}

.page-nav:before {
  content: '';
  position: absolute;
  background: linear-gradient(to top, rgba(32, 52, 76, 0.9) 14%, rgba(0, 0, 0, 0.9) 66%);
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: .5;
}

.page-nav ul {
  z-index: 999;
}

.copyright {
  color: #1f1f1f;
}

.footer_section {
  padding: 0px 0px 10px 0px;
}

.txtr h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

/*css end*/


.row.olay {
  content: '';
  position: relative;
  /*background: linear-gradient(to top, rgba(32, 52, 76, 0.9) 14%, rgba(0, 0, 0, 0.9) 66%);*/
  /* top: 0px; */
  /* bottom: 0px; */
  /* left: 0px; */
  /*    width: 900px;
*/
  padding: 15px;
  /* opacity: .5; */
}

.gallery-content-pp {
  color: #fff;
}

.row.olay p {
  /*color: white;*/
}

.footers-h2 a:hover {
  color: #ae251a;
}


.map-img.contact-tab.contact-tab.smt .company {
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
  background: url(../images/flagcontact.png) left 5px no-repeat;
  padding: 0 0 10px 30px;
}

.map-img.contact-tab.contact-tab.smt .phone {
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
  background: url(../images/phonecontact.png) left top no-repeat;
  padding: 0 0 10px 30px;
}

.map-img.contact-tab.contact-tab.smt .social {
  margin-top: 10px;
}

.map-img.contact-tab.contact-tab.smt .social h5 {
  color: #ba2829;
}


.map-img.contact-tab.contact-tab.smt .email {
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
  background: url(../images/emailcontact.png) left 5px no-repeat;
  padding: 0 0 10px 30px;
}

.map-img.contact-tab.contact-tab.smt .Website {
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
  background: url(../images/web_site.png) left 5px no-repeat;
  padding: 0 0 10px 30px;
}

body {
  margin-left: 200px;
  margin-right: 200px;
}

#smriti h4.modal-title,
#success .modal-title {
  color: #af251b;
}

#smriti .modal-header,
#success .modal-header {
  padding: 10px 20px;
}

#smriti .modal-body,
#success .modal-body {
  padding: 0 15px;
}

#vivek h4.modal-title {
  color: #af251b;
}

#vivek .modal-header {
  padding: 10px 20px;
}

#vivek .modal-body {
  padding: 0 15px;
}

.hr-corporate a {
  color: #af251b !important;
  font-size: 24px;
}

.award {
  cursor: pointer;
}

.s-art-content .s-art-content-para {
  font-size: 13px;
}

.contact-space,
.courses-space {
  padding-top: 0px !important;
}

/* .courses-space {
  padding-top: 0px !important;
} */
/* .slider-img {
  height: 320px;
} */
.fa-check-circle:before {
  content: "\f058";
  /* color: #00800094; */
  color: #af251b;

}

.fa-facebook:before {
  content: "\f09a";
  color: #2196F3;
  font-size: 22px;
}

.fa-instagram:before {
  content: "\f16d";
  color: #e71136;
  font-size: 22px;
}

.fa-telegram-plane:before {
  color: deepskyblue;
  font-size: 22px;
}

.fa-whatsapp:before {
  content: "\f232";
  color: green;
  font-size: 22px;
}

.fa-youtube:before {
  content: "\f167";
  color: red;
  font-size: 22px;
}

.syllabus-list {
  line-height: 2.5;
}

.custom-card img {
  height: 185px;
}

.custom-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.custom-card .card-title {
  margin-top: 20px;
  color: #af251b;
  font-size: 18px;
}

.home-syllavus-images img {
  object-position: left;
}

.fa-circle:before {
  content: "\f111";
  color: #af251b;
}

.admission-text {
  font-size: 18px;
  color: #000000;
  /* line-height: 3; */
}

.fa-flag:before {
  color: #000000;
}

.fa-envelope:before {
  color: #000000;
}

.fa-phone-volume:before {
  color: #000000;
}



#about-testimonial h4 {
  /* color: #333; */
  color: #af251b;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  margin: 30px 0 60px;
  font-size: 20px;
}

#about-testimonial h4::after {
  content: "";
  width: 140px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #db584e;
  left: 0;
  right: 0;
  bottom: -10px;
  opacity: .8;
}

#about-testimonial .col-center {
  margin: 0 auto;
  float: none !important;
}

#about-testimonial .carousel {
  margin: 50px auto;
  padding: 0 70px;
}

#about-testimonial .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

#about-testimonial .carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

#about-testimonial .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

#about-testimonial .carousel .testimonial {
  padding: 30px 0 10px;
}

#about-testimonial .carousel .overview {
  font-style: italic;
}

#about-testimonial .carousel .overview b {
  text-transform: uppercase;
  color: #db584e;
}

#about-testimonial .carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 55%;
  background: none;
}

#about-testimonial .carousel-control i {
  font-size: 40px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

#about-testimonial .carousel .carousel-indicators {
  bottom: -40px;
}

#about-testimonial .carousel-indicators li,
#about-testimonial .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

#about-testimonial .carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#about-testimonial .carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* .footer-social .icons {
  font-size: 15px !important;
} */

@media screen and (max-width:600px) {
  .carousel-inner img {
    height: auto;
  }

  .course-img {
    height: auto;
  }

  #about-testimonial .carousel {
    margin: 50px auto;
    padding: 0 30px;
  }

  #about-testimonial .carousel .carousel-control {
    width: 25px;
    height: 40px;
  }

  #about-testimonial .carousel-control i {
    font-size: 25px;
  }

  #about-testimonial .about-slider-div {
    height: 455px !important;
  }

}

#about-testimonial .about-slider-div {
  height: 325px;
}


.object-fit-contain{
    object-fit: contain;
}



/* .card {
  position: relative;
  overflow: hidden;
}

.card-title {
  color: white;
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 9, 9, 0.959);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-overlay p {
  color: white;
  text-align: center;
  font-size: 18px;
}

.card:hover .hover-overlay {
  opacity: 1;
} */

/* .card {
  position: relative;
  overflow: hidden;
}

.card-title {
  color: black;
  background-color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.card:hover .card-title {
  color: white;
  background-color: red;
}

.view-services {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card:hover .view-services {
  opacity: 1;
}

.card:hover .card-img-top {
  filter: grayscale(100%);
  display: block;
  position: absolute;
  background: #000000;
  opacity: 0.8;
} */