@charset "utf-8";
/* CSS Document */

body{font-family: 'Rubik';font-size: 22px; background: #fff;}
a{color: #000000;}
a:hover{color: #000000;}
::selection{background: #912d4a; color: #ffffff;}

/*breadcum*/



@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

p{
	font-size:16px;
  line-height: 1.25;
}
.breadcrumb>li+li:before {
            content: "" !important;
        }

        .breadcrumb {
            padding: 19px 0;
            font-size: 14px;
            color: #aaa !important;
            letter-spacing: 2px;
            border-radius: 5px !important;
        }

        .first ol {
            border-top-right-radius: 200px !important;
            border-bottom-right-radius: 200px !important;
        }

        .first-1 {
            background-color: #f5f5f5!important;
        }

        .first span {
            color: black;
        }

        .first a:hover {
            color: white !important;
        }

        .active-1 span:hover {
            color: white !important;
        }

        .active-1 {
            font-size: 13px !important;
            padding-bottom: 12px !important;
            padding-top: 12px !important;
            padding-right: 25px !important;
            padding-left: 25px !important;
            border-radius: 200px !important;
            background-color: rgb(51, 0, 80) !important;
        }

        @media (max-width: 767px) {
            .breadcrumb {
                font-size: 10px;
            }

            .breadcrumb-item+.breadcrumb-item {
                padding-left: 0;
            }

            .active-1 {
                font-size: 10px !important;
                padding-right: 8px !important;
                padding-left: 8px !important;
                background-color: rgb(51, 0, 80) !important;
                width: 100% ! important;
            }

            .breadcrumb {
                letter-spacing: 1px !important;
            }

            .breadcrumb>* div {
                max-width: 60px;
            }

        }

/*General css end here*/

#main {
  margin: 30px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #9d2235;
  color: #ffffff;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #9d2235;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #1f1f1f;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #1f1f1f;
  line-height: 20px;
  color: #ffffff;font-size: 16px; font-weight: normal;
}
.quarry{font-size: 30px; text-align:center;}
.about-contact-form{background: #021f41; padding: 30px; border-radius:10px; margin-bottom: 18px; }
.about-form{margin-bottom: 50px;}
.commnet-box{height: 100px;}

label {
        color: #ffffff;
    font-size: 15px;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    width: 80%;
    margin-left: 3px;
    }
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;

}

.card{
	margin-left: 10px;
	margin-right: 10px;
}



.container{max-width:1500px; }


.ftco-section {
  padding: 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.wrap {
  background: #202020; }
  .wrap .phone a {
    color: #fff;
    font-size: 12px; }

.social-media {
  display: inline-block; }
  .social-media p a {
    width: 34px;
    height: 34px;
    background: #4d4d4d;
    margin-right: 1px; }
    .social-media p a span {
      color: #fff; }
    .social-media p a:hover {

      border-color: #f1bc31; }
      .social-media p a:hover span {
        color: #fff; }

.ftco-navbar-light {
  background: #fff !important;
  z-index: 3;
  padding: 0;}
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #fff;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  .ftco-navbar-light .navbar-brand {
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    line-height: 1; }
    .ftco-navbar-light .navbar-brand span {
      display: block;
      font-size: 12px;
      font-weight: 500; }
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
      color: #000; }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-brand {
    margin-right:6rem;
       margin-bottom: -55px;} }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
     /* padding-bottom: 10px;*/
     margin-bottom: -52px;
     } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: #5f5f5f;
    text-transform: capitalize;
    position: relative;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background-color: #910029;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      z-index: -1; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff; }
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
        visibility: visible;
        background-color: #910029;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem; }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px; }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 24px;
      color: #000; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: #910029;
        color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
        display: block !important;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #f1bc31;
    border-radius: 0px; }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #f1bc31;
        border-radius: 4px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
      visibility: visible;
      background-color: #f1bc31;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #000; }
        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }

.searchform {
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 5px; }
  .searchform .form-control {
    width: calc(100% - 46px);
    border: none;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px; }
    .searchform .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.7) !important; }
    .searchform .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.7) !important; }
    .searchform .form-control:-ms-input-placeholder {
      /* IE 0+ */
      color: rgba(0, 0, 0, 0.7) !important; }
    .searchform .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.7) !important; }
  .searchform .search {
    width: 46px;
    height: 46px; }
    .searchform .search span {
      font-size: 18px; }

.form-control {
  height: 46px;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control:focus, .form-control:active {
    border-color: #000; }



    .navbar {
    padding-top:0;
    padding-bottom:0;

}
.search-box{
	position: absolute;
	top:50%;
	left: 90%;
	transform: translate(-50%,-50%);
	background:tarnsparent;

	border-radius: 50px;
	padding: 10px; color: #000000; margin-top: 20px;
}

.search-box:hover .search-txt{
	width: 200px;
	padding: 0 6px;
}

.search-box:hover .search-btn{
	background: #fff;
}


.search-btn{
	color:#e84118;
	float: right;
	width: 24px;
    height: 24px;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center; position: relative;
    top: -21px; border-color: #000000; font-size: 14px;

}

.search-txt{
	border:none;
	outline: none;
	background: none;
	float: left;
	padding: 0;
	color:#000000;
	font-size: 16px;
	line-height: 10px;
	width: 0;
  transition: width 400ms;
  border-bottom:1px solid #000000;

}

.dropdown-menu {
    
    width:auto;
    position:absolute;
    transition:all 0.5s ease;
    height:0;
    display: block;
    opacity: 0;
    visibility:hidden;
    background:#9c1e42;
}

li.dropdown:hover .dropdown-menu {
    opacity:1;
    height:auto;
    visibility: visible; top: 100%; left: 0; 
}

.menu-one-line{white-space: nowrap}

.navbar-nav .navbar {
    position: static;
}

.navbar-nav {
    position:static !important;
}

.dropdown {
    position:static;
}


/*sanyam*/
.dropdown-menu a {
    width:100%;
}

.first-nav{width: 735px;}
.second-nav{width: 578px; /*644px;*/}
.third-nav{width: 746px;/*642px; /* sanyam width:879px;*/}
.fourth-nav{width: 593px;/* sanyam width: 772px;*/}
.fifth-nav{ width: 394px;/* sanyam width:581px;*/ }
.seventh-nav{width: auto; white-space: nowrap;}



.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

#colorlib-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.99);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll; }
  #colorlib-main-nav .colorlib-table {
    display: table;
    width: 100%;
    height: 100%; }
    #colorlib-main-nav .colorlib-table .img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      opacity: 1; }
      #colorlib-main-nav .colorlib-table .img:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        background: rgba(0, 0, 0, 0.3); }
    #colorlib-main-nav .colorlib-table .colorlib-table-cell {
      display: table-cell;
      vertical-align: middle; }
  #colorlib-main-nav .colorlib-nav-toggle {
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 20px;
    height: 44px;
    width: 44px;
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #colorlib-main-nav .colorlib-nav-toggle {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    #colorlib-main-nav .colorlib-nav-toggle i {
      top: 18px !important;
      left: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      line-height: 0;
      text-indent: 0; }
    #colorlib-main-nav .colorlib-nav-toggle.show {
      visibility: visible;
      opacity: 1; }
    #colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
      content: '';
      width: 40px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0; }
  .menu-show #colorlib-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #colorlib-main-nav .logo {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: "Poppins", Arial, sans-serif; }
    #colorlib-main-nav .logo span {
      font-size: 14px;
      display: block;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 8px; }
  #colorlib-main-nav ul {
    padding: 0;
    margin: 0;
     }
    @media (max-width: 767.98px) {
      #colorlib-main-nav ul {
        padding: 20px 0 0 0;  margin: 0 auto; } }
    #colorlib-main-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 5px;
      text-transform: uppercase; }
      #colorlib-main-nav ul li a {
        display: block;
        color: white;
        padding: 0px 0; }

        
        #colorlib-main-nav ul li a span {
          color: white;
          position: relative;
          padding: 0 10px; }
          #colorlib-main-nav ul li a span small {
            position: absolute;
            bottom: 7px;
            left: -30px;
            font-size: 16px;
            color: rgba(255, 255, 255, 0.3);
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        #colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus {
          outline: none;
          text-decoration: none; }
          #colorlib-main-nav ul li a:hover span:before, #colorlib-main-nav ul li a:active span:before, #colorlib-main-nav ul li a:focus span:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
      #colorlib-main-nav ul li.active a span {
        color: #f8b500; }
        #colorlib-main-nav ul li.active a span:before {
          background: #fec771;
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }

