.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.help-block {
  color: red;
}

.carousel-item {
  height: 512px;
  overflow: hidden;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.topslide .carousel-caption {
  left: 10%;
  top: 52px;
  text-align: left;
  width: 50%;
}

.col-container {
  display: table;
  width: 100%;
}

.col {
  padding: 0px 0px 10px 0px;
}

.topslide div#myCarousel {
  height: 530px;
}

.topslide .carousel-caption h1 {
  color: black;
}

.topslide .carousel-caption h2 {
  color: #f58220;
}

.topslide .carousel-caption p {
  color: #2a4a78;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.featurette-divider {
  margin: 5rem 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* Form Sign Up */

.form-signin-heading h2 {
  font-size: 22px;
  padding-top: 8px;
  font-weight: 700;
  text-align: center;
  color: white;
}

.form-signin-heading p {
  font-size: 12px;
  font-weight: 700;
  margin-top: -10px;
  color: #c11111;
  padding: 5px;
  text-align: center;
  color: white;
}

.form-signin-heading {
  background: #132e6b;
}

.form-signin h3 {
  font-size: 18px;
  color: #ffffff;
}

.form-signin p {
  font-size: 12px;
  text-align: center;
}

.form-signin ul {
  font-size: 16px;
  color: #ffffff;
  list-style-type: none;
}

.form-signin a {
  font-size: 18px;
  color: #ffffff;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin: 3px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
}
input[type="radio"] {
  margin: 10px 10px;
  float: left;
  width: auto;
}
.form-radio-labl {
  color: white;
  float: left;
  width: 80px !important;
  margin-top: 4px !important;
}

.form-signin input[type="text"] {
}

.form-signin select {
	appearance:auto;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Form Sign Up */

.space10 {
  margin: 10px;
}
.space20 {
  margin: 20px;
}
.space30 {
  margin: 30px;
}
.space40 {
  margin: 40px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.w-101 {
  width: 150px !important;
  text-align: center;
}

.btn-primary {
  color: #fff;
  background-color: #132e6b;
  border-color: #ffffff;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 7px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2.3rem;
}

.Mandatory {
  width: 100%;
  margin-top: 11px;
  text-align: center;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: large;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

#slider {
  margin: 0 auto;
  overflow: hidden;
}

.slides {
  overflow: hidden;
  animation-name: fade;
  animation-duration: 1s;
  display: none;
}

.marketing {
  padding: 40px 0px;
}

img {
  width: 100%;
}

#dot {
  margin: 0 auto;
  text-align: center;
}

.dot {
  display: inline-block;
  border-radius: 50%;
  background: #d3d3d3;
  padding: 8px;
  margin: 10px 5px;
}

#heading {
  display: block;
  text-align: center;
  font-size: 2em;
  margin: 10px 0px;
}

.Mandatory p {
  text-align: center;
  color: #ffffff;
  margin: 0px;
}

.global-programme {
  background-color: #2a4a78;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 100px;
}

.global-programme h2 {
  font-size: 25px;
  font-weight: 700;
}

.global-programme h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 17px 0px;
}

.global-programme p {
  font-size: 16px;
  text-align: justify;
}

.global-programme ul {
  font-size: 16px;
}

.global-programme span {
  color: yellow;
  font-weight: 700;
}

.global-programme li.active {
  background: #ffffff;
}

.success {
  background-color: #f9d18d;
  padding: 6px;
  font-size: 14px;
}

/* Green */

.success:hover {
  background-color: #2a4a78;
  color: #ffffff;
}

.Overview button {
  margin-left: 25px;
}

.Regulatory h2 {
  font-size: 25px;
  font-weight: 800;
  color: #a9225e;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.Department h4 {
  font-size: 16px;
}

.Department1 div {
  background-color: #79b342;
}

.Department2 div {
  background-color: #24aaa5;
}

.Department3 div {
  background-color: #203a75;
}

/*   Full Width Div */

.row {
  --bs-gutter-x: 0rem !important;
}

.container-fluid {
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-x, 0rem);
}

/*   Full Width Div */

.advantage {
  background: white;
}

.advantage img {
  width: 100%;
}

.Advantages-text {
  padding-top: 20px;
  padding-bottom: 13px;
  padding: 20px;
}

.Advantages-text h2 {
  font-size: 30px;
  padding: 15px 0px;
}

.Advantages-text ul {
  font-size: 15px;
  line-height: 2em;
}

.Advantages-text ul li {
  /* text-shadow: 5px 6px 7px #000000; */
  margin-top: 5px;
  line-height: 1.9em;
}
.col-container {
  display: table;
  width: 100%;
}

.col {
  display: table-cell;
}

.tab-inner li {
  background: none;
}

.menu-tab li a {
  float: left;
}

.menu-tab li {
  background: #f9d18d;
  padding: 5px 10px;
  margin: 5px 10px 5px 0px;
}

.menu-tab li:active {
  background: none !important;
}

.menu-tab li a {
  color: black;
}

.card-approval {
  margin: 39px;
  padding: 18px;
  border: 1px solid;
  height: 330px;
  float: left;
  text-align: center;
  align-items: center;
  border: 2px solid #ffffff;
}

.card-approval h1 {
  color: white;
  font-size: 22px;
  margin-top: 20px;
}

.card-approval p {
  color: white;
}

.card-approval img {
  width: 100px;
}

.card-approval-bg-1 {
  background: black;
  float: left;
}

.card-approval-bg-2 {
  background: black;
  float: left;
}

.card-approval-bg-3 {
  background: black;
  float: left;
}

.alumni {
  padding: 50px 0px;
  background: #ebf1f8;
}
.alumni h2 {
  text-align: center;
  color: #ad2626;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: 700;
}

.apprroval {
  padding: 0px 0px;
}

.apprroval h2 {
  text-align: center;
  color: #ad2626;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: 700;
}

.testimonials h2 {
  text-align: center;
  font-size: 35px!important;
  padding: 15px 0px;
  text-align: center;
  color:#FFF;
}

/*
.how-to-apply-bg1:before {
	content: "";
	position: absolute;
	right: -55px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 55px solid #00aeef;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
}

.how-to-apply-bg2:before {
	content: "";
	position: absolute;
	right: -55px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 55px solid #812990;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
}

.how-to-apply-bg3:before {
	content: "";
	position: absolute;
	right: -55px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 55px solid #ec008c;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
} */

.how-to-apply-bg1 {
  background: #ffffff !important;
}

.how-to-apply-bg2 {
  background: #ebf1f8 !important;
}

.how-to-apply-bg3 {
  background: #ffffff !important;
}

.how-to-apply-bg4 {
  background: #ebf1f8 !important;
}

.how-to-apply {
  height: 100%;
}

.how-to-apply h2 {
  font-size: 30px;
  padding: 15px 0px;
  text-align: center;
}

.form-contact-box li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background: #f05a22;
  padding: 5px 10px;
}

.pointer {
  width: 95%;
  height: 150px;
  /* position: relative; */
  background: #223b76;
  margin-right: 37px;
  margin: 20px;
  padding: 20px;
  float: left;
  align-items: center;
  /* border-right: 2px solid #777373; */
  border: 1px solid #c1c1c1;
}

/*
.pointer:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #ffffff;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
}
*/

.pointer p {
  margin-left: 20px;
  color: white;
}

.pointer-img {
  width: 100%;
  text-align: center;
  float: left;
  width: 100%;
  /* border: 1px solid red; */
  align-items: center;
  margin-bottom: 10px;
}
.pointer-img img {
  width: 50px;
  margin-right: 10px;
  margin-left: 20px;
}

.bg-trans {
  /*padding: 10px 20px;*/
  padding-bottom: 80px;
}

