@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
li {
  font-family: "Roboto", sans-serif !important;
}
p {
  font-size: 16px;
  /* color: #444; */
  line-height: 1.8em;
}

/* top bar */
.cbp-hsinner {
  float: right;
  margin-right: 5px;
}
.cbp-hsmenu .chat {
  font-size: 16px;
}
.cbp-hsmenu .chat a {
  color: #fff;
}
.cbp-hsmenu > li {
  z-index: 10000;
  position: relative;
}
.sdr-ics {
  color: #ffec00;
}
li.chat {
  margin-top: 7px;
  margin-right: 10px;
  margin-left: -5px;
}
.cbp-hsmenu > li {
  display: block;
  float: left;
}
/* end */

.navbar-default .navbar-nav > li > a {
  color: #000 !important;
  font-size: 14px;
  padding: 8px 10px;
  font-weight: 500;
}
.navbar-info {
  width: 100%;
}
.fixed-me {
  transition: all 1s;
}

.fixed-me {
  background-color: #fff !important;
  padding: 0px !important;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  z-index: 888;
  width: 100%;
  left: 0;
}
.hidden-xs {
  background: #213a8c;
  padding-bottom: 12px;
  padding-right: 10px;
  padding-top: 4px;
}
.result {
  background: #ffec00;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-top: -12px !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #ffec00 !important;
}
.navbar-info .col-md-12 {
  padding: 0;
}
.navbar-me {
  transition: all 1s;
}
.header-right-menu {
  padding: 15px 15px 12px 15px !important;
}
.navbar-me {
  padding-bottom: 10px;
  background-color: transparent;
  top: 0px;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0;
}
.navbar-collapse {
  text-align: center;
  border-top-width: 0px;
  padding-top: 10px;
  margin-top: 5px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.menu-collapsed-button {
  margin: 20px 15px 10px 15px !important;
}

.ftr-wp {
  background-color: #213a8c;
  padding: 20px 0;
}
.ftr-1a h3 {
  color: #fff;
  margin-bottom: 30px;
}
.ftr-1a p {
  font-size: 16px;
  color: #ddd;
}
.ftr-1a ul {
  padding: 0px;
}
.ftr-1a ul li {
  border-bottom: 1px solid #dddddd4f;
  margin-bottom: 4px;
  padding-bottom: 4px;
  list-style-type: none;
}
.ftr-1a ul li:last-child {
  border-bottom: none;
}
.ftr-1a ul li a {
  color: #ddd;
}
.ftr-1a ul li a:hover {
  color: #ffec00;
}
.scl img {
  width: 40px;
  float: left;
  margin-right: 10px;
  transition: width 2s, height 2s, transform 2s;
}
.scl img:hover {
  transform: rotate(360deg);
}
.ftr-1a ul li:before {
  color: #ffec00;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 6px;
}

.ftr-wp1 {
  background-color: #132c7e;
  padding: 15px;
}
.cpy-p {
  color: #fff;
  margin: 6px;
  text-align: center;
}

/* logo slider */
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  height: 160px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 230px;
  min-height: 1px;
  background-color: #fff;
  padding: 7px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Dropdown */
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  position: relative;
  opacity: 1;
  color: #ffffff;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #000;
  background: #ffec00;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 15px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: #002147;
  padding: 14px;
  transition: all 500ms ease;
  font-family: "Roboto", sans-serif;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dropdown-menu > li > a {
  clear: both;
  color: #fff !important;
  padding: 15px !important;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  font-weight: 800 !important;
  line-height: 13px;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 200%;
  width: 220px;
  padding: 0px;
  z-index: 1;
  display: none;
  background: #012f5d;
  border-top: 1px solid #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
  display: block !important;
  visibility: hidden;
  opacity: 0;
}
.dropdown-menu {
  margin: -2px 0 0;
  background: #f38f21 !important;
  background: #002147 !important;
  border: 1px solid #3c4150;
  padding: 0 !important;
}
.dropdown-menu:hover {
  display: block;
  margin-top: 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000 !important;
  text-decoration: none;
  background-color: #ffec00 !important;
}
/* need to change */
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  /* overflow-y: scroll; */
  width: 250px;
  height: auto;
}
.dropdown-menu > li:first-child > a {
  border-top: none;
}
.dropdown-menu.gallery {
  height: auto;
  overflow-y: auto;
  width: auto;
}
/* end dropdown */