header {

  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    header {
      
      position: inherit; } }
  header .colorlib-navbar-brand {
    float: left; }
    header .colorlib-navbar-brand .colorlib-logo {
      font-size: 12px;
      color: #fff;
      letter-spacing: 5px;
      font-weight: 600;
      position: relative;
      display: inline-block;
      margin-bottom: 0;
      line-height: 1.5;
      font-family: "Poppins", Arial, sans-serif;
      text-transform: uppercase; }
      header .colorlib-navbar-brand .colorlib-logo span {
        font-size: 11px;
        display: block;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 7px; }
      header .colorlib-navbar-brand .colorlib-logo i {
        color: #fec771;
        position: absolute;
        top: -18px;
        bottom: 0;
        left: 7px;
        font-size: 48px; }
      header .colorlib-navbar-brand .colorlib-logo:hover {
        text-decoration: none !important; }
      header .colorlib-navbar-brand .colorlib-logo:active, header .colorlib-navbar-brand .colorlib-logo:focus {
        outline: none;
        text-decoration: none; }

/*new mobile nav*/
.mobile-top-small-menu{  display: flex;
    background: #910029;
    /* height: 40px; */}
	.mobile-top-small-menu ul{padding-left:0px; margin: 0;  text-align: center; }
	.mobile-top-small-menu ul li {float: left; list-style: none; font-s6ize: 15px; color: #ffffff; padding-top: 12px;}
	.mobile-top-small-menu ul li a{font-size: 12px; padding: 0 7px; text-transform: uppercase; color: #ffffff;}

/*new mobile nav end*/

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #000; }
  .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
    background: #000; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .menu-show .colorlib-nav-toggle i {
      background: #fff;
      color: #fff; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
        background: #fff; }
      @media (prefers-reduced-motion: reduce) {
        .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
  .colorlib-nav-toggle.dark i {
    position: relative;
    color: #fff;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
      background: #fff;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      @media (prefers-reduced-motion: reduce) {
        .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.colorlib-nav-toggle {
  float: right;
  z-index: 1003;
  position: absolute;
  top: 0;
  right: -42px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0; }
  @media (max-width: 768px) {
    .colorlib-nav-toggle {
      right: 10px; display: none; } }

.hero-wrap {
  background: #202020; }
  .hero-wrap .slider-text .desc h1 {
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
  .hero-wrap .slider-text .desc h3 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px; }

    .login-small-display{display: none;}

    .login-small2{position: relative;
    top: 0;
    right: 0; display: none;}

    .login-icon{visibility: visible; position: absolute;}
    .second-nav-bg{background: #910029;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; 
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;}
    
    .navbar-light .navbar-nav .nav-link {
    color: #ffffff; font-size: 15px;}
    .navbar-light .navbar-nav .nav-link:hover{color: #ffffff;}

    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    color: #000000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 0px 0 44px;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0; font-size: 14px;
    line-height: 32px;    
    text-indent: -1em;
    width: 441px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ab6e7f;
}






.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
 
  overflow: hidden; /*margin-top: 20px;*/
}

.slide2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden; /*margin-top: 20px;*/
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
 /* background-size: fit-contain;*/
  background-repeat: no-repeat;
}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 5vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}

.banner-wrapper {
  width: 100%;
  height: 70vh;
}

/*!banner below marquee*/
.marquee-scroll{color: #ffffff; font-size: 17px; padding-right: 20px;}
.marquee-scroll:hover{color: #ffffff; font-size: 17px; padding-right: 20px;}
.marquee-bg{background: #910029; height: 60px; line-height: 60px;}

/*!news and events*/
.news-events-wrapper{padding-top: 30px; padding-bottom: 20px; border-bottom: 1px solid #cccccc;}
.news-wrapper{padding-top: 36px;}
.course-points h2{font-family: 'Gordita', sans-serif; font-size: 22px; font-weight: bold; color: #000000; padding-bottom: 0px; text-transform: uppercase;}
.news-viewall{color: #910029; font-size: 15px; font-family: 'Rubik'; padding-left: 40px; float: right; }
.arrow-size{font-size: 13px; padding-left: 7px;}



.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 0; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #ff487e; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.block-20 {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 351px;
  position: relative;
 /* display: block;*/ }

.blog-entry {
  width: 100%;
 /* background: #fff; */ box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
  .blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px; }
    .blog-entry .text .heading {
      font-size: 14px;
      margin-bottom: 16px;
      font-weight: 600; }
      .blog-entry .text .heading a {
        color: #000; }
        .about{ color: #353535; font-size: 12px; line-height: 17px; text-align: left;}
    .blog-entry .text .meta-chat {
      color: #b3b3b3; }
    .blog-entry .text .read {
      color: #000;
      font-size: 14px; }
  .blog-entry .meta-date {
    display: inline-block;
    background: #343a40; }
    .blog-entry .meta-date span {
      display: block;
      color: #fff; }
    .blog-entry .meta-date .day {
      font-weight: 700;
      font-size: 20px; }
    .blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
      font-size: 13px; }
  .blog-entry .meta > div {
    display: block;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 15px; }
    .blog-entry .meta > div a {
      color: #b3b3b3;
      font-size: 13px; }
      .blog-entry .meta > div a:hover {
        color: #cccccc; }
  .blog-entry .meta2 a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4); }


    .upcoming-wrapper{background: #ffffff; padding: 40px 15px; border-bottom:4px solid #700718; height: 4px; height: auto;}
    .date{color: #910029; font-size: 45px; font-family: 'Rubik'; font-weight: 700; line-height: 20px;}
    .month{color: #707070; font-size: 19px; font-weight:normal; text-align: left;}
    .event-introlines{color: #353535; font-family: 'Rubik'; font-size: 15px; font-weight: normal; line-height: 22px; text-align: left;}
    .event-intro-time{color: #3a0010; font-size: 17px; font-weight: normal;}
    .div-border{border-bottom: 1px solid #cccccc; padding: 30px 0;}
    .down-arrow{color: #ae152d; padding-top: 50px; font-weight: lighter;}


    .logo-slider-wrapper{padding: 30px 0 0 0;}

    .wrapper {
  height: 100%;
  padding: 0px 30px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center; margin: 20px 0;
}

@media (max-width: 767px) {
  .wrapper {
    padding: 5px 10px;
  }
}

    .slick-slider {
  min-width: 0;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.slider {
  position: relative;
  padding: 0px 60px;
}

@media (max-width: 767px) {
  .slider {
    padding: 0px 40px;
  }
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0
    0 / 100% no-repeat; border:none;
}
.slider .slick-arrow.slick-next {
  right: 0;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;  border:none;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}



.slider__item {
  padding: 0px 15px;
  text-align: center;
}
.slider__item img {
  max-width: 80%; /*border-radius: 30px;*/
}

.slider__item a {
  color: #222222; font-size: 20px;
} 
.slider__item a:hover {
  text-decoration: none;
  
}

.white-box-wrapper{background: #ffffff; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; padding: 10px 10px 10px 10px; margin-bottom: 7px; margin-top: 20px;}
.circular-lines{color: #545454; font-size: 14px; font-family: 'Rubik'; font-weight: normal;line-height: 20px; margin-bottom: 0;}
.circular-more{text-align: right; }
.circular-more a{color: #a61b20; font-size: 13px;}

.carousel-inner img {
    width: 100%;
    height: 100%;
  }

  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    background-color: trasparent
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ff487e;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}





.counter-bg {
    background: #9d2235;
    
    line-height: 34px; 
    /*margin-top: 40px;*/
}
.counter-bg1 {
    background: #fff;
    
    line-height: 34px; 
    margin-top: 40px;
}
.counter-bg1 h2 {
  color: #251318;
  text-align: center;
  font-size: 44px;
}
.sectionClass {
  
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  padding: 10px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background:#9d2235;
}

.projectFactsWrap .item:nth-child(2){
  background:#9d2235;
}

.projectFactsWrap .item:nth-child(3){
  background:#9d2235;
}

.projectFactsWrap .item:nth-child(4){
  background:#9d2235;
}

.projectFactsWrap .item p.number{
  font-size: 35px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color:#ffffff;
  font-size: 19px;
  margin: 0;
  padding: 10px;
  font-family: 'Gordita', sans-serif;
  text-align: center;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: #ffffff;
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/*testimonial try start*/
/* ============= Begin Testimonial Flexbox ============ */
#flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  height: 110vh;
  
  margin: auto;
  
  
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#left-zone {
  height: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#left-zone .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item input {
  display: none;
}

label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative; color: #000000;
}

label:hover {
  opacity: 0.75;
  cursor: pointer;
}

.content-test {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 50%;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}

.content-test p {
  max-width: 50%;
  text-align: center;
}

#right-zone {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 50%;
}

input:checked ~ .content-test {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  opacity: 1;
}

@media (min-width: 480px) {
  #flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: 500px;
    /* position: absolute; */
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #left-zone .list {
    border-right: 2px solid #cccccc;
  }

  .content-test {
    width: 65%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  #left-zone {
    width: 35%;
  }

  #right-zone {
    height: 100%;
    width: 65%;
  }
	
	
}
/* If the screen size is 480px or less */
@media (max-width: 480px) {
  .content_testimonial-1 .picto {
    padding-top: 100px;
  }
  .content_testimonial-2 .picto {
    padding-top: 100px;
  }
  .content_testimonial-3 .picto {
    padding-top: 100px;
  }
  .content_testimonial-4 .picto {
    padding-top: 100px;
  }
  .item > label {
    font-size: 1.3rem;
  }
	
	#flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
        min-height: 630px;
    height: 69vh;
    margin: auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
	#left-zone {
    height: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
	.diamond{font-size: 22px;}
	.client-say{font-size: 18px; text-align: justify!important; max-width: 100%!important;
    }
}

.content_testimonial-1 .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://i.postimg.cc/RFBHkG46/diamond-Pest-Logo-small.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-1 h1 {
  color: #d64541;
  text-align: center;
}

.content_testimonial-2 .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://i.postimg.cc/bsqXXKCV/a-Plus-Handyman-Logo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-2 h1 {
  color: #f5d76e;
}

.content_testimonial-3 .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://i.postimg.cc/zV7sq04z/mod-Movers-Logo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-3 h1 {
  color: #00b16a;
}

.content_testimonial-4 .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://i.postimg.cc/4Y3rypTz/ak-Pest-Control-Logo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-4 h1 {
  color: #f27935;
}

.content-test h1:first-letter {
  text-transform: uppercase;
}

input:checked ~ label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input:checked ~ label.label_testimonial-1 {
  color: #d64541;
  border-right: solid 4px #d64541; font-size: 15px;
}

input:checked ~ label.label_testimonial-2 {
  color: #f5d76e;
  border-right: solid 4px #f5d76e; font-size: 15px;
}

input:checked ~ label.label_testimonial-3 {
  color: #00b16a;
  border-right: solid 4px #00b16a; font-size: 15px;
}

input:checked ~ label.label_testimonial-4 {
  color: #f27935;
  border-right: solid 4px #f27935; font-size: 15px;
}

label.label_testimonial-1:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-2:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  
  background-position: center;
  background-size: 75% 75%;
  border-radius: 50%;
  background-repeat: no-repeat;
}

label.label_testimonial-3:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-4:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label:first-letter {
  text-transform: uppercase;
}

.label_testimonial-1:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#d64541a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #d64541a3);
  background-image: -o-linear-gradient(left, #ffffff, #d64541a3);
  background-image: linear-gradient(to right, #ffffff, #d64541a3);
  font-size: 15px;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-2:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f5d76e59)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #f5d76e59);
  background-image: -o-linear-gradient(left, #ffffff, #f5d76e59);
  background-image: linear-gradient(to right, #ffffff, #f5d76e59);
 font-size: 15px;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-3:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#00b16aa3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #00b16aa3);
  background-image: -o-linear-gradient(left, #ffffff, #00b16aa3);
  background-image: linear-gradient(to right, #ffffff, #00b16aa3);
  font-size: 15px;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-4:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #f27935a3);
  background-image: -o-linear-gradient(left, #ffffff, #f27935a3);
  background-image: linear-gradient(to right, #ffffff, #f27935a3);
  font-size: 15px;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

p.testimonialState {
  margin-top: -5px;
  font-size: 0.8rem;
  font-style: italic;
  color: #808080d4;
}

p.testimonialFrom {
  margin-top: 5px;
  font-weight: bold;
  color: #33475c;
}

@media(min-width:481px) and (max-width:1024px)
	{
	#flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
           min-height: 370px;
    height: 9vh;
    margin: auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
	#left-zone {
    height: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
}
	.diamond{font-size: 22px;}
	.client-say{font-size: 18px; text-align: justify!important; max-width: 100%!important;
    }
		.content-test {
    width: 60%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
}
/* ============== End Testimonial Flexbox ============= */


/*testimonial try end*/


.placement-inner-gap{padding-top:30px;}
.placement-image{background-image: url(../images/placement1.jpg) ; display: block; height: 247px; background-repeat: no-repeat; background-position: center;}
.placement-bg{background: #9d2235;
    height: 42px;
    position: relative;
    bottom: -220px;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto; color: #ffffff; line-height: 42px; text-transform: uppercase; 
    font-size: 18px; font-family: 'Gordita', sans-serif; font-weight: 700;}

    .candidate-name{color: #000000;  font-family: 'Gordita', sans-serif; font-weight: 700; text-align: center; padding-top: 14px; margin-bottom: 0;}
    .candidate-year{font-family: 'Rubik'; font-weight: normal; color: #000000; font-size:13px; text-align: center;}


    .major-bg{background-image: url(../images/major-background.jpg); display: block; height: 575px;  background-repeat: no-repeat; background-position: center center;
    background-size: cover;  }
    .explore{font-family: 'Gordita', sans-serif; font-size:34px; font-weight: 700; text-transform:uppercase; color: #ffffff; padding-top: 120px; }
    .explore-lines{color: #ffffff; padding-top: 30px; font-family: 'Rubik'; font-weight: normal; font-size: 19px; }
    .explre-courses{padding-top: 120px;}
    .explare-course-bg{background: #8d020f; padding: 15px; color: #ffffff; width:70%; float:right; margin-bottom: 9px; font-size: 18px;} 
    .explare-course-bg a{color: #ffffff;}



    .map-wrapper{margin: 0px 0 0 0;}

.footer-wrapper{background-image: url(../images/footer-bg.jpg); display: block; height: 731px;  background-repeat: no-repeat; background-position: center center;
    background-size: cover; /*margin-top: 20px;  */}
    .footer-row-wrapper{ padding: 20px;}
    .footer-into{color: #ffffff; line-height:22px; font-family: 'Rubik'; font-weight: normal; font-size: 14px; padding: 10px 0 0 0; }
    .round-icon{border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    line-height: 15px;
    height: 25px;
    width: 25px;}
    .get-in-touch{color: #ffffff; text-transform: uppercase; font-family: 'Gordita', sans-serif; font-size:14px; font-weight: 700; padding-bottom: 8px; }
    .add-lines{color: #ffffff; line-height:19px; font-family: 'Rubik'; font-weight: normal; font-size: 14px;  }
    .navigation-footer-wrapper{padding-top: 34px;}
    .links-footer ul{padding: 0; margin: 0;}
    .links-footer ul li{ list-style: none;}
    .links-footer ul li a{ color: #ffffff; font-family: 'Rubik'; font-weight: normal; font-size: 14px;}
    .links-footer ul li a:hover{ text-decoration: none; color: #e0e0e0;}
    .footer-divi{border-top:1px solid #232121; height: 1px; margin: 37px 0;}
    .reseved-copy{font-size: 14px; color: #ffffff;}






  .ncc-bg{background-image: url(../images/ncc-background.jpg); display: block; height: 401px;  background-repeat: no-repeat; background-position: center center;
    background-size: cover;  }

    .ncc-wrapper{padding: 50px 20px;}

    .ncc-white-bg{background: #ffffff; padding: 20px;}
    .ncc-button{
    background: #9d2235;
    height: 42px;
    
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Gordita', sans-serif;
    font-weight: normal;
}

.ncc-hd {
    font-family: 'Gordita', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 0px;
    text-transform: uppercase;
}


.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 310px;
}
.carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 20px auto 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 15px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #8d020f;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 42px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #8d020f;
}
.carousel-indicators {
	bottom: 5px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
    



  





    @media (max-width:1023px)
    {
      .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    display: none;
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: .1em;
    display: none;
}

.login-small-display{display: block;}


    .second-nav-bg {
    background: none;
    width: 100%;
   
}

.margin-correct{margin-top: 20px;}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    color: #000000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

}
.hide-menu-small2{display: none;}




@media (min-width:360px) and (max-width:1022px)


{
    .slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-position: 50% 50%;
    background-size: auto;
}
    
  #colorlib-main-nav .colorlib-nav-toggle {
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 20px;
    height: 44px;
    width: 44px;
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.hum {
   
    position: absolute;
    top: 10px;
    right: 21px;
    background: #000; z-index: 10;
    
}

#colorlib-main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.99);
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    overflow-y: scroll;
}
	
	nav .m-menu ul li a, nav .m-menu ul li label {
    display: block;
    text-align: left;
    padding: 0 0px!important;
    line-height: 47px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    white-space: nowrap;
}
  .hide-menu-small{display: block;}
  .logo-resize{width:50%;}

  .second-nav-bg {
    background: transparent;
    width: 100%;
    padding-top: 0px; 
}

  .hide-menu-small2{display: block;}
  .login-small2{position: absolute;
    top: 12px;
    right: 70px;
    display: block;
    z-index: 11000;
    font-size: 18px;}

  .dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}

.search-box {
    position: absolute;
   top: 45%;
    left: 54%;
    transform: translate(-50%,-50%);
    background: tarnsparent;
    border-radius: 50px;
    padding: 10px;
    color: #000000; margin-top: 0;
}

.search-btn {
    color: #e84118;
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -8px;
    border-color: #000000; font-size: 16px;
}

.search-box:hover .search-txt {
    width: 152px;
    padding: 0 6px;
}
.fa-search:before{
  top: -18px;
}


.change-background{background: #000000; }
.sub-menu-font{ font-size: 15px;}
#colorlib-main-nav ul li a:hover{color: #fff; background: transparent; line-height:20px}

#colorlib-main-nav ul {
     padding: 0px 0 0 0; 
    margin: 0 auto;
}
.sub-menu-font{line-height:27px; margin: 0 auto;}



  .projectFactsWrap .item p.number {
    font-size: 37px;
    padding: 0;
    font-weight: bold;
}
.projectFactsWrap .item p {
    color: #ffffff;
    font-size: 19px;
    margin: 0;
    padding: 10px;
    font-family: 'Gordita', sans-serif;
}

.placement-bg {
    background: #9d2235;
    height: 42px;
    position: relative;
    bottom: -220px;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Gordita', sans-serif;
    font-weight: 700;
}

.explore {
    font-family: 'Gordita', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 32px;
}

.explre-courses {
    padding-top: 10px;
}

.explare-course-bg {
    background: #8d020f;
    padding: 15px;
    color: #ffffff;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
}

.explore-lines {
    color: #ffffff;
    padding-top: 3px;
    font-family: 'Rubik';
    font-weight: normal;
    font-size: 14px;
}

.footer-wrapper {
    background-image: url(../images/footer-bg.jpg);
    display: block;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer-divi {
    border-top: 1px solid #232121;
    height: 1px;
    margin: 23px 0;
}

.slide-title {
    font-size: 2rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.hide-curtain-nav{display: none;}

ul.hide-menu-small{display: block;}
ul.hide-menu-small-nodisplay{display: none;}


.ncc-bg {
    background-image: url(../images/ncc-background.jpg);
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; margin-top: 20px;
}

.ncc-white-bg {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 14px;
}
	
	/*new mobile nav*/
.mobile-top-small-menu{display: flex;  background: #910029;  min-height: 70px;    /* line-height: 9px; */}
	.mobile-top-small-menu ul{padding-left:0px; margin: 0; text-align: center;}
	.mobile-top-small-menu ul li { float: left;list-style: none;  font-size: 16px; color: #ffffff;/*float: left; list-style: none; font-size: 11px; color: #ffffff;*/}
	.mobile-top-small-menu ul li a{font-size: 12px; padding: 0 3px; text-transform: uppercase; color: #ffffff;}

/*new mobile nav end*/
}

@media(width:844px)
{
  .colorlib-nav-toggle {
    float: right;
    z-index: 1003;
    position: absolute;
    top: -120px;
    right: 0;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0;
}
}

@media(width:768px)
{
  .colorlib-nav-toggle {
    float: right;
    z-index: 1003;
    position: absolute;
    top: -54px;
    right: 0;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0;
}
}

@media(width:1024px)
{
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: #5f5f5f;
    text-transform: capitalize;
    position: relative;
    opacity: 1 !important;
}



	
	
}



@media(width:812px)
{
  #colorlib-page{top: -111px;
    position: relative;}
}


@media (min-width:1366px) and (max-width:2100px)
{
  .container{max-width:1200px;}

  .block-20 {
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 351px;
    position: relative;
    display: block;
}

.div-border {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}

.date {
    color: #910029;
    font-size: 36px;
    font-family: 'Rubik';
    font-weight: 700;
    line-height: 20px;
}

.upcoming-wrapper {
    background: #ffffff;
    padding: 40px 15px 0px 15px;
    border-bottom: 4px solid #700718;
    height: 4px;
    height: 534px;
}

.placement-image {
    background-image: url(../images/placement1-laptop.jpg);
    display: block;
    height: 180px; background-repeat: no-repeat;
}

.placement-bg {
    background: #9d2235;
    height: 42px;
    position: relative;
    bottom: -149px;
    display: block;
    width: 67%;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Gordita', sans-serif;
    font-weight: 700;
}

.major-bg {
     background-image: url(../images/major-background.jpg);
    display: block;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 50px;
   /* sanyam background-image: url(../images/major-background.jpg);
    display: block;
    height: 437px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}

.explore {
    font-family: 'Gordita', sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 80px;
}

.explre-courses {
    padding-top: 80px;
}

.ncc-bg {
    background-image: url(../images/ncc-background.jpg);
    display: block;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slider__item img {
  max-width: 80%; /*border-radius: 30px;*/
}
}




/*!nirf banner start*/
.nirf-bg{
  background-image: url(../images/nief-banner-bg.jpg);
    display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;     margin-top: 15px;
}

.year-nirf{text-align: center; color: #ffffff; font-size: 30px; padding: 15% 0 15% 0;}
.year-nirfs{text-align: center; color: #ffffff; font-size: 30px; padding: 10% 0 10% 0;}
.subheading{text-align: center; color: #ffffff; line-height: 350px; font-size: 15px;}
.nirf-table-wrapper{padding: 40px 0;}


/*!nirf banner end*/


/*!about start*/
.abbout-hd{position: relative; top:-50%;}
.about-hd{text-align: center; color: #000000; font-size: 50px;}
.para-wrapper{padding: 30px 0;}
.about-lines{ font-size: 16px;}
.counter-bg2 {
    background: #9d2235;
    
    line-height: 34px; margin-top: 40px; margin-bottom: 40px;
}
.about-campus-wrapper{background: #9d2235; }
.about-campus-image-right{    margin-right: -200px;
    margin-left: 0px;}
.about-campus-write{padding: 40px 0 40px 0;}

.campus{color: #ffffff;}
.campus-lines{color: #ffffff; font-size: 18px; }
.about-campus-image-left{    margin-right: -191px;
    margin-left: -225px;}
.about-campus-image-right2{    margin-right: -191px;
    margin-left: -20px;}
.about-campus-image-right2 img{width:960px;}

.about-campus-write2{padding: 40px 0 40px 50px;}

@media(min-width:360px) and (max-width:1280px)
{
	.about-campus-image-right{margin-right:0px; margin-bottom: 20px;}
.about-campus-write{padding: 0px 10px 0px 10px; text-align: center;}

.campus{color: #ffffff;}
.campus-lines{color: #ffffff; font-size: 15px; padding-right: 0px;}
.about-campus-image-left{    margin-left: 0px;
    margin-top: -5px;}
	
	.campus-lines2{color: #ffffff; font-size: 15px; padding-left: 0px;}
}
.logo-about-divi{border-top:1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; padding: 20px 0;}

/*********************** proffessor *******************/
.box14{position:relative}
.box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:auto}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s; }
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{background:#d79719;border-color:#d79719}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}
.image-about-last{border-radius: 50%; box-shadow: 1px 3px 5px #333;}
.circular-image-lines{padding: 20px; color: #ffffff; font-size: 15px; line-height: 22px; text-align: center;}

.image-about-last:hover {
  transform: scale(1.1);
}
.image-about-last {
 transition: 0.3s;
}

.circular-image-lines2{padding: 20px; color: #2e2e2e; font-size: 15px; line-height: 22px; text-align: center;}




/*!about end*/




/*!mission start*/
.vision-banner-wrapper{
  background-image: url(../images/vision-banner.jpg);
    display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;     margin-top: 15px;
}
.about-hd{text-align: center; color: #000000; font-size: 50px;}
.para-wrapper{padding: 30px 0;}
.about-lines{ font-size: 16px;}
.counter-bg2 {
    background: #9d2235;
    
    line-height: 34px; margin-top: 40px; margin-bottom: 40px;
}


.vision-wrapper{padding: 30px 0;}
.connection-bg {background-image: url(../images/connected-bg.jpg); display: block;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 15px; margin-bottom: 30px; }
    .connected-lines{text-align: center; color: #ffffff; padding: 40px 0; font-size: 30px; line-height: 40px;}
    .mission-placement-bg{background: #672636; padding: 30px; margin-bottom: 30px;}
.news-hd-white {
    font-family: 'Gordita', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.candidate-name-white {
    color: #ffffff;
    font-family: 'Gordita', sans-serif;
    font-weight: 700;
    text-align: center;
    padding-top: 14px;
    margin-bottom: 0;
}

.candidate-year-white {
    font-family: 'Rubik';
    font-weight: normal;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

nav {
  
  /* fade in checked menu */
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 435px;
  width: calc(100vw - 30px);
  height: auto;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 100;
  overflow-y: scroll;
  background-color: #fff;
  overflow-x: hidden;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: none;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}




.chairman-wrapper{background-image: url(../images/chairman-banner.jpg); display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 15px;}

  .chairman{color: #9d2235; font-size: 40px; font-weight: normal;}
  .chairman-whole-div{padding: 30px 0;}
  .chairman-whole-div img {padding-top:59px;}
  .chairman-lines{font-size: 16px;}
  .chairman-name{font-weight: bold; padding: 17px 0 0px 0;
    margin-bottom: 0rem;}
  .chairman-qualification{font-weight: normal; font-size: 16px;}

  @media(min-width:360px) and (max-width:1023px)
  {
    .year-nirf {
        text-align: center;
    color: #ffffff;
    line-height: 41px;
    font-size: 37px;
    padding-top: 10%;
}
.year-nirfs {
        text-align: center;
    color: #ffffff;
    line-height: 41px;
    font-size: 37px;
    padding-top: 10%;
}
  }


.vice-chairman-wrapper{background-image: url(../images/vice-chairman-banner.jpg); display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 15px;}
    .vice-list{padding-bottom: 10px;}
    .vice-list ul{padding: 0; margin: 0;}
  .vice-list ul li{ list-style: none; font-size: 14px; font-style: italic;}
  .list-icon{font-size: 13px; padding-right: 11px;}


  .board-governs-wrapper{background-image: url(../images/board-governes-banner.jpg); display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 15px;}

    .cardMateri {
    
}

#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-weight: 400;
    color: #16AB50;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-weight: 900;
    color: #16AB50;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}

#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}

#accordion .panel-body{
    border: none;
    font-size: 15px;
    color: #615f5f;
    background-color: #fff;
    line-height: 27px;
}

#accordion .panel-body .isiMateri {
    padding: 25px;
    margin-bottom: 10px;
}

/*dekstop*/
@media screen and (min-width: 1024px) {
    .paddingLuar, .cardMateri {
        
    }
    .judulUtama {
        font-size: 32px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .isiMateri p:nth-child(1) {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 1rem;
        text-align: center;
    }
    .isiMateri p:nth-child(2) {
        font-size: 15px;
        text-align: justify;
    }
    #accordion .panel-title a {
        font-size: 19px; 
    }
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        font-size: 16px;
    }
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .paddingLuar, .cardMateri {
        padding: 2rem;
    }
    .judulUtama {
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1rem;
    }
    .isiMateri p:nth-child(1) {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 0.75rem;
        text-align: center;
    }
    .isiMateri p:nth-child(2) {
        font-size: 14px;
        text-align: justify;
    }
    #accordion .panel-title a {
        font-size: 16px;
    }
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        font-size: 13px;
    }
}

/*HP*/ 
@media screen and (max-width: 767px){
    .paddingLuar, .cardMateri {
        padding: 1rem;
    }
    .judulUtama {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1rem;
    }
    .isiMateri p:nth-child(1) {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .isiMateri p:nth-child(2) {
        font-size: 12px;
        text-align: justify;
    }
    #accordion .panel-title a {
        font-size: 13px;
    }
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        font-size: 11px;
    }
}



.menu-area{background: #d61a5e}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#fff;font-size:14px;text-transform:capitalize;display: block !important;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{}
.mainmenu .collapse ul ul ul > li:hover > a{}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{height: auto;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block; width: 100px;}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:5%;min-width:250px;display:none}

/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}

/* custom scrollbar */


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


li.dropdown:hover .dropdown-menu.sixth-nav{  left: -407px; float: left;}

    li.dropdown:hover .dropdown-menu.seventh-nav{left: -475px;
    float: left;}

.university-icon{padding-right: 16px;}


/*!academic calender start*/
.acedemic-banner-wrapper{
  background-image: url(../images/acedemic-calender-bg.jpg);
    display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;     margin-top: 15px;
}
.about-hd{text-align: center; color: #000000; font-size: 50px;}
.para-wrapper{padding: 30px 0;}
.about-lines{ font-size: 16px;}
.counter-bg2 {
    background: #9d2235;
    
    line-height: 34px; margin-top: 40px; margin-bottom: 40px;
}

.df-linken-2 .col{cursor:pointer;}
.df-linken-2 .special:hover a{color:#eee!important}
.df-linken-2 .normal:hover a .fas{color:#000}
.event-listing {
    color: #6c757d!important;
    font-size: 19px;
}
.event{padding-top: 25px; font-size: 19px; font-weight: bold;}
.grren-date{color: #006815; font-size: 20px;
    padding-bottom: 10px; }
.event-sub{font-size: 15px;}
.filter{color: #ffffff;}
/*modify by sanyam */

.courses-bgcolor{background: #3e1722; padding:10px 15px ; /*margin-top: 25px;*/ color: #ffffff;}


/*!academic calender end*/


/*Courses start*/

.course-banner-wrapper{
  background-image: url(../images/courses-offered-bg.jpg);
    display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;     margin-top: 15px;
}

.icon-control {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}



.btn-light {
    background-color: #fff;
    border-color: #e4e4e4;
}

.list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.list-menu a {
    color: #343a40; font-size: 14px;
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 18px 20px;
}

[class*='card-product'] a.title {
    color: #212529;
    display: block; font-size: 19px;
}

.card-product-grid:hover .btn-overlay {
    opacity: 1;
}
.card-product-grid .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
.img-wrap {
    overflow: hidden;
    position: relative;
}
.courses-wrapper{padding: 30px 0;}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 14px;
}
.found{font-size: 14px;}
.sub-iamg {
    height: 150px;
    width: 269px;
    border: 2px solid #000000;
}
.price{font-size: 18px;
    margin-bottom: 0;}
.price-old{
	font-size: 18px;
    margin-bottom: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #910029;
    border-color: #910029;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #910029;
    background-color: #fff; font-size: 12px;
    
}
.page-link:hover {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff; font-size: 12px;
    
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #910029;
    border-color: #910029;
}

@media (min-width:360px) and (max-width:1023px)
{
	.found {
    font-size: 14px;
    padding: 10px;
}
}

/*Course End*/

.nav-image-gap{padding: 20px 20px 20px 0;}


/*!logo philosophy start*/
.logo-philosophy-banner-wrapper{
  background-image: url(../images/logo-philosophy-banner.jpg);
    display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;     margin-top: 15px;
}
.about-hd{text-align: center; color: #000000; font-size: 50px;}
.para-wrapper{padding: 30px 0;}
.about-lines{ font-size: 16px;}
.our-philo{font-size: 55px;}
.logo-philo-text{padding: 30px 0; font-size: 15px;}
.below-logo{padding: 20px 0 0 0; background: #f2f3f7;}
.what{font-size: 39px; padding-bottom: 20px; text-align: center;}

@media(min-width:360px) and (max-width:768px)
{
	.our-philo {
    font-size: 37px;
}
	.what {
    font-size: 34px;
    padding-bottom: 20px;
    text-align: center;
}
	.pilo{text-align: center;}
}

/*!logo philosophy end*/


/*!logo philosophy start*/
.director-banner-wrapper{
  background-image: url(../images/director-message.jpg);
    display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;     margin-top: 15px;
}
.about-hd{text-align: center; color: #000000; font-size: 50px;}
.para-wrapper{padding: 0px 0;}
.about-lines{ font-size: 16px;}
.quote-span{color: #FB0105; font-size: 44px;}

blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}
blockquote {
  quotes: "“" "”" "‘" "’";
}

/*!logo philosophy end*/

.dropdown {
  
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  
  position: relative;
  font-size: 18px;

  z-index: 100;
}
.dropdown:hover {
  
  cursor: pointer;
}
.dropdown:hover .dropdown_menu li {
  display: block;
}
.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}
.dropdown_menu li {
  display: none;
  color: #fff;
  font-size: 16px;
  opacity: 0;
}
.dropdown_menu li:hover {
  
}
.dropdown:hover .dropdown_menu--animated {
  display: block;
}
.dropdown_menu--animated {
  display: none;
}
.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}

/*department*/

.department-second-nav{
	background: #b30000; padding: 10px 0;
}
.department-banner{background: url(../images/department-banner.jpg) no-repeat; height: 331px; background-size: cover;}
.department-wrapper{padding: 30px 0;}
.card-body ul li{ list-style: none; font-size: 14px; line-height: 30px;}

/*quality policy*/
.quality-banner-wrapper{background-image: url(../images/quality-policy-banner.jpg);
    display: block;
    height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;     margin-top: 15px;}
.quality-policy-list ul{padding: 0; margin: 0;}
.quality-policy-list ul li{ list-style: none; font-size: 15px; line-height: 30px; font-style: italic;}

@media(min-width:360px) and (max-width:786px)
{
	.thumb-prev, .thumb-next{display: none;}
}

/*Academic calender*/

/* ============================================================
	Responsive Table via Data Label
============================================================ */
table {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
table thead {
  background: #910029;
  height: 60px !important; color: #ffffff;
}
table thead tr th:first-child {
  padding-left: 45px; border-right:1px solid #481d2a;
}
table thead tr th {
  text-transform: uppercase;
  line-height: 60px !important;
  text-align: left;
  font-size: 11px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; border-right:1px solid #481d2a;
}
table tbody {
  background: #3e1722;
}
table tbody tr {
  border-top: 1px solid #481d2a;
  height: 40px;
}
table tbody tr th
{
  background-color: #3e1722;
  font-size: 14px;
  color:#fff;
}
/*table tbody tr td:first-child {
  padding-left: 45px;
}
table tbody tr td:second-child {
  padding-left: 45px;
}
table tbody tr td:third-child {
  padding-left: 45px;
}*/
table tbody tr td {
  height: 40px;
  line-height: 23px !important;
  text-align: left;
  padding: 0 10px;
  font-size: 12.5px; color: #ffffff;
  border-right:1px solid #481d2a;
  border-top: 1px solid #ad5a73!important;
  padding: 0.25rem 13px!important;
}

table tbody tr td a {  
  font-size: 14px; 
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #481d2a!important;
}
table tbody tr td i {
  margin-right: 8px;
}

@media screen and (max-width: 800px) {
  table {
    border: 1px solid transparent;
    box-shadow: none;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    border-bottom: 45px solid #F8F8F8;
  }
  table tbody tr td:first-child {
    padding-left: 10px;
  }
  table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
  }
  table tbody tr td {
    display: block;
    text-align: right;
    font-size: 14px;
    padding: 0px 10px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

.btn-outline {
  color: #2e2e2e;
  background-color: #ffffff;
  border-color: rgb(51, 0, 80);
  font-weight: normal;
  border-radius: 0;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
  background: rgb(51, 0, 80);
  color: #ffffff;
  border-color: rgb(51, 0, 80);
  
}
.academic-contact{background: url(../images/academic-contact.png) no-repeat; display: block; height: 207px; }
.academic-phone{
  display: inline-block;
  top: 157px;
    width: 220px;
    height: 46px; line-height: 29px; color: #ffffff; font-size: 16px; position: relative; left: 20px;}
.academic-phone:after{content: "";
  position: absolute;
  top: -2px;
  right: -10px;
  left: 50%;
  bottom: -2px;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  transform-origin: bottom;
  transform: skew(-20deg);
  z-index:-1; }

@-webkit-keyframes slide-right-up {
  50% {
    width: 100%;
    height: 7px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes slide-right-up {
  50% {
    width: 100%;
    height: 7px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-ms-keyframes slide-right-up {
  50% {
    width: 100%;
    height: 7px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes slide-right-up {
  50% {
    width: 100%;
    height: 7px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes slide-right-up {
  50% {
    width: 100%;
    height: 7px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
ul.list-vertical{float: left; padding: 0;}
.list {
  list-style: none;
}
.list a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  padding: 15px 5%;
  transform-origin: 50% 50%; font-size: 16px;
}

.list-vertical {
  width: 100%;
  margin: 0px 0;
}
.list-zoom-2 a{background: #910029; color: #ffffff; border:1px solid #650623;}

.list-horizontal {
  width: 100%;
  margin: 15px 0%;
}
.list-horizontal li {
  float: left;
  width: 100%;
  text-align: center;
}

.list-hover-zoom-tilt {
  background: #0b090a;
}
.list-hover-zoom-tilt a {
  color: #8ad0bd;
  background: #2b2529;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.list-hover-zoom-tilt a:hover {
  background: #9f264b; border:1px solid #8e1f41;
  
}
.list-hover-zoom-tilt a:active {
  
}

.list-zoom a {
  color: #2b2529;
  
}
.list-zoom a:hover {
  background: #f6f4f5;
  
}
.list-zoom a:active {
  
}

.list-zoom-2 a {
  position: relative;
  border-left: 4px solid #988692;
  color: #ffffff;
}
.list-zoom-2 a:after {
  display: block;
  content: "";
  background: #9f264b; border:1px solid #8e1f41;
  width: 0;
  height: 5px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  color: #ffffff;
}
.list-zoom-2 a:hover {
 background: #9f264b; border:1px solid #8e1f41;
  
}
.list-zoom-2 a:hover:after {
  
}
.list-zoom-2 a:active:after {
  background: #9f264b; border:1px solid #8e1f41;
}

.list-hover-zoom-tilt-forward {
  background: #372f34;
}
.list-hover-zoom-tilt-forward a {
  background: #de5988;
  color: #330a18;
 
}
.list-hover-zoom-tilt-forward a:hover {
  background: #b84588;
  
}
.list-hover-zoom-tilt-forward a:active {
  
}
.seagreen-philosphy{background: #12d4b4; padding: 50px 30px;}
.heading-seagreen{color: #ffffff; font-size: 23px; font-weight: normal;}
.sub-heading-seagreen{color: #ffffff; font-size: 18px; font-weight: normal;}
.seagreen-lines{color: #ffffff; font-size: 15px; line-height: 22px; font-weight: normal;}
.white-philosphy{background: #ffffff; padding: 50px 30px;}
.heading-white{color: #000000; font-size: 23px; font-weight: normal;}
.sub-heading-white{color: #000000; font-size: 18px; font-weight: normal;}
.white-lines{color: #000000; font-size: 15px; line-height: 22px; font-weight: normal;}
.yellow-philosphy{background: #f1c50e; padding: 50px 30px;}
.blue-philosphy{background: #6278ff; padding: 50px 30px;}
.cu-btn:hover {
    color: var(--text-color-white);
    background: var(--bgcolor-dark-purple);
}
.cu-btn {
    border-radius: 6px;
    width: auto;
    font-family: 'Rubik';
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text-color-white);
    letter-spacing: 2px;
    text-decoration: none;
    padding: 12px 24px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.w-100 {
    width: 100%!important;
}
.odd-sem{background: #000000; font-size: 20px; color: #ffffff; text-align: center; text-decoration: none;}
.odd-sem:hover{background: #00093a; font-size: 20px; color: #ffffff; text-align: center; text-decoration: none;}
.even-sem{background: #910029; font-size: 20px; color: #ffffff; text-align: center; text-decoration: none;}
.even-sem:hover{background: #da251d; font-size: 20px; color: #ffffff; text-align: center; text-decoration: none; /*padding: 20px 20px 0 20px;*/}

/*Event Details*/
.event-details-left-warpper{background: #ffffff; padding: 20px; border:1px solid #fefefe;}
/*Modify by sanyam*/
.event-right-wrapper{background: #ffffff;/* padding: 1px;  border:1px solid #fefefe;*/ margin-bottom: 30px;}
.event-right-wrapper table tr td a { color:#fff; }
.expired{background: #910029; padding: 20px; color: #fff; font-size: 16px; font-weight:600;}
.hero {
  width: 100%;

  align-items: center;
  flex-direction: column;
  justify-content: left;
	margin-top: 20px;
}


.social-links {
  display: flex;
}

.social-links a {
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a .fab {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: '';
  width: 100%;
  height: 100%;
  top: -50px;
  left: 0;
  background: #000;
  background: linear-gradient(-45deg, #ed1c94, #ffec17);
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-10px);
}

/*miet*/
.lets-wrapper{padding: 40px 0;}
.lets-hd{color: #ffffff; font-size: 39px; font-weight: normal; padding-bottom: 30px; }
.button-new{background: #ffffff; height: 70px; line-height: 70px; text-align: center; color: #000000; font-size: 19px;  display: block; margin-bottom: 10px;}
.button-new:hover{background: #000000; height: 70px; line-height: 70px; text-align: center; color: #ffffff; font-size: 19px; display: block; text-decoration: none; margin-bottom: 10px;}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: transparent;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: transparent;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 25px solid transparent;
    border-left: 68px solid #9d2235;
    border-bottom: 33px solid transparent;
    position: absolute;
    top: 50%;
    right: -38px;
    transform: translateY(-50%);
    opacity: 0;
}
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.border-right-new{border-right: 1px solid #cccccc;}

/*Courses offered*/

:root {
  --color-primary: rgba(0, 0, 0, 0.25);
  --color-lightgrey: rgba(0, 0, 0, 0.1);
  --color-grey: rgba(0, 0, 0, 0.1);
  --color-black: rgba(0, 0, 0, 0.75);
}

.grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 10px;
}
.grid__item {
  background-color: var(--color-primary);
  border-radius: 5px;
  overflow: hidden;
}
.grid__item--horizontal {
  background: var(--color-black);
  grid-area: span 1/span 2;
}
.grid__item--vertical {
  background: var(--color-lightgrey);
  grid-area: span 2/span 1;
}
.grid__item--large {
  background: var(--color-grey);
  grid-area: span 2/span 2;
}
.grid__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.larning{color: #ffffff; font-size: 16px; text-align: left;padding-left: 10px; width:55%; padding-top: 30px;}
.larning a{color: #ffffff; text-shadow: 2px 2px #000000;}
.main-small{color: #ffffff; font-size: 15px; padding-top: 30px; padding-left: 10px;}
.second-heading{color: #ffffff; font-size: 29px; text-align:left; padding-left: 10px;}
.heading-lines{color: #ffffff; font-size: 15px; text-align: left; padding: 0 10px;}
.read-button{background: #ffffff; height: 40px; line-height: 40px; color: #000000; font-size: 16px; margin-left: 10px; padding: 10px 20px; }


/*event*/

.social-card-header{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 96px;
}
.social-card-header i {
    font-size: 32px;
    color:#FFF;
}
.bg-facebook {
    background-color:#3b5998;
}
.text-facebook {
    color:#3b5998;
}
.bg-google-plus{
    background-color:#dd4b39;
}
.text-google-plus {
    color:#dd4b39;
}
.bg-twitter {
    background-color:#1da1f2;
}
.text-twitter {
    color:#1da1f2;
}
.bg-pinterest {
    background-color:#bd081c;
}
.text-pinterest {
    color:#bd081c;
}
.share:hover {
        text-decoration: none;
    opacity: 0.8;
}
.card-text{font-size: 16px;}
.box-bg{background: #e0edff;}
.date-event{position: absolute;top:35%; background: #600823; display: block; padding: 10px 20px; left: 6%;}
.event-date{color: #ffffff; font-size: 25px; font-weight: bold; padding-bottom: 0; line-height: 12px; padding-top: 10px; text-align: center;}
.event-date2{color: #ffffff; font-size: 14px; font-weight: normal; line-height: 10px; padding-bottom: 0; }
.eventlistone{font-size: 14px;}
.eventlistone span{color: #021c40;}
.box-bg:hover{background: #6da1e8; color: #ffffff!important;}
.box-bg a:hover{background: #6da1e8; color: #ffffff;}

@media (min-width:360px) and (max-width:639px)
{
	.event-date {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0;
    line-height: 3px;
    padding-top: 13px;
    text-align: center;
}
	
	.event-date2 {
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    line-height: 3px;
    padding-bottom: 0;
}
	.date-event {
    position: absolute;
    top: 35%;
    background: #600823;
    display: block;
    padding: 0px 20px;
    left: 6%;
}
}



@media (min-width:640px) and (max-width:767px)
{
	.date-event {
    position: absolute;
    top: 56%;
    background: #600823;
    display: block;
    padding: 10px 20px;
    left: 20px;
}
	.hum {
  /*  position: absolute;
    top: 4px;
    right: 561px;
    background: #000;
    z-index: 30;*/
      position: absolute;
    top: 4px;
    left: 551px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
   /* margin-bottom: 20px;
    margin-left: 50px;*/
  margin-bottom: -50px;
    /* margin-left: -90px; */
}
}


@media (width:1024px)
{
	.date-event {
    position: absolute;
    top: 27%;
    background: #600823;
    display: block;
    padding: 10px 20px;
    left: 6%;
}
}

@media(width:768px)
{
	.date-event {
    position: absolute;
    top: 13%;
    background: #600823;
    display: block;
    padding: 10px 20px;
    left: 6%;
}
}

@media (width:712px){
	.hum {
    position: absolute;
    top: 4px;
    right: 631px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}
@media (width:800px){
	.hum {
    position: absolute;
    top: 4px;
    right: 711px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:820px){
	.hum {
    position: absolute;
    top: 4px;
    right: 731px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:823px){
	.hum {
    position: absolute;
    top: 4px;
    right: 731px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}


@media (width:812px){
	.hum {
    position: absolute;
    top: 4px;
    right: 731px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}
@media (width:732px){
	.hum {
    position: absolute;
    top: 4px;
    right: 631px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:731px){
	.hum {
    position: absolute;
    top: 4px;
    right: 631px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}


@media (width:540px){
	.hum {
    position: absolute;
    top: 4px;
    right: 451px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:960px){
	.hum {
    position: absolute;
    top: 4px;
    right: 871px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:854px){
	.hum {
    position: absolute;
    top: 4px;
    right: 761px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:786px){
	.hum {
    position: absolute;
    top: 4px;
    right: 691px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:768px){
	.hum {
    position: absolute;
    top: 4px;
    right: 691px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:745px){
	.hum {
    position: absolute;
    top: 4px;
    right: 651px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:740px){
	.hum {
    position: absolute;
    top: 4px;
    right: 651px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:720px){
	.hum {
    position: absolute;
    top: 4px;
    right: 651px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}



@media (width:896px){
	.hum {
    position: absolute;
    top: 4px;
    right: 801px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:844px){
	.hum {
    position: absolute;
    top: 4px;
    right: 751px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:851px){
	.hum {
    position: absolute;
    top: 4px;
    right: 751px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:915px){
	.hum {
    position: absolute;
    top: 4px;
    right: 821px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:912px){
	.hum {
    position: absolute;
    top: 4px;
    right: 821px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}

@media (width:914px){
	.hum {
    position: absolute;
    top: 4px;
    right: 821px;
    background: #000;
    z-index: 30;
}
	
	.ftco-navbar-light .navbar-brand {
    margin-bottom: 20px;
    margin-left: 50px;
}
}





/*courses details*/
.expired2{background: #af7888; padding: 20px; color: #000000; font-size: 23px; text-align: center; font-weight: bold; text-decoration: none;} 
.expired2:hover{background: #5c192e; padding: 20px; color: #ffffff; font-size: 23px; text-align: center; font-weight: bold; text-decoration: none;} 
.expired2 a:hover{color: #ffffff; text-decoration: none;}
.course-points ul{padding: 0;}
.course-points ul li{list-style: none; font-size: 14px;text-indent: -1em;
    padding: 10px 0 0px 31px;
    list-style-position: inside;}
.course-points ul li span{padding-right: 4px; color: #5c192e; font-size: 18px;}
.course-table{background: #ffffff; color: #000000;}
.course-table td{color: #000000;}


@media(width:360px)
{
.mobile-top-small-menu {
   display: flex;
    background: #910029;
    /* min-height: 140px; */
    /* line-height: 9px; */
}
	
}
.toolbar{
    position:fixed;
    width:50px;
    top:30%;
    right:0;
    z-index:999
}
.toolbar.collect{
    left:0;
    right:auto
}
.toolbar.collect a .content,.toolbar.collect div .content{
    left:50px;
    right:auto
}
.toolbar a,.toolbar div{
    display:inline-block;
    height:50px;
    line-height:50px;
    background:#35363a;
    color:#fff;
    font-size:14px;
    margin:0 0 10px;
    position:relative;
    cursor:pointer
}
.toolbar a .icon,.toolbar div .icon{
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    display:inherit
}
.toolbar a .icon .fa,.toolbar a .icon .fab,.toolbar a .icon .fas,.toolbar div .icon .fa,.toolbar div .icon .fab,.toolbar div .icon .fas{
    font-size:24px;
    line-height:50px
}
.toolbar a .content,.toolbar div .content{
    position:absolute;
    height:50px;
    width:0px;
    right:50px;
    top:0;
    background:#ff382e;
    text-align:center;
    font-size:0
}
.toolbar a:hover,.toolbar div:hover{
    background:#ff382e
}
.toolbar a:hover .content,.toolbar div:hover .content{
    width:150px;
    font-size:14px
}


@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}


.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.lum-close-button:hover {
  opacity: 1;
}
.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.lum-close-button:before {
  transform: rotate(45deg);
}
.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }

  .lum-lightbox-inner img {
    /*max-width: none;
    max-height: none;*/
  }
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
   /* height: 300px;*/
}

.search h3{color: #1a0dab; font-size: 23px; font-weight: normal; line-height: 10px;}

.search a{color: #00C3FF; font-size: 15px; font-weight: normal; line-height: 10px;}

.search p{color: #000000; font-size: 13px; font-weight: normal;}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 4px 20px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

@media(min-width:360px) and (max-width:630px)
{
	.search h3 {
    color: #1a0dab;
    font-size: 20px;
    font-weight: normal;
    line-height: 10px;
}
	.btn-group-lg>.btn, .btn-lg {
    padding: 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0.3rem;
}
	.card {
    margin-left: 0px; 
   margin-right: 0px;      
	margin-bottom: 10px;
}
}


.note
{
    text-align: center;
    height: 80px;
    background: #910029;
    color: #fff;
    font-weight: bold;
    line-height: 9px;
    font-size: 16px;
    padding-top: 22px;
}
.note p
{
    text-align: center;
 
}
.form-content
{
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:5px;
    padding: 1%;
    width: 100%;
    cursor: pointer;
    background: #600823;
    color: #fff; height:60px; margin-bottom:20px;
}
select{border-bottom:1px solid #000000; border-top:0; border-left:0; border-right:0; background:none; font-size:15px;}
option{font-size:15px;}
.age{width:100%; border:1px solid #000000; border-radius:5px; height:50px; padding-left:10px;}
.btnSubmit:hover{background:#000000;}
	
.first-box{padding:10px;background:#12d4b4; color:#ffffff;}
.second-box{padding:10px; background:#f1c50e; color:#ffffff;}
.third-box{padding:10px;background:#6278ff; color:#ffffff;}
.first-box a{color:#ffffff;} 
.second-box a{color:#ffffff;} 
.third-box a{color:#ffffff;} 

.admission{font-size:16px; font-weight:bold;}	
.general{font-size:20px;}
.contact-number{font-size:17px;}

@media(min-width:360px) and (max-width:639px){
	.note {
    text-align: center;
    height: 80px;
    background: #910029;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    font-size: 12px;
    padding-top: 9px;
}
}

.center{display: block; margin-left: auto; margin-right: auto; width: 50%;}
.shadows{
	box-shadow: -5px 5px 0 0 rgba(145, 0, 41,1), -10px 10px 0 0 rgba(145, 0, 41,0.6), -15px 15px 0 0 rgba(145, 0, 41,0.4), -20px 20px 0 0 rgba(145, 0, 41,0.2); 
	width: 85%;
	background: #fff;
	border-radius: 20px;
	}
.view_shadow{
	box-shadow: 0px 9px 30px rgba(145, 0, 41, 0.3);  background: #fff; border-radius: 20px; float:center; margin-top: 54px;
  margin-left: 23px;;
}	

.sam{text-align: center; color: #FFFFFf; font-size: 17px; padding-bottom: 10%;}
@media (width:1024px)
{
.third-nav {
    width: 633px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 0px 0 44px;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0;
    font-size: 11px;
    line-height: 32px;
    text-indent: -1em;
}
.fourth-nav {
    width: 524px;
}
li.dropdown:hover .dropdown-menu.sixth-nav {
    left: -464px;
    float: left;
}
}	


#course-new-block .card-new{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease; height: 375px; border-right: 1px solid #f87792; 
}
.no-border{border-right: none!important; }
#course-new-block .card-new:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(220, 53, 69);
	-moz-box-shadow: 5px 7px 9px -4px rgb(220, 53, 69);
	box-shadow: 5px 7px 9px -4px rgb(220, 53, 69); height: 380px;
}
#course-new-block .card-new .card-block{
	/*padding-left: 50px;*/
    position: relative; 
}
#course-new-block .card-new .card-block a{
	color: #ffffff !important;
	font-weight:100;
	text-decoration:none;
}
#course-new-block .card-new .card-block a i{
	display:none;
	
}
#course-new-block .card-new:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#course-new-block .card-new .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #ffffff;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}

#course-new-block .card-new:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.what-we-do{color: #ffffff; font-size: 39px;}
.what-we-do-sub{color: #ffffff; font-size: 20px;}
.what-we-do-title{color: #ffffff; font-size: 24px; text-align: center;}
ul.couses-listings-all2{padding-left: 20px; text-align: left; }
.couses-listings-all {font-size: 16px; color: #ffffff; line-height: 28px; list-style: none; }
.couses-listings-all a:hover {font-size: 16px; color: #fab6bd; line-height: 28px; list-style: none; font-weight: 700!important; text-decoration: underline;  }
.couses-listings-all a.active-line {font-size: 16px; color: #ffffff; line-height: 28px; list-style: none; font-weight: 700!important; text-decoration: underline;}
.fixed-box {
    display: flex;
    flex-wrap: wrap;
}
.what-we-do-sub2{color: #ffffff; font-size: 15px; padding-bottom: 10px; font-weight: 300; line-height: 29px;}

@media (min-width:360px) and (max-width:639px)
{
	#course-new-block .card-new{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;  height: 100%;
}
#course-new-block .card-new:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(220, 53, 69);
	-moz-box-shadow: 5px 7px 9px -4px rgb(220, 53, 69);
	box-shadow: 5px 7px 9px -4px rgb(220, 53, 69);    height: 100%;
}
}
/*video*/
.video-container {
  width: 49%;
  padding: 10px;
  background: white;
  display: inline-block;
}

.responsive-video {  
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.responsive-video iframe, .responsive-video video {
  position: absolute;
  width: 100%;
  height: 100%;  
}
.more {background: #000; height: 70px; line-height: 70px; color: #ffffff; font-size: 23px; text-align: center; display: block;}
.more a{color: #ffffff; text-align: center; }