.apply-bt {
  float: left;
  text-align: center;
  width: 100%;
}

.apply-bt a {
  background: red;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
}

.heading-ward {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
}

.awards {
  padding: 0px 0px 10px 0px;
  background: #ebf1f8;
}

.awards h2 {
  font-size: 30px;
  padding: 15px 0px;
  text-align: center;
}

.award-box {
  padding: 0px 0px;
  box-shadow: 0 7px 20px rgb(0 0 0 / 12%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 20px 10px;
  padding: 20px;
}

.global-tieup-box {
  margin: 0px 10px;
}

.bg-gl-1 {
  background: #7293cc;
}

.bg-gl-2 {
  background: #003e59;
}

.bg-gl-3 {
  background: #771213;
}

.global-tieup-top-img img {
  width: 100px;
  margin-top: -33px;
}

.global-tieup-logo {
  padding: 10px;
}

.global-tieup-logo img {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  height: 50px;
}

.global-tieup-text-box {
  padding: 20px;
  margin-bottom: 25px;
}

.global-tieup-text-box p {
  color: white;
}

.global-tieup-img-box {
  width: 100%;
}

.global-tieup-img-box img {
  width: 100%;
  margin-bottom: 0px;
}

.navbar-brand img {
  width: auto;
}

.navbar-expand-md .navbar-collapse {
  margin-left: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(50 47 106);
  margin: 0px 20px;
}

.slideshow-container {
  padding: 60px 0px;
  margin: 0 auto;
  text-align: center;
}

video[poster] {
  width: 100%;
}

.slideshow-container img {
  width: 92% !important;
  margin: 0 auto;
}

.ranking-slide {
  margin-top: -42px;
  margin-bottom: 30px;
}

.top-form-bg {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  float: right;
  width: 100%;
  min-height: 480px;
}

.form-contact-box {
  width: 100%;
  margin: 0 auto;
  margin: 10px 0p;
  float: left;
}

.top-ul {
  float: left;
  width: 100%;
  margin-top: 13px;
}

.top-ul li {
  list-style: none;
  float: right;
  margin: 5px;
}

.topslide .carousel-control-prev-icon {
  left: 25px;
  position: absolute;
}

.topslide .carousel-control-next-icon {
  right: 25px;
  position: absolute;
}

.topslide .carousel-control-prev {
  background-image: url(/images/LLC/LawMore/LET/admission-lainding-page/images/previous.png);
  background-repeat: no-repeat;
  opacity: 1;
}

.topslide .carousel-control-next {
  background-image: url(/images/LLC/LawMore/LET/admission-lainding-page/images/next.png);
  background-repeat: no-repeat;
  opacity: 1;
}

.form-border-box {
  margin: 0 auto;
  margin: 10px 0p;
}

.formtab-box {
  padding: 10px 10px;
}

.formtab-box .nav {
  background: #ffca05;
  margin-bottom: 10px;
  margin: 0 auto;
}

.formtab-box .nav li {
  padding: 10px;
  width: 50%;
  text-align: center;
}

.formtab-box .nav li.active {
  background: #204a74;
  /* border-radius: 20px; */
  color: white;
  text-align: center;
}

.formtab-box .nav li.active a {
  color: white;
  text-decoration: none;
}

.formtab-box .nav li a {
  color: black;
  text-decoration: none;
}

.form-signin label {
  width: auto;
  margin: 0px 10px;
  margin-bottom: 5px;
}

.bt-form-submit {
  width: 100%;
  text-align: center;
}

.award-box {
  padding: 10px 10px;
}

.award-box img {
}

/*Circle */

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  height: 145px;
}

.about-let {
  padding: 30px 0px;
}

element.style {
}

.card-circle .btn,
.card-circle .card-icon i,
.card-circle {
  transition: all ease-in-out 0.2s;
}

.card-circle {
  text-align: center;
  border: 10px solid white;
  color: black;
  font-family: Montserrat;
  padding: 30px 10px;
  box-shadow: 0 7px 20px rgb(0 0 0 / 43%);
  height: 320px;
}

.card-circle .card-title {
  font-weight: 600;
  font-size: 40px;
}

.card-circle .card-text {
  font-weight: 400;
}

.card-circle .card-icon i {
  font-size: 60px;
  display: block;
}

.card-circle:nth-child(2) {
  background: #faa733;
}

.card-circle:nth-child(3) {
  background: #44a5ae;
}

.card-circle:nth-child(4) {
  background: #ed028b;
}

.card-circle:nth-child(4) {
  background: #142850;
}

.card-circle .btn,
.card-circle .card-icon i,
.card-circle {
  transition: all ease-in-out 0.2s;
}

.card-circle:hover {
  border: 10px solid #00a8cc;
}

.card-circle:hover i {
  text-shadow: 0px -1px 10px #00a8cc;
  transform: scale(1.2) rotate(20deg);
}

.card-icon img {
  width: 60px;
}

/*Circle */

.card-circle-outer {
  background: white;
  border: 2px solid red;
}
.fade:not(.show) {
  opacity: 1;
}

/* Slideshow container */

.slideshow-container img {
  position: relative;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: white;
}

.carousel-control .fa-chevron-circle-left {
  position: absolute;
  left: 10px;
}
.carousel-control .fa-chevron-circle-right {
  position: absolute;
  right: 10px;
}

.testimonials .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.testimonials .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

/* Position the "next button" to the right */

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
  background: white;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* The dot/bullet/indicator container */

.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */

.dot > .active,
.dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */

q {
  font-style: italic;
}

.progress {
  width: 90%;
}

.progress h1 {
  background-color: #f9d18d;
}

.progress-tab p {
  margin-left: 0px;
  margin-right: 84px !important;
}

.progress-heading {
  background: #44a5ae;
  padding: 10px;
  width: 90%;
}

.faq {
  width: 100%;
  float: left;
}

/* Add a blue color to the author */

.author {
  color: cornflowerblue;
}

.table th,
td {
  border: 1px solid #ffffff;
  padding: 5px;
  width: 100%;
}

.desktop-widthapp {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.form-signin label {
  width: 95%;
}

summary {
  background: #f4f2f0;
  border: 1px solid #ddd5cc;
  box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
  padding: 10px 26px 10px 10px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: black;
}

.global-programme p {
  color: white;
}

.desktop-hidden {
  display: none;
}

.circle1 {
  background: #2e3192;
}

.circle2 {
  background: #ebf1f8;
}

.circle3 {
  /*background: #44a5ae;*/
}

.circle4 {
  background: #ebf1f8;
}

.global-programme p {
  color: white;
  margin-top: 20px;
}

/* Start Table Css ---- */

.customers {
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
}

.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #142850;
  color: white;
}

.customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

.customers td,
.customers th {
  border: 1px solid #ddd;
  padding: 8px;
  width: auto;
  padding: 10px;
}

.customers tr:nth-child(even) td {
  color: black;
}
.topslide .carousel-item img {
  height: 530px;
}

.mobile-slider {
  display: none;
}

/* Start Media Querry Css ---- */

@media only screen and (max-width: 600px) {
  .card-circle .card-title {
    font-weight: 600;
    font-size: 20px;
  }

  .carousel-item {
    height: 150px !important;
  }
  .topslide .carousel-item img {
    height: 150px !important;
  }
  .navbar-dark .navbar-toggler {
    float: right;
    background: black;
    color: white !important;
    width: 100%;
    border-radius: 0px;
  }
  .navbar-expand-md .navbar-collapse {
    margin-left: 0px;
    background: black;
  }

  .topslide .carousel-caption {
    display: none;
  }
  .top-form-bg {
    height: auto;
  }
  .form-border-box {
    border: 0px;
    width: auto;
  }
  .pointer {
    height: 150px;
  }
  .mobile-test-img {
    text-align: center;
  }
  .testimonials .caption {
    text-align: center;
  }

  .slider-caption-top p {
    font-size: 18px !important;
  }

  .mobile-slider {
    display: inherit;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
  }
}

@media only screen and (max-width: 1336px) {
  .carousel-item {
    height: 510px;
  }
  .form-border-box {
    width: 100%;
    border: 0px;
  }
  .top-ul {
    margin-left: 0px;
  }
  .card-approval {
    height: auto;
  }
}

/* Slider CSSSS */

/* Start New Design CSS ---- */
header {
  position: fixed;
  z-index: 9;
  width: 100%;
}
.bg-dark {
  background: rgb(255, 255, 255, 0.6);
}

.navbar-brand img {
  width: 341px;
  height: 100%;
}
.slider-caption-top {
  padding-top: 2%;
  /* box-shadow: -53px 43px 46px -32px;*/
  /* border: 1px solid white; */
  /*padding: 130px 20px;*/
}
.slider-caption-top h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.slider-caption-top h1 span {
  color: #ffffff;
  padding: 0px 22px;
  font-size: 2.1em;
  text-shadow: 2px 2px #000000;
}
.slider-caption-top h2 {
  color: #ffffff;
  padding: 0px 22px;
}
.slider-caption-top h2 span {
  color: #ffffff;
}
.slider-caption-top h2 b {
  color: #ffffff;
}
.slider-caption-top p {
  color: #ffffff;
  font-size: 24px;
  margin: 10px 0px;
  padding: 0px 20px;
}

/* Start New Design CSS ---- */
#name-error {
  color: red;
}

button#btnSubmit {
  background: #204a74;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  /* width: 100%; */
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 03px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  /* margin-top: 13px; */
  /* border-radius: 50px; */
  /* border: 1px solid white; */
 /* float: right;*/
  padding: 10px 25px;
}
#btnLogin {
  background: #1a3455;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 03px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  /* margin-top: 13px; */
  /* border-radius: 50px; */
  border: 1px solid white;
}

.form-signin label {
  width: 95%;
  color: white;
}

.hallofmarks {
  padding: 20px 0px;
  margin-top: 50px;
}
.testimonials {
    padding: 50px 0px;
    background-color: #10194c;
}
.testimonials .content {
  background: white;
}
.testimonials .carousel-inner {
  height: auto !important;
  height: 410px!important;
  background-position: center;
  background-size: cover;
  padding: 60px 0px;
}
.testimonials img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin-top: 34px;
}
.testimonials .caption {
  font-size: 19px;
  margin-top: 45px;
}
.testimonials .caption p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #1c1a1a;
   
}
.testimonials .caption blockquote {
  font-size: 15px;
}
.testimonials .caption small {
  font-size: 15px;
  font-weight: 400;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: none;
  top: 30px;
}
.carousel-inner > .prev {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: none;
  top: 30px;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  padding: 60px 0px;
}

.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.testimonials .fa-chevron-circle-left {
  position: absolute;
  /*top: 0;*/
  bottom: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.testimonials .fa-chevron-circle-right {
  position: absolute;
  /* top: 0;*/
  bottom: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

/* Position the "next button" to the right */

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
  background: white;
}

.carousel-indicators li {
  background-color: #2a4a78;
}

.carousel .fa {
  color: black;
  font-size: 35px;
}
.topslidenew .carousel-caption {
  text-align: left;
  width: 50%;
  top: 25%;
}
.topslidenew .carousel-caption h1 {
  color: #b63636;
  font-weight: 800;
}
.topslidenew .carousel-caption h1 span {
  color: #2a4a78;
}
.topslidenew .carousel-caption p {
  color: black;
}
.topslidenew .carousel-caption p span {
  font-style: italic;
}

/* Swiper CSS */

.achievements_box h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #1f418a;
  font-weight: bold;
}

.half-color-box {
  background: var(--gradient);
  height: 300px;
  margin-bottom: 100px;
}

.text-whtie {
  color: #fff !important;
}

.por {
  position: relative;
  background: #f7f7f7;
  padding: 10px 25px;
}
.review-box .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}

.test-arrowbox {
  right: 20px;
  top: 20px;
  margin-bottom: 15px;
  background: #f1f1f1;
}

.review-box {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.review-box h5 {
  margin: 10px 0px;
  color: #322f68;
  font-size: 16px;
}

.review-box p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #7d8597;
}

.user-post {
  font-size: 14px;
  margin: 0 !important;
}

.swiper-testimonial {
  padding: 100px 20px;
  padding-top: 30px;
}

.half-color-box {
  background: var(--gradient);
  height: 300px;
  margin-bottom: 140px;
}

.arrow-right {
  transform: rotate(180deg);
  margin-top: -25px;
  color: black;
}

.arrow-left {
  color: black;
}

.arrow {
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.arrow:hover {
  transform: translateX(-15px);
}
/* Start New Design CSS Slider Achievement ---- */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 0px 0px 40px 0px;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Swiper CSS */

/* Mobile CSS */
.centered-overlydiv {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0px;
}
.slider-caption-top h1 {
  margin-bottom: 20px;
}
.slider-caption-top h1 span {
}
.slider-caption-top h1 {
}
.slider-caption-top h2 span {
  color: #ffffff;
}
.slider-caption-top h2 b {
  color: #ffffff;
}
.slider-caption-top p {
}
.slider-caption-top p span {
  font-weight: bold;
}
.form-top {
  margin-top: 30px;
}
.slider-caption-top {
  margin-top: 10px;
}
.mobshow {
  display: none;
}
.mobile-call {
  display: none;
}
.col-md-offset-1 {
  margin-left: 6.333333% !important;
}
#pharmacy_whatsapp {
  background: green;
}

.how-apply {
  font-size: 23px;
  color: #2f3293 !important;
  text-align: left !important;
}
.apply-box-outer p {
  color: black;
  text-align: center;
}
.heading-new {
  width: 100%;
}
.heading-new h2 span {
  background: #2f3293;
  color: white;
  padding: 10px 20px;
  font-size: 23px;
  border-radius: 5px;
}
.step-img {
  margin-top: 25px;
}
.footer_bg {
  background: #efefef;
  padding: 20px 0px;
  width: 100%;
  margin-top: 50px;
}
.bg1 {
  background: #efefef;
  padding: 34px 10px 0px 10px;
}
.bg2 {
  background: #efefef;
  padding: 14px 10px 0px 10px;
  margin-top: 20px;
}

.whatsapp li a {
  background: #322f6a;
  color: white;
}
.bg-caption {
  padding: 15px;
  width: 90%;
  text-align: left;
  font-family: Arial;
  margin-top: 110px;
  border-radius: 2px;
  color: #fff;
}

.caption-text1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  text-shadow: 5px 6px 7px #000000;
}
.caption-text2 {
  font-size: 21px;
}
.caption-text3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.caption-text3 span {
  background: #ffcc29;
  padding: 10px 14px;
  margin: 10px 0px;
  font-size: 50px;
  color: #000000;
}

.caption-text4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
  margin-top: 10px;
}
.caption-text4 b {
  color: #000000;
  background: #ffcc29;
  padding: 5px;
}

.navbar-expand-md {
  background: none;
}

.form-sec h1 {
  color: #204a74;
  text-transform: uppercase;
  font-size: 39px;
  padding: 0px 10px;
  line-height: 0.4em;
}
.form-sec p {
  color: #ffffff;
}
.form-sec h1 span {
  font-size: 16px;
}
/*.form-sec h1:before {
	  content: "";
	  position: absolute;
	  border-top: solid 29px #138753;
	  border-left: solid transparent 180px;
	  border-right: solid transparent 180px;
	  bottom: -28px;
	  left: 50%;
	  margin-left: -180px;
  } */

.grey-sec {
  background: #efefef;
}
.sec-pad {
  padding: 30px 0px;
}
.sec-pad h1 {
  font-size: 30px;
  text-align: center;
  color: #132e6b;
  text-transform: uppercase;
  font-weight: bold;
}
.mar-top {
  margin-top: 40px;
}
.mar-right {
  margin: 0px -64px 0px 0px;
}
.gr-sec {
  padding: 15px;
  border: #dbdbdb solid 1px;
  background: #fff;
  margin-bottom: 10px;
}
.gr-sec-head {
  color: #db2033;
  font-size: 19px;
  font-weight: 600;
}
.gr-sec-cont {
  padding: 10px 0px 0px 0px;
}
.ponit-line {
  margin: 40px 0px 0px 0px;
}
.mar-left {
  margin: 0px 0px 0px -64px;
}
.gr-sec {
  padding: 15px;
  border: #dbdbdb solid 1px;
  background: #fff;
  margin-bottom: 10px;
}

.ponit-line img {
  width: auto;
}

@media only screen and (max-width: 599px) {
	label#ebcaptchatext {
    margin-top: 12px!important;
    padding: 0px 2px 2px 3px!important;
	font-size:14px;
}
  .mobile-content-box {
    padding: 20px 10px;
  }
  .mobile-content-box p {
    font-size: 22px;
    text-align: center;
    color: white;
    margin: 0px;
  }
  .mobile-content-box p span {
    font-size: 14px;
  }
  .mobile-content-box h2 {
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    /* font-style: italic; */
    text-shadow: 5px 6px 7px #000000;
  }
  .mobile-content-box h5 {
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: 400;
    line-height: 1.4em;
    background: #204a74;
    padding: 10px 0px;
  }
  .mobile-content-box h5 span {
    font-size: 10px;
  }
  

  .career {
    margin-top: 0px;
  }
  .career i {
    font-size: 35px;
  }
  .career_statistice h4 {
    font-size: 24px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 4px;
    color: #142850;
  }
  .salary-box {
    padding: 0px 20px;
  }

  .salary-box h5 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .how-to-apply h2 {
    font-size: 20px;
    
    text-align: center;
    
    font-weight: bold;
    background-color: #192958;
    color: #fff;
    padding: 12px 5px 12px 10px;
}
  .salary-box h5 span {
    font-size: 16px;
    font-weight: 400;
  }
  .career h1 {
    font-size: 25px;
    /*margin-bottom: 25px;*/
  }
  .career h1 span {
    font-size: 20px;
    font-weight: 400;
  }
  .career h2 {
    font-size: 15px;
    font-weight: 400;
}
.career h2 span {
  font-size: 23px;
  color: #f05a22;
  font-weight: 900;
  margin-top: -16px!important;
}

  .intro-info p {
    color: white;
    line-height: 1.9em;
    float: left;
    margin-bottom: 0px;
    width: 100%;
  }
  .margin-div-bottom {
    margin-top: 20px;
    position: inherit;
    float: left;
    margin-bottom: 20px;
    
  }
  .intro-info h5 span {
    font-size: 18px!important;
    font-weight: 900;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
}
  .intro-info p span {
    font-weight: 500;
    background: #ffca05;
    /* padding: 5px 10px; */
    float: left;
    margin: 5px 10px 0px 0px;
    color: black;
    font-size: 15px;
    width: 100%;
    text-align: center;
}
  .top-bg-trasparent {
    display: inherit;
    background: #e6ecef;
  }

  .slider-bottom-form-box-inner {
    padding: 30px 10px;
    padding: 0px 0;
    background: #ebf1f8;
  }

  .top-bg-trasparent {
    display: inherit;
    background: #000000;
  }
  .form-sec {
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  .desktop-slider {
    background: radial-gradient(#0b9dc6, #1a3455);
    padding: 0px 0px 30px 0px;
  }

  .student-testimonials-box {
    background: #ebf1f8;
    padding: 30px 0px;
    margin: 0px 0px;
  }

  .student-testimonials-box h1 {
    font-size: 37px;
    padding: 15px 0px;
    vertical-align: middle;
    font-family: cursive;
    color: orange;
    text-align: center;
  }
  .student-testimonials-box p {
    font-size: 15px;
    padding: 10px 0px 10px 15px;
    text-align: left;
    font-size: 18px;
    line-height: 1.9em;
  }

  .student-testimonials-box-img-box {
    width: 100%;
    text-align: center;
  }
  .student-testimonials-box-img-box p {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: black;
  }

  .student-testimonials-box-img-box img {
    border: 1px solid #c1c1c1;
    width: 200px;
    padding: 10px;
  }
  .bg-prgram {
    background: #ffffff;
    width: 100%;
    float: left;
    margin: 0px 5px;
    padding: 0px 20px;
  }
  .program-overview ul {
    float: left;
    padding: 0px !important;
  }
  .program-overview {
    margin-top: -19px;
    background: #ebf1f8;
    /*padding: 30px 0px;*/
}
  .program-overview h1 {
    font-size: 30px;
    padding: 0px 0px;
    text-align:center;
    font-weight: 700;
  }
  .program-overview h2 {
    font-size: 20px;
    padding: 15px 0px;
    font-weight: bold;
  }
  .bg-prgram h3{font-size:18px;margin-top:10px;margin-bottom:0px;}
  .program-overview h2 span {
    font-size: 20px;
   /* padding: 15px 28px;*/
    font-weight: bold;
    background-color: #192958;
    color: #fff;
  }
  .creteria {
    margin-left: 2px!important;
}
.program-overview ul li {
  width: 100%;
  float: left;
  padding: 1px;
  /* margin: 2px 0px; */
  list-style: none;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0px;
}
.program-overview p {
  color: black;
  line-height: 1.9em;
  font-size: 14px;
  margin-bottom: 0px;
}
  .program-highlights {
    background-color: #dde0e4;
    margin-top: -50px;
    padding: 30px 0px;
  }
  .review-box-mobile {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
    padding: 10px;
    height:330px;
}
.review-box-mobile img {
  border-radius: 50%;
  border: 4px solid #687591;
  padding: 9px -1px 0px 0px;
  width: 111px;
}
.testimonials-mob img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -60px!important;
}
.text-infa p {
  color: black;
  line-height: 1.9em;
  font-size: 14px;
}
.text-infa h1 {
  font-size: 20px!important;
  margin-bottom: 12px;
  color: #204a74;
  font-weight: 700;
  text-align: center;
}
 .testimonials-mob p{text-align: center;font-size:14px;}
.review-box-mobile p {argin-bottom: 0;
  margin-top: 10px;
  color: black;
  font-size: 14px;}
  .program-highlights h1 {
    font-size: 30px;
    /* padding: 15px 0px; */
    text-align: center;
    font-weight: 700;
}
  .program-highlights h2 {
    font-size: 20px;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-highlights h1 span {
    font-size: 16px !important;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-highlights ul li {
    width: 100%;
    margin: 8px 0px;
    list-style-type: none;
    font-size: 14px;
  }
  .program-highlights .program-highlights p {
    color: black;
    line-height: 1.9em;
  }

  .p-hig li:before {
    font-family: fontawesome;
    content: "\f111";
    margin: 0 17px 0 -24px;
    color: #ea6645;
    font-size: 8px;
}
  .career_statistice {
    background-color: #cdd7e4;
    mar-top: 0px;
    /*padding: 30px 0px;*/
    text-align: center;
  }
  .career_statistice h4{font-size: 20px;
    font-weight: bold;
    background-color: #192958;
    color: #fff;
    padding: 12px 5px 12px 10px;

}
.career_statistice h5{font-size: 20px;
  font-weight: bold;
  background-color: #556162;
  color: #fff;
  padding: 12px 5px 12px 10px;

}
.program-highlights h2{font-size: 20px;
  font-weight: bold;
  background-color: #192958;
  color: #fff;
  padding: 12px 5px 12px 10px;
  text-align: center;

}
.program-overview_moB {margin-top: -67px!important;}
.program-overview_moB1 {margin-top: -97px!important;}

  .career_ait {
    background-color: #204a74;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.career_ait h1 {
  font-size: 25px;
}
  .career_ait h3 {
    font-size: 14px;
  }

  .call_now {
    padding: 5px 0px;
    text-align: center;
  }
  .call_now button {
    background-color: #f6c334;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
  }
  .call_now a {
    text-decoration: none;
    color: #fff;
  }
  .boxhight {
    height: 350px !important;
    text-align: justify;
  }

  .margin-div {
    height: 0px;
    width: 100%;
  }

  .intro-info h3 span {
    font-size: 16px;
  }
  .top-nav {
    display: none;
  }

  .top-logo {
    width: 100%;
    background: black;
    padding: 10px 20px;
    text-align: center;
  }

  .top-ul-right {
    background: #f05a22;
    text-align: center;
  }
  .top-ul-right a {
    padding: 10px 0px;
    color: white;
    text-decoration: none;
    font-size: 20px;
  }

  .top-logo img {
    width: 250px;
    height: auto;
  }

  .top-nav li {
    list-style: none;
    float: left;
    margin: 0px 10px 0px 0px;
    width: 100px;
  }

  .intro-info h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
    margin-top: 0px;
    line-height: 1.2em;
	margin-bottom: 25px
  }

  .intro-info h5 {
    color: #fff;
    font-size: 15px;
    /* font-weight: 700; */
    border-top: 1px solid #ebf1f8;
    padding-top: 7px;
    margin-top: -20px;
}
.form-sec h1 span {
    font-size: 12px;
}
  .mobshow {
    display: inherit;
  }
  .centered-overlydiv {
    position: relative;
    top: -33px;
  }
  .desktop-show {
    display: none;
  }
  .mobile-nav {
    margin: 0px;
    background: #1f418a;
    width: 100%;
    float: left;
  }
  .mobile-nav li {
    float: left;
    list-style: none;
    margin: 8px 10px;
  }
  .mobile-nav li a {
    text-decoration: none;
    color: white;
  }
  .slideshow-container {
    padding: 10px 0px;
  }
  .ranking-slide {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mobile-call {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inherit;
    background-color: #1f418a;
    color: white;
    text-align: center;
    z-index: 1000;
    padding: 0px;
  }
  .mobile-call a {
    color: white;
  }
  .mob-call-box {
    background: #1f418a;
    padding: 10px 0px;
    border: 1px solid;
  }
  .col-md-offset-1 {
    margin-left: 0px !important;
  }
  .desktop-widthapp {
    padding-bottom: 0px;
  }
  .pointer-img img {
    width: 50px;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-top: -8px;
}
.pointer-img {
  width: 100%;
  text-align: center;
  float: left;
  width: 100%;
  /* border: 1px solid red; */
  align-items: center;
  margin-bottom: 5px;
  margin-top: 6px;
}
  .bg-trans {
    /*padding: 0px 20px;*/
    padding-left: 0px;
}
  .slider-caption-top {
    display: none;
  }
  .heading-new h2 span {
    font-size: 15px;
  }
  .mobile-call a i {
    font-size: 35px;
  }
  .intro-info {
    text-align: center;
    margin-top: 10px !important;
  }
  .intro-info img {
    width: 250px;
    text-align: center;
  }
  .form-sec h1 {
    margin-bottom: 0px;
  }
  .intro-info h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
   /* font-style: italic;*/
    text-shadow: 5px 6px 7px #000000;
  }
}
/* Mobile CSS */

img#yourImgId {
  width: 25px;
}

a#toTop {
  background: red;
  color: white;
  padding: 10px;
  float: right;
  margin-bottom: 10px;
  z-index: 99;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

/* Large desktop */
@media (min-width: 1200px) {
  .career i {
    font-size: 35px;
  }
  .career_statistice h4 {
    font-size: 45px;
    padding: 0px 0px 20px 0px;
    margin-bottom: 25px;
    color: #142850;
  }
  .salary-box {
    padding: 0px 20px;
  }

  .salary-box h5 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .salary-box h5 span {
    font-size: 20px;
    font-weight: 400;
  }
  .career h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .career h1 span {
    font-size: 20px;
    font-weight: 400;
  }
  .career h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .career h2 span {
    font-size: 45px;
    color: #f05a22;
    font-weight: 900;
  }

  .intro-info {
    width: 100%;
    float: left;
    margin-top: 100px;
  }
  .intro-info p {
    color: white;
    line-height: 1.9em;
    float: left;
    margin-bottom: 0px;
  }
  .intro-info p span {
    font-weight: 500;
    background: #ffca05;
    padding: 5px 10px;
    float: left;
    margin: 10px 10px 0px 0px;
    color: black;
    font-size: 15px;
  }
  .margin-div-bottom {
    bottom: 10px;
    float: left;
    position: absolute;
  }
  .top-bg-trasparent {
    display: inherit;
    background: #e6ecef;
    margin-top: -40px;
  }

  .slider-bottom-form-box-inner {
    padding: 30px 10px;
    padding: 0px 0;
    background: #ebf1f8;
    margin-top: 40px;
  }

  .form-sec {
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  .desktop-slider {
    background: radial-gradient(#0b9dc6, #1a3455);
    padding: 40px 0px 130px 0px;
  }

  .student-testimonials-box {
    background: #ebf1f8;
    padding: 30px 0px;
    margin: 40px 0px;
  }

  .student-testimonials-box h1 {
    font-size: 37px;
    padding: 15px 0px;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    font-family: cursive;
    color: #204a74;
  }
  .student-testimonials-box p {
    font-size: 15px;
    padding: 10px 0px 10px 15px;
    text-align: left;
    font-size: 18px;
    line-height: 1.9em;
  }

  .student-testimonials-box-img-box {
    width: 350px;
    text-align: center;
  }
  .student-testimonials-box-img-box p {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: black;
  }

  .student-testimonials-box-img-box img {
    width: 200px;
    padding: 10px;
    border: 5px solid #204a74;
  }

  .bg-prgram {
    background: #ebf1f8;
    float: left;
    margin: 0px 0px;
    padding: 33px 20px;
	width:100%;
  }
  .program-overview ul {
    float: left;
    padding: 0px !important;
  }
  .program-spec h2 span {
    background-color: #fff;
    color: #1a3455;
    padding: 5px 30px;
  }
  .program-overview {
    margin-top: 0px;
    padding: 30px 0px;
  }
  .program-overview h1 {
    font-size: 30px;
    padding: 15px 0px;
  }
  .program-overview h2 {
    font-size: 20px;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-overview h2 span {
    font-size: 20px;
    padding: 15px 28px;
    font-weight: bold;
    background-color: #192958;
    color: #fff;
  }
  .program-overview ul li {
   
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
  }
  .program-overview p {
    color: black;
    line-height: 1.9em;
  }
  .program-highlights {
    margin-top: 0px;
    padding: 30px 0px;
  }
  .program-highlights h1 {
    font-size: 30px;
    padding: 15px 0px;
  }
  .program-highlights h2 {
    font-size: 20px;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-highlights h1 span {
    font-size: 16px !important;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-highlights ul li {
    width: 100%;
    margin: 8px 0px;
    list-style-type: none;
  }
  .program-highlights .program-highlights p {
    color: black;
    line-height: 1.9em;
  }

  .p-hig li:before {
    font-family: fontawesome;
    content: "\f111";
    margin: 0 10px 0 -24px;
    color: #ea6645;
    font-size: 8px;
  }
  .career_statistice {
    background-color: #ebf1f8;
    mar-top: 0px;
    padding: 50px 0px;
    text-align: center;
  }

  .career_ait {
    background-color: #204a74;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 40px 10px;
  }
  .career_ait h1 {
    font-size: 40px;
  }
  .career_ait h3 {
    font-size: 16px;
  }

  .career {
    text-align: center;
  }
  .career h1 {
    font-size: 28px;
  }
  .career h3 {
    font-size: 22px;
  }
  .call_now {
    padding: 5px 0px;
    text-align: center;
  }
  .call_now button {
    background-color: #f6c334;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #204a74;
  }
  .call_now a {
    text-decoration: none;
    color: black;
  }
  .boxhight {
    height: 350px !important;
    text-align: justify;
  }
  .top-logo {
    width: 100%;
    text-align: center;
  }
  .top-logo img {
    width: 226px;
    height: auto;
    background: #204a74;
    padding: 10px 25px;
  }

  .top-ul-right {
    float: right;
    margin-top: 16px;
  }

  .top-ul-right a {
    text-decoration: none;
    color: white;
    background: #f05a22;
    padding: 10px 10px;
    /* margin-top: 10px; */
  }

  .top-ul-right a i {
    margin-right: 10px;
  }

  .top-nav li {
    list-style: none;
    float: left;
    margin: 0px 10px 0px 0px;
    width: 100px;
  }

  .desktop-show {
    background-size: contain;
    height: 731px;
  }
  .intro-info h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    text-shadow: 5px 6px 7px #000000;
  }
  .intro-info h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .intro-info h3 span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 5px 6px 7px #000000;
  }

  .intro-info h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
  }

  .intro-info h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
    line-height: 1.9em;
  }
}
/* Large desktop */

/* desktop */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .career i {
    font-size: 35px;
  }
  .career_statistice h4 {
    font-size: 45px;
    padding: 0px 0px 20px 0px;
    margin-bottom: 25px;
    color: #142850;
  }
  .salary-box {
    padding: 0px 20px;
  }

  .salary-box h5 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .salary-box h5 span {
    font-size: 20px;
    font-weight: 400;
  }
  .career h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .career h1 span {
    font-size: 20px;
    font-weight: 400;
  }
  .career h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .career h2 span {
    font-size: 45px;
    color: #f05a22;
    font-weight: 900;
  }

  .intro-info {
    margin-top: 30px;
  }
  .margin-div-bottom {
    bottom: 10px;
    float: left;
    position: absolute;
  }
  .intro-info p {
    color: white;
    line-height: 1.9em;
    float: left;
    margin-bottom: 0px;
  }
  .intro-info p span {
    font-weight: 500;
    background: #ffca05;
    padding: 5px 10px;
    float: left;
    margin: 10px 10px 0px 0px;
    color: black;
    font-size: 15px;
  }
  .top-bg-trasparent {
    display: inherit;
    background: #e6ecef;
    margin-top: -40px;
  }
  .slider-bottom-form-box-inner {
    padding: 30px 10px;
    padding: 0px 0;
    background: #ebf1f8;
    margin-top: 40px;
  }

  .form-sec {
    margin: 40px 0px 0px 0px;
    text-align: center;
  }

  .desktop-slider {
    background: radial-gradient(#0b9dc6, #1a3455);
    padding: 40px 0px 130px 0px;
  }

  .student-testimonials-box {
    background: #ebf1f8;
    padding: 30px 0px;
    margin: 40px 0px;
  }

  .student-testimonials-box h1 {
    font-size: 37px;
    padding: 15px 0px;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    font-family: cursive;
    color: orange;
  }
  .student-testimonials-box p {
    font-size: 15px;
    padding: 10px 0px 10px 15px;
    text-align: left;
    font-size: 18px;
    line-height: 1.9em;
  }

  .student-testimonials-box-img-box {
    width: auto;
    text-align: center;
  }
  .student-testimonials-box-img-box p {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: black;
  }

  .student-testimonials-box-img-box img {
    border: 1px solid #c1c1c1;
    width: 200px;
    padding: 10px;
  }
  .bg-prgram {
    background: #ffffff;
    float: left;
    margin: 0px 5px;
    padding: 0px 20px;
  }
  .program-overview ul {
    float: left;
    padding: 0px !important;
  }
  .program-overview {
    margin-top: 0px;
    background: #ebf1f8;
    padding: 30px 0px;
  }
  .program-overview h1 {
    font-size: 30px;
    padding: 15px 0px;
  }
  .program-overview h2 {
    font-size: 20px;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-overview h2 span {
    font-size: 20px;
    padding: 15px 28px;
    font-weight: bold;
    background-color: #192958;
    color: #fff;
  }
  .program-overview ul li {
    width: 50%;
    float: left;
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
  }
  .program-overview p {
    color: black;
    line-height: 1.9em;
  }
  .program-highlights {
    margin-top: 0px;
    padding: 30px 0px;
  }
  .program-highlights h1 {
    font-size: 30px;
    padding: 15px 0px;
  }
  .program-highlights h2 {
    font-size: 20px;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-highlights h1 span {
    font-size: 16px !important;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-highlights ul li {
    width: 100%;
    margin: 8px 0px;
    list-style-type: none;
  }
  .program-highlights .program-highlights p {
    color: black;
    line-height: 1.9em;
  }

  .p-hig li:before {
    font-family: fontawesome;
    content: "\f111";
    margin: 0 10px 0 -24px;
    color: #ea6645;
    font-size: 8px;
  }
  .career_statistice {
    background-color: #cdd7e4;
    mar-top: 0px;
    padding: 30px 0px;
    text-align: center;
  }

  .career_ait {
    background-color: black;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 40px 0px;
  }
  .career_ait h1 {
    font-size: 34px;
  }
  .career_ait h3 {
    font-size: 11px;
  }

  .career {
    text-align: center;
  }
  .career h1 {
    font-size: 28px;
  }
  .career h2 {
    font-size: 20px;
  }
  .career h2 span {
    font-size: 45px;
    color: #f05a22;
  }
  .career h3 {
    font-size: 22px;
  }
  .call_now {
    padding: 5px 0px;
    text-align: center;
  }
  .call_now button {
    background-color: #f6c334;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
  }
  .call_now a {
    text-decoration: none;
    color: black;
  }
  .boxhight {
    height: 350px !important;
    text-align: justify;
  }
  .top-logo {
    width: 100%;
    text-align: center;
  }
  .top-logo img {
    width: 226px;
    height: auto;
    background: #204a74;
    padding: 10px 25px;
  }

  .top-ul-right {
    float: right;
    margin-top: 16px;
  }

  .top-ul-right a {
    text-decoration: none;
    color: white;
    background: red;
    padding: 10px 10px;
    /* margin-top: 10px; */
  }

  .top-ul-right a i {
    margin-right: 10px;
  }

  .top-nav li {
    list-style: none;
    float: left;
    margin: 0px 10px 0px 0px;
    width: 100px;
  }

  .intro-info h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  .testimonials img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }
  .intro-info h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
    margin-top: 20px;
    line-height: 1.9em;
  }

  .card-circle .card-title {
    font-weight: 600;
    font-size: 35px;
  }

  .desktop-show {
    background-size: contain;
    height: 731px;
  }
  .bg-caption {
    padding: 15px;
    width: 100%;
    text-align: left;
    font-family: Arial;
    margin-top: 72px;
    border-radius: 2px;
    color: #fff;
  }
  .intro-info h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    text-shadow: 5px 6px 7px #000000;
  }
  .intro-info h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  .intro-info h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
  }

  .intro-info h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
    margin-top: 20px;
    line-height: 1.9em;
  }
}
/* desktop */

/* tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .career i {
    font-size: 35px;
  }
  .career_statistice h4 {
    font-size: 45px;
    padding: 0px 0px 20px 0px;
    margin-bottom: 25px;
    color: #142850;
  }
  .salary-box {
    padding: 0px 20px;
  }

  .salary-box h5 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .salary-box h5 span {
    font-size: 20px;
    font-weight: 400;
  }
  .career h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .career h1 span {
    font-size: 20px;
    font-weight: 400;
  }
  .career h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .career h2 span {
    font-size: 45px;
    color: #f05a22;
    font-weight: 900;
  }

  .slider-bottom-form-box-inner {
    margin-top: 10px;
  }

  .intro-info p {
    color: white;
    line-height: 1.9em;
    float: left;
    margin-bottom: 0px;
  }
  .intro-info p span {
    font-weight: 500;
    background: #ffca05;
    padding: 5px 10px;
    float: left;
    margin: 10px 10px 0px 0px;
    color: black;
    font-size: 15px;
    text-align: center;
    width: 311px;
}
.form-sec h1 span {
    font-size: 13px;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 6px;
    font-size: 12px;
    margin: 3px;
}
button#btnSubmit {
    background: #204a74;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    /* width: 100%; */
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 03px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /* margin-top: 13px; */
    /* border-radius: 50px; */
    /* border: 1px solid white; */
    float: right;
    padding: 6px 14px;
}

  .top-bg-trasparent {
    display: inherit;
    background: #052240;
  }
  .slider-bottom-form-box-inner {
    padding: 30px 10px;
    padding: 0px 0;
    background: #ebf1f8;
  }

  .desktop-slider {
    background: radial-gradient(#0b9dc6, #1a3455);
    padding: 40px 0px 130px 0px;
  }

  .student-testimonials-box {
    background: #ebf1f8;
    padding: 30px 0px;
    margin: 0px 0px;
  }

  .student-testimonials-box h1 {
    font-size: 37px;
    padding: 15px 0px;
    vertical-align: middle;
    font-family: cursive;
    color: orange;
    text-align: center;
  }
  .student-testimonials-box p {
    font-size: 15px;
    padding: 10px 0px 10px 15px;
    text-align: left;
    font-size: 18px;
    line-height: 1.9em;
  }

  .student-testimonials-box-img-box {
    width: 100%;
    text-align: center;
  }
  .student-testimonials-box-img-box p {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: black;
  }

  .student-testimonials-box-img-box img {
    border: 1px solid #c1c1c1;
    width: 150px;
    padding: 10px;
  }
  .bg-prgram {
    background: #ffffff;
    float: left;
    margin: 0px 5px;
    padding: 0px 20px;
  }
  .program-overview ul {
    float: left;
    padding: 0px !important;
  }
  .program-overview {
    margin-top: 0px;
    background: #ebf1f8;
    padding: 30px 0px;
  }
  .program-overview h1 {
    font-size: 30px;
    padding: 15px 0px;
  }
  .program-overview h2 {
    font-size: 20px;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-overview h2 span {
    font-size: 20px;
    padding: 15px 28px;
    font-weight: bold;
    background-color: #192958;
    color: #fff;
  }
  .program-overview ul li {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
  }
  .program-overview p {
    color: black;
    line-height: 1.9em;
  }

  .program-highlights {
    background-color: #dde0e4;
    margin-top: 0px;
    padding: 30px 0px;
  }
  .program-highlights h1 {
    font-size: 30px;
    padding: 15px 0px;
  }
  .program-highlights h2 {
    font-size: 20px;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-highlights h1 span {
    font-size: 16px !important;
    padding: 15px 0px;
    font-weight: bold;
  }
  .program-highlights ul li {
    width: 100%;
    margin: 8px 0px;
    list-style-type: none;
  }
  .program-highlights .program-highlights p {
    color: black;
    line-height: 1.9em;
  }

  .p-hig li:before {
    font-family: fontawesome;
    content: "\f111";
    margin: 0 10px 0 -24px;
    color: #ea6645;
    font-size: 8px;
  }
  .career_statistice {
    background-color: #cdd7e4;
    mar-top: 0px;
    padding: 30px 0px;
    text-align: center;
  }

  .career_ait {
    background-color: black;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 40px 0px;
  }
  .career_ait h1 {
    font-size: 40px;
  }
  .career_ait h3 {
    font-size: 16px;
  }

  .career {
    text-align: center;
    margin-top: 30px;
  }
  .career h1 {
    font-size: 28px;
  }
  .career h2 {
    font-size: 20px;
  }
  .career h2 span {
    font-size: 45px;
    color: #f05a22;
  }
  .career h3 {
    font-size: 22px;
  }
  .call_now {
    padding: 5px 0px;
    text-align: center;
  }
  .call_now button {
    background-color: #f6c334;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .call_now a {
    text-decoration: none;
    color: black;
  }
  .boxhight {
    height: 350px !important;
    text-align: justify;
  }
  .margin-div {
    height: 0px;
    width: 100%;
  }

  .intro-info h3 span {
    font-size: 20px;
  }
  .top-nav {
    display: none;
  }

  .top-logo {
    width: 100%;
    background: black;
    padding: 10px 20px;
    text-align: center;
  }

  .top-ul-right {
    background: #f05a22;
    text-align: center;
  }
  .top-ul-right a {
    padding: 10px 0px;
    color: white;
    text-decoration: none;
    font-size: 20px;
  }

  .top-logo img {
    width: 250px;
    height: auto;
  }

  .top-nav li {
    list-style: none;
    float: left;
    margin: 0px 10px 0px 0px;
    width: 100px;
  }

  .intro-info h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
    margin-top: 20px;
    line-height: 1.9em;
  }

  .intro-info h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .intro-info h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    text-shadow: 5px 6px 7px #000000;
  }
  .intro-info h5 span{
    color: #fff;
    font-size: 20px!important;
    font-weight: 700;
    border-top: 1px solid white;
    margin-top: 36px;
  }
  .intro-info h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    text-shadow: 5px 6px 7px #000000;
  }
  .intro-info h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 5px 6px 7px #000000;
    margin-top: 20px;
    line-height: 1.9em;
  }
  .desktop-show {
    background-size: contain;
    height: 731px;
  }
  .bg-caption {
    padding: 15px;
    width: 100%;
    text-align: left;
    font-family: Arial;
    margin-top: -32px;
    border-radius: 2px;
    color: #fff;
  }

  .caption-text3 span {
    background: #ffcc29;
    padding: 10px 14px;
    margin: 10px 0px;
    font-size: 30px;
    color: #000000;
  }

  .caption-text1 {
    font-size: 24px;
    font-weight: 600;
  }
  .intro-info p {
    color: white;
    line-height: 1.9em;
    float: left;
    margin-bottom: 0px;
    width: 100%;
  }
}

/* tablet */

/* desktop */
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-bottom-form-box-inner {
    margin-top: 10px;
  }

  .intro-info {
    margin-top: 0px;
  }
  .intro-info p {
    color: white;
    line-height: 1.9em;
    float: left;
    margin-bottom: 0px;
    width: 100%;
  }
  .intro-info p span {
    font-weight: 500;
    background: #ffca05;
    padding: 5px 10px;
    float: left;
    margin: 10px 10px 0px 0px;
    color: black;
    font-size: 15px;
  }

  .top-bg-trasparent {
    display: inherit;
    background: #e6ecef;
  }
  .slider-bottom-form-box-inner {
    padding: 30px 10px;
    padding: 0px 0;
    background: #ebf1f8;
  }

  .intro-info h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    text-shadow: 5px 6px 7px #000000;
  }
  .intro-info h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    text-shadow: 5px 6px 7px #000000;
  }
}

/* Mobile Device */
@media (max-width: 425px) {
  .program-overview h2 span {
    font-size: 20px;
    /*padding: 15px 54px;*/
    font-weight: bold;
    background-color: #192958;
    color: #fff;
  }

}
@media (max-width: 575.98px) {
  .top-bg-trasparent {
    display: inherit;
    margin-top: 0px;
  }
  .intro-info h3 {
    color: #fff;
    font-size: 36px!important;
    font-weight: 700;
    /*font-style: italic;*/
    text-shadow: 5px 6px 7px #000000;
    margin-top: -30px;
  }
  .intro-info h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /* font-style: italic; */
    text-shadow: 5px 6px 7px #000000;
	margin-bottom:0px;
}
  .career h2{ }
  .pointer {
    height: 90px!important;
  }

  .pointer {
    width: 90%;
    height: 150px;
    /* position: relative; */
    background: #223b76;
    margin-right: 37px;
    margin: 20px;
    padding: 2px;
    float: left;
    align-items: center;
    /* border-right: 2px solid #777373; */
    border: 1px solid #c1c1c1;
    margin-bottom: -10px;
}
.testimonials img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
	margin-top:-55px;
}
.testimonials .caption {
    font-size: 19px;
    margin-top: 10px!important;
}
.testimonials .carousel-inner {
     height: auto!important;
    background-position: center;
      
}
.testimonials .caption p {
    font-size: 14px!important;
    font-weight: 400;
    line-height: 26px;
    color: #1c1a1a;
    
}
.program-overview h2 {
  font-size: 20px!important;
  width: 100%;
  font-weight: bold;
  background-color: #192958;
  color: #fff;
  text-align: center;
 /* margin-top: -20px;*/
}
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 8px;
    font-size: 14px;
    margin: 3px;
}
  .slider-bottom-box {border: 5px solid #cfd7e1;margin-bottom: 10px;
    margin-left: 5px;height: 230px}
  .slider-bottom-box h2{font: size 15px!important;}
  .slider-bottom-box p{font-size:14px;}
  .border-right {
     border-right:5px solid #cfd7e1!important;  
}
.slider-bottom-box img {
    width: 75px!important;
}
}
/* Mobile Device */

.intro-info h2 span {
  font-size: 28px;
  color: #2b0323;
  background-color: #fff;
}
.intro-info h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 5px 6px 7px #000000;
}

.intro-info h5 b {
  padding: 0px 10px 2px 2px;
  color: #ffbf09;
  font-weight: 700;
  text-shadow: 5px 6px 7px #000000;
}

.yellow {
  color: #ffbf09;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 64.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 49%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 63.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 17.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 49%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.slider-bottom-main-box {
  background: #ebf1f8;
  padding: 10px 0px;
  float: left;
  width: 100%;
}

.slider-bottom-box img {
  width: 150px;
}
.after-slider-box {
  background: #e6ecef;
}
.after-slider-box p {
  color: #192a58;
}

.intro-info h5 span {
  font-size: 35px;
  font-weight: 900;
  font-weight: 700;
  text-shadow: 5px 6px 7px #000000;
}

.slider-bottom {
  padding: 30px 10px;
  display: block;
  margin: 0 auto;
  padding: 32px 0;
  text-align: center;
  border-radius: 4px;
}

.slider-bottom-form-box {
  padding: 10px 0px;
}

.border-right {
  border-right: 1px solid #192a58;
}

.student-testimonials-box h2 {
    font-size: 38px;
    padding: 15px 0px;
    text-align: center;
    color: #204a74;
    font-weight: 600;
}

.creteria {
  margin-left: 30px;
}

.slider-bottom-box {
  padding: 10px;
}
.slider-bottom-box i {
  font-size: 35px;
  margin-bottom: 15px;
}

.fa-check-square:before {
  color: green;
}
.fa-clock-o:before {
  color: red;
}
.fa-money:before {
  color: orange;
}

.fa-group:before,
.fa-users:before {
  color: cornflowerblue;
}
.fa-rupee:before,
.fa-inr:before {
  color: orange;
}
.fa-building:before {
  color: green;
}
.fa-briefcase:before {
  color: red;
}

.slider-bottom-box h2 {
  font-size: 24px;
  margin-top: 10px;
  
}

.campus-infrastructure {
  background: #ebf1f8;
  padding: 20px 0px;
}

.video-bg {
  background: white;
  padding: 20px;
  margin-right: 15px;
  margin-top: 60px;
}
.text-infa {
  /*padding: 10px 15px;*/
}
.text-infa h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #feffff;
    background-color: #10194c;
    text-align: center;
}
.text-infa b {
    color: #9d4f4f;
    font-size: 17px;
}
.text-infa p {
    color: black;
    line-height: 28px;
    margin-bottom: 8px;
}

.certification {
  padding: 20px 0px;
}
.certification h2 {
  /* padding: 20px 0px; */
  font-size: 30px;
  color: #322f6a;
}
.certification h3 {
  font-size: 17px;
  font-weight: bold;
}
.certification p {
  /* padding: 20px 0px; */
  color: #1a3455;
}
.certification li {
  /* padding: 20px 0px; */
  list-style: auto;
}

.certification ul {
  margin-top: 10px;
}

.top-nav {
  /* background: red; */
  width: 100%;
  float: left;
  margin: 0px;
  margin-top: 18px;
}

.top-nav li a {
  color: black;
  text-decoration: none;
}

.program-specialisation {
  margin-top: 0px;
  background: #ffffff;
  padding: 30px 0px;
}
.program-specialisation h1 {
  font-size: 30px;
  padding: 15px 0px;
}
.program-specialisation h2 {
  font-size: 20px;
  padding: 15px 0px;
  font-weight: bold;
}
.program-specialisation ul li {
  float: left;
  padding: 8px;
}
.program-specialisation p {
  color: black;
}

.specialisation-box {
  padding: 10px;
  text-align: center;
}
.specialisation-box h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.specialisation-box i {
  font-size: 54px;
  background: white;
  padding: 12px;
  width: 100px;
  border-radius: 5px;
}

.slider-bt-right-box {
  vertical-align: middle;
  height: 400px;
  text-align: right;
}

.download-top {
  bottom: 50px;
  background: #ff8000;
  border: 0px;
  border-radius: 0px;
  margin-top: 169px;
}

.slider_form_bottom {
  background: #75899d;
}

.intro-info img {
  width: 200px;
}

.circle2 {
  background: #faa733;
}

.circle3 {
  background: #44a5ae;
}

.circle4 {
  background: #142850;
}
.pointer-img i {
  font-size: 35px;
}
.how-to-apply-bg1 i {
  color: #8a5595;
}
.how-to-apply-bg2 i {
  color: #b9578e;
}
.how-to-apply-bg3 i {
  color: #14a1d9;
}
.how-to-apply-bg4 i {
  color: #f6c334;
}
body {font-family: 'Poppins',sans-serif!important;}

   label#ebcaptchatext {
      margin-top: 9px;
      padding: 0px 2px 2px 13px;
      
  }
  #ebcaptchatext{margin-top:15px!important;}
	