.carousel-caption.d-none.d-md-block.ban-text {
  right: 0;
  left: 9%;
  padding-bottom: 30px;
  top: 18%;
  text-align: left;
}
.ban-text h5 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  width: 50%;
  padding: 10px;
  text-shadow: none;
  margin-top: 0;
  text-transform: uppercase;
}
.ban-text h6 {
  font-size: 20px;
  padding: 10px;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffec00;
  margin-bottom: 0;
}
.ban-text p {
  border-left: 4px solid #ffec00;
  padding-left: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 60px;
  font-weight: bold;
}
.ban-text a {
  background: #fff;
  text-shadow: none;
  color: #000;
  padding: 14px 23px;
  text-transform: uppercase;
  margin-left: 10px;
}
.banner-ft {
  width: 28%;
  position: absolute;
  right: 25%;
  top: -33%;
  padding: 20px;
}
.banner-ft img {
  width: 600px;
}
.top-btn {
  background: #ffec00;
  color: #000 !important;
  padding: 8px;
  margin: 0 2px;
  border-radius: 4px;
  font-size: 13px;
}
/* ed-boxes--- */

.ed-boxes {
  padding: 10px 0;
}
.ed-box {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 0.5rem 0 #c9e2f899;
  padding: 20px;
  border-radius: 8px;
  min-height: 270px;
  margin-bottom: 30px;
  border: 2px solid #fff;
}

.ed-box h3 {
  font-size: 15px;
  color: #253c56;
  font-weight: bold;
}
.ed-box p {
  font-size: 14px;
  color: #444;
  line-height: 1.6em;
}
.ed-box img {
  width: 40px;
}
.about-page {
  padding-top: 50px;
}
.message h5 {
  font-size: 18px;
  font-weight: 600;
  color: #002084;
  font-style: italic;
  margin-bottom: 3px;
}
.nav-sidebar {
  width: 100%;
  padding: 30px 0;
  border-right: 1px solid #ddd;
  padding-top: 20px;
  border-top: 3px solid #002084;
  padding-bottom: 0;
}
.tab-content {
  display: flex;
  padding-left: 10px;
}
.text-style {
  font-size: 16px;
  color: #444;
  line-height: 1.8em;
}
.nav-sidebar .active a,
.nav-sidebar .active a:hover,
.nav-sidebar .active a:focus {
  background-color: #ffd802 !important;
  color: #000 !important;
  border: 1px solid #ffd802;
  font-weight: bold;
}
.nav-sidebar a:hover {
  background-color: #002084 !important;
  color: #fff !important;
}
.nav-sidebar a {
  color: #333;
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  padding: 20px 15px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.about-info h3 {
  color: #253c56;
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 40px;
  margin-top: 0px;
}
.about-info h6 {
  font-size: 20px;
  text-transform: uppercase;
}
.about-info p,
.about-us p {
  font-size: 16px;
  color: #444;
  line-height: 1.8em;
}
.about-us {
  padding-top: 40px;
  padding-bottom: 80px;
}
.heading-separator {
  width: 60px;
  height: 4px;
  background-color: #eaeaea;
  position: relative;
  margin: 0 auto;
}
.heading-separator span {
  background-color: #ffd700;
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 4px;
}
.top-title h6 {
  color: #253c56;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.top-title {
  text-align: center;
  margin-bottom: 50px;
}
.top-title h3 {
  color: #253c56;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}
.top-title p {
  font-size: 16px;
  color: #444;
  line-height: 1.8em;
  margin-top: 10px;
}
.pr-box .col-md-6 {
  padding: 0;
  margin-bottom: 20px;
}
.gallery-bx {
  margin-bottom: 30px;
}
.pr-info.blue-bx {
  padding: 25px 25px 25px 25px;
  background: #213a8c;
  margin-right: 10px;
  color: #fff;
  height: 292px;
}
.pr-info.ye-bx {
  margin-left: 10px;
  background: #ffd700;
  padding: 25px 25px 25px 25px;
  height: 292px;
}
.pr-info h3 {
  font-size: 20px;
  font-weight: 900;
}
.pr-info p {
  font-size: 16px;
  line-height: 32px;
}
.bott .pr-info.ye-bx {
  margin-right: 10px;
  margin-left: 0;
}
.bott .pr-info.blue-bx {
  margin-right: 0px;
  margin-left: 10px;
}
.our-facility {
  padding-top: 20px;
  padding-bottom: 40px;
}
.our-mission {
  padding: 80px 0;
  /* background: #f9f9f9; */
}
.our-mission p {
  font-size: 16px;
  color: #444;
}
.mission-info {
  padding-left: 10px;
}
.mission-info h6,
.testi-right h6 {
  color: #253c56;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mission-info h3,
.testi-right h3 {
  color: #253c56;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 1.4em;
}
.core h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.new-arrival {
  padding: 60px 0;
}
.new-arrival .left.carousel-control,
.new-arrival .right.carousel-control {
  background: none !important;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mission-info p,
.testi-right p {
  font-size: 16px;
  color: #444;
  line-height: 1.8em;
}
.testimonial_btn {
  background-color: #373d4b !important;
  color: #fff !important;
  font-family: fontawesome !important;
}
.testimonial-section {
  padding: 80px 0;
}
.testimonial-section #carousel-example-generic {
  background: #ffd700;
  padding: 10px 20px;
}
.newsletter {
  padding: 60px 0;
  text-align: center;
  background: url(../img/choice-bg.jpg) no-repeat;
}
.newsletter p {
  font-size: 16px;
  color: #777;
  line-height: 1.8em;
  margin: 30px 0;
}
.request-form {
  background: transparent;
}
.email-field {
  display: flex;
}
.email-field .email-form {
  margin: 0px;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  border: solid 1px #ccc;
  padding: 9px 9px 9px 12px;
  height: 45px;
  outline: 0;
  border-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  min-width: 247px;
  border-right: none !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.email-field .button {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  line-height: 1.9;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 0px;
  background: #ffd700;
}
.request-form {
  background: transparent;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.all-courses {
  text-align: center;
  margin-top: 40px;
}
.all-courses a {
  background: #ffd700;
  color: #000;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.about-us .all-courses {
  text-align: left;
}

/* about page */
.banner-content.text-center {
  padding-top: 130px;
  padding-bottom: 140px;
}
.about-us.about-page .row {
  margin-bottom: 20px;
}
.banner-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
}
.message {
  padding: 30px 0;
}
.message.core h4 {
  color: #444;
  font-size: 20px;
  font-weight: bold;
}
.core p {
  padding-bottom: 20px;
}
.philosophy {
  padding-top: 80px;
}
.our-legacy {
  padding: 60px 0;
  background: #ffd700;
}
.legacy-info h3 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-top: 0;
}
.legacy-info p {
  font-size: 15px;
  color: #444;
  line-height: 22px;
}
.our-legacy .col-md-3 {
  padding: 0;
}
.legacy-box {
  background: #fafafa;
  float: left;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
  width: 100%;
  /* box-shadow: 5px 5px 15px 5px #eee; */
}
/*end  about page */
.facility-content {
  padding-bottom: 40px;
  float: left;
  width: 100%;
}
.facility-content h3 {
  font-size: 20px;
  font-weight: bold;
}
.list-tree li {
  float: left;
  width: 33%;
}
.facility-content ul {
  padding-left: 0;
  margin-top: 18px;
  list-style: none;
}
.facility-content ul li {
  font-size: 16px;
  padding-bottom: 5px;
}
.facility-content ul li::before {
  color: #213a8c;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 6px;
}
/* gallery */
.lightbox__close {
  right: 10px;
  top: 10px;
  background-image: url(../img/close.png) !important;
}
.lightbox__nav--next {
  right: 10px;
  background-image: url(../img/next.png) !important;
}

.lightbox__nav--prev {
  left: 10px;
  background-image: url(../img/previous.png) !important;
}
.lightbox__loading {
  background: url(../img/loading.gif) center center no-repeat !important;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.videos {
  padding: 50px 0;
}
.container-fluid.gallery-sec {
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
  overflow: hidden !important;
}
.gallery-sec .top-title {
  margin-bottom: 80px;
}
.gallery-sec .gallerys {
  list-style: none;
  overflow: hidden;
  padding: 60px 0;
  margin: 0;
}
.gallery-sec .gallerys img {
  width: 100%;
}
.gallery-sec .gallerys li {
  float: left;
  margin: 6px;
  width: 32%;
  margin-bottom: 30px;
}
.product-tab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #ffec00;
  color: #000 !important;
  border: 1px solid #e6c300;
}
.product-tab .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 30px;
  text-transform: capitalize;
}
.product-tab .tab-content {
  display: block;
  padding-left: 10px;
}
.product-tab .nav-tabs {
  /* border-bottom: 0; */
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  border-color: #9c9c9c;
  border: none;
  margin-top: 40px;
}
.product-tab .nav > li > a {
  background: #e5f1fb;
  border: 1px solid #e5f1fb;
  border-radius: 6px;
  height: 48px;
  line-height: 46px;
  padding: 0 60px;
  font-weight: 500;
  font-size: 20px;
  color: #000 !important;
  margin-right: 10px;
  text-transform: uppercase;
}
.integrity {
  padding: 70px 0;
  background-size: 100% 100%;
  color: #fff;
  background: #f5f5f5 url(../img/work-bt.jpg) no-repeat bottom center;
}
.int-box img {
  width: 125px;
}
.int-box {
  text-align: center;
}
.int-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.int-box p {
  font-size: 16px;
  color: #777;
}
.admission-section {
  background: url(../img/homepage-string-middle.png) repeat-x;
  padding-top: 80px;
  background-repeat: repeat-x !important;
}
.single-blog {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 0.5rem 0 #c9e2f899;
  padding: 20px;
  border-radius: 8px;
  min-height: 270px;
  margin-bottom: 30px;
}
.single-blog .ing-responsive {
  width: 100%;
}
.blog-content p {
  min-height: 105px;
}
.blog-content {
  padding-bottom: 20px;
}
.more {
  background: #ffd700;
  color: #000;
  padding: 13px 20px;
  font-size: 13px !important;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.blog-content a {
  color: #213a8c;
  font-weight: bold;
  font-size: 20px;
}
.media-sec {
  background: url(../img/main_bg.png) no-repeat;
  padding: 50px 0px;
  background-size: cover;
}
.md-content p,
.about-info p {
  font-size: 15px;
  color: #696969;
  line-height: 26px;
}
.md-content h3 {
  font-size: 14px !important;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.media-bx {
  background: #fff;
  /* box-shadow: 0 0 30px #eee; */
  padding: 3px;
  margin-bottom: 20px;
}
.media-bx .md-img img {
  transition: all 0.3s linear;
  width: 100%;
  height: 160px;
}
.media-bx:hover .md-img img {
  transform: scale(1.1);
}
.media-bx .md-img {
  overflow: hidden;
}
.md-content {
  padding: 10px;
}
.md-content h3 {
  color: #000;
  font-size: 20px;
}
.readmore a {
  background: #ffd700;
  color: #000;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.readmore a:hover {
  text-decoration: none;
  background: #213a8c;
  color: #fff;
}
.about-info h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.sports {
  margin-top: 40px;
}
.achievements {
  background: #fff url(../img/bg-up.png) no-repeat bottom center;
  padding: 20px 0;
}
.row.ach-box {
  margin: 50px 0;
}
.ach-box .col-md-9 {
  padding-top: 40px;
}
.faq {
  padding: 60px 0;
  background: #f6f6f6;
}
.fq {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.fq h3 {
  font-size: 20px;
  font-weight: bold;
}
.fq p {
  border-left: 4px solid #ffd700;
  padding: 20px;
  background: #fff;
}
.faq .ftr-a {
  top: 0;
  background: #fff;
  padding: 12px;
  border: 1px solid #3336;
  border-radius: 10px;
  margin-top: 30px;
}
.faq .ftr-a h3 {
  margin-top: 4px;
  font-size: 25px;
  font-weight: bold;
}

.faq .ftr-a #submit-btn {
  width: 100%;
  color: #000;
}
.faq ul {
  border-left: 4px solid #ffd700;
  /* padding: 20px; */
  background: #fff;
  margin-top: -11px;
  font-size: 15px;
  padding-bottom: 20px;
}
.faq ul li {
  width: 100%;
}
.faq ul ul {
  border: none;
  margin-top: 0 !important;
  padding-bottom: 0px;
  width: 100% !important;
  padding-left: 10px;
}
.table-faq {
  background: #fff;
  margin-top: -11px;
  padding-left: 20px;
  border-left: 4px solid #ffd700;
  padding-bottom: 20px;
}
.ws-section-spacing {
  padding: 50px 0 70px;
}
.contact-detail {
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.contact-detail:last-child {
  padding-bottom: 20px;
}
.contact-detail i {
  background: #ffec00;
  color: #000;
  border-radius: 10px;
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 2;
  font-size: 24px;
  margin-right: 15px;
  display: inline-block;
}
.contact-detail p {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #616575;
}
.contact-form .form-group input {
  border: 1px solid #dee1ec !important;
  box-shadow: none !important;
  padding: 25px 20px !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
}
.form-control.product-sel {
  height: 52px;
  box-shadow: none;
  color: #777;
}
.contact-form textarea.form-control {
  background: #fff;
  border: 1px solid #dee1ec;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  resize: none;
  box-shadow: none;
}
.contact-form button.contact-btn {
  background: #002084 !important;
  border: none !important;
  padding: 15px 20px !important;
  font-weight: 500 !important;
  color: #fff !important;
  border-radius: 5px !important;
}
.schedule .contact-detail {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.contact-detail h3 {
  margin-top: 0;
  font-size: 27px;
  font-weight: bold;
}
.row.result-10th {
  padding: 50px 0;
}
.job-section {
  padding: 20px;
  margin-bottom: 30px;
  background: #ffd802;
  border-radius: 7px;
  height: 290px;
}
.job-section h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
.border-bt {
  max-width: 100% !important;
  width: 50px;
  height: 4px;
  background-color: #002084;
  border-radius: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}
.apply-postions {
  padding: 40px 0;
}
.buy-bulk h3 {
  text-align: center;
  padding-bottom: 50px;
  font-size: 50px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}
.career .about-info {
  padding-top: 50px;
}
.form-control.sdr-frs.brow {
  padding: 13px 20px 36px 20px;
}
.career-form {
  padding: 40px 0;
}
.career .about-info p {
  font-size: 16px;
}
.list-admission ul {
  width: 100% !important;
  padding-left: 0;
  list-style: none;
}
.list-admission ul ul {
  padding-left: 10px;
  list-style: none;
}
.list-admission ul li {
  font-size: 16px;
}
.list-admission ul li::before {
  color: #132c7e;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 6px;
}
.list-admission ul ul li::before {
  color: #777;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 6px;
}
.age h3 {
  font-size: 25px;
  font-weight: bold;
}
.fill-blue-button-rect:hover,
.fill-blue-button-rect:focus {
  color: #000;
  background: #ffd700;
  border: 1px solid #ebc700;
}
.fill-blue-button-rect {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.28px;
  border-radius: 4px;
  background-color: #047bdf;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #047bdf;
  font-weight: 600;
  margin-top: 30px;
}
.application-form .fill-blue-button-rect {
  width: 100%;
}
.ProceedtoApp {
  height: 17px;
  width: 17px;
}
.logo-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfe4e9;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.read-instruction > a > span {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.56px;
  margin-left: 11px;
  background: none;
  font-weight: bold;
}
.date-field {
  background: url(../img/cal.png) no-repeat right 14px center;
  cursor: pointer;
}
.smallerror-msg {
  color: #337ab7;
  font-weight: bold;
  padding-bottom: 10px !important;
  float: left;
  font-size: 14px;
}
.contact-form .form-group.ddate input {
  padding: 16px 20px;
  height: 52px;
}
.blog-page {
  padding: 80px 0;
}
.blog-page .blog-bx {
  background: #fff;
  box-shadow: 0 0 30px #eee;
	margin-bottom: 20px;
	min-height:600px;
}
.blog-bx .bmd-img {
  overflow: hidden;
}
.bmd-content {
  padding: 15px 20px;
}
.bmd-content h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  min-height: 87px;
}
.bmd-content h5 {
  color: #868686;
}
.bmd-content p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #707070;
}
.bmd-content .readmore a {
  color: #002084;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  background: none;
  padding: 0;
}
.blog-bx:hover .bmd-img img {
  transform: scale(1.1);
}
.blog-bx .bmd-img img {
  transition: all 0.3s linear;
  width: 100%;
}
.sidebar-title .title {
  font-weight: 500;
  font-size: 26px;
  color: #000;
  background: #ededed;
  border-bottom: 4px solid #fa394a;
  padding: 10px;
  margin-top: 0;
}
.blog-sidebar-post .post-items li .single-post .post-content {
  padding-left: 15px;
  flex: 1;
}
.post-items li {
  font-weight: 500;
  font-size: 14px;
  color: #303030;
}
.post-title {
  margin: 0;
}
.post-items {
  padding-left: 0;
  list-style: none;
}
.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
/* .single-post {
  display: flex;
} */
.post-items li {
  padding: 14px 0;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 500;
  font-size: 14px;
  color: #303030;
}
.login {
  padding: 0 50px;
}
.red-text {
  color: red;
}
.login .fill-blue-button-rect {
  margin-bottom: 20px;
  margin-top: 0;
}
.login .logo-section {
  border-bottom: none;
  padding-bottom: 0;
}
.forget {
  font-weight: bold;
}
.main-boxes .col-md-2 {
  width: 20%;
}
.activity-calender {
  background: #fff url(../img/value-shape-3.png) no-repeat right;
  padding: 60px 0;
}
.single-facilities {
  position: relative;
  margin-bottom: 10px;
}
.single-facilities .number span::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 1px solid #ea512e;
  border-radius: 50px;
  top: -5px;
  left: -5px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-facilities .facilities-content {
  padding-left: 70px;
}
.single-facilities .facilities-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.single-facilities:hover .number span {
  background-color: #f5890d;
  color: #fff;
}
.single-facilities .number span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 25px;
  color: #1b0238;
  background-color: #ea512e;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
}
.single-facilities .facilities-content h3 a {
  color: #1b0238;
  font-size: 20px;
}
.single-facilities .facilities-content p {
  margin-bottom: 0;
}
.single-facilities .number .bg-2 {
  background-color: #fdbea8;
}
.single-facilities .number .bg-2::before {
  border: 1px solid #fdbea8;
}
.single-facilities .number .bg-3::before {
  border: 1px solid #b6fdd6;
}
.single-facilities .number .bg-3 {
  background-color: #b6fdd6;
}
.single-facilities .number .bg-4::before {
  border: 1px solid #fd91a8;
}
.single-facilities .number .bg-4 {
  background-color: #fd91a8;
}
.single-facilities .number .bg-5::before {
  border: 1px solid #fce0ad;
}
.single-facilities .number .bg-5 {
  background-color: #fce0ad;
}
.single-facilities .number .bg-6::before {
  border: 1px solid #cca0fe;
}
.single-facilities .number .bg-6 {
  background-color: #cca0fe;
}
.single-facilities .number .bg-8::before {
  border: 1px solid #34d304;
}
.single-facilities .number .bg-8 {
  background-color: #34d304;
}
.single-facilities .number .bg-7::before {
  border: 1px solid #e9c705;
}
.single-facilities .number .bg-7 {
  background-color: #e9c705;
}
.buletin ul {
  padding: 0;
  list-style: none;
}
.achive-post .col-md-4 {
  margin-bottom: 30px;
}
.buletin li {
  float: left;
  width: 50%;
  padding-bottom: 20px;
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  display: flex;
}
.buletin li a {
  font-size: 16px;
  color: #303030;
  font-weight: bold;
}
.fa.fa-thumb-tack {
  color: #213a8c;
  padding-right: 6px;
  font-size: 20px;
}
.main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
}
.modal-dialog {
  width: 28% !important;
}
.close {
  opacity: 1 !important;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: 15px;
  top: 11px;
}
.modal-body {
  background: #213a8c;
}
.modal-body textarea {
  resize: none;
}
.modal-body .btn {
  background: #000;
}
.modal-body .btn:hover {
  color: #000;
  background: #ffd802;
}
.model-btn {
  background: #fff;
  text-shadow: none;
  color: #000;
  padding: 14px 23px;
  text-transform: uppercase;
  margin-left: 10px;
  border: none;
}

body {
  padding: 0 !important;
}
.navbar-default {
  background-color: #fff !important;
  border-color: #fff !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
.core-value {
  margin-bottom: 20px;
}

.popup {
  background-color: #ffffff;
  width: 640px;
  padding: 10px 6px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  display: none;
  text-align: center;
}
.popup button {
  display: block;
  margin: 0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: -7px;
}
.popup p {
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}
.popup h2 {
  font-size: 18px;
  margin: 10px;
}

/* Start Responsive */
@media (max-width: 767px) {
  .main-boxes .col-md-2 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-boxes .col-md-2 {
    width: 100%;
  }
}

.leftfacility .ye-bx{
	margin-left: 0px;
	margin-right: 10px;
}
.rightfacility .ye-bx{
	margin-right: 0px;
}

.leftfacility .blue-bx{
	margin-left: 0px;
}
.rightfacility .blue-bx{
	margin-right: 0px;
	    margin-left: 10px;
}

/* End Responsive */


.glry-wwp {
  padding: 40px 0px;
}
.cat-glry h3 {
      text-align: center;
    background-color: #213a8c;
    margin: 5px 0;
    padding: 9px;
}
.cat-glry h3 a {
  color: #fff;
}
.gl-hdngs {
  text-align: center;
  margin-bottom: 30px;
}
.gl-hdngs h2 {
  color: #253c56;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}

/* gallery */
.portfolio-menu{
  text-align:center;
}
.portfolio-menu ul li{
  display:inline-block;
  margin:0;
  list-style:none;
  padding:10px 15px;
  cursor:pointer;
  -webkit-transition:all 05s ease;
  -moz-transition:all 05s ease;
  -ms-transition:all 05s ease;
  -o-transition:all 05s ease;
  transition:all .5s ease;
}

.portfolio-item{
  /*width:100%;*/
}
.portfolio-item .item{
  /*width:303px;*/
  float:left;
  margin-bottom:10px;
}

.gl-hdngs1 h2 {
  color: #253c56;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0px;
}
.heading-separator1 {
  width: 60px;
    height: 4px;
    background-color: #eaeaea;
    position: relative;
}
.heading-separator1 span {
    background-color: #ffd700;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 4px;
}
.gl-hdngs1 {
  margin-bottom: 25px;
}
.drp-sdr-frs {
      width: 100%;
    padding: 8px;
}
.drp-sdr-frs option {
  padding: 8px;
  border-bottom: 1px solid;
}