
@font-face {font-family: HindSiliguri-Regular;src: url(../fonts/HindSiliguri-Regular.ttf);}
@font-face {font-family: HindSiliguri-Bold;src: url(../fonts/HindSiliguri-Bold.ttf);}

body {
  line-height: 1.2;
  font-family: HindSiliguri-Regular;
  font-size: 15px;
  color: ##de4f10;
}



p, .paragraph {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  font-family: HindSiliguri-Regular;
}

h1, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "HindSiliguri-Bold";
/*   font-weight: 700; */
  line-height: 1.5;
}

img{image-rendering: -webkit-optimize-contrast;}

 h2,  {
  color: #1e1e4b;

/*   font-weight: 700; */
  line-height: 1.5;
}


h6 {
  color: #1e1e4b;
 

  line-height: 1.6;
}

h7 {
  color: #1e1e4b;
 

  line-height: 1.6;
}




h1, .h1 {
  font-size: 60px;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 40px;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}

@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}

@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}


h7, .h7 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h7, .h7 {
    font-size: 16px;
  }
}
.font-1{font-size: 22pt;}


/* Button style */
.btn {
  font-size: 16px;

  text-transform: capitalize;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
}

.blink{    animation:blinkingText 0.8s infinite;}
@keyframes blinkingText{
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


.body-mar{margin-top: 148px}



.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  background: #de4f10;
  color: #fff;
}

.btn-primary::before {
  background: #fff;
}

.btn-primary:active {
  background: #de4f10 !important;
  color: #de4f10;
}

.btn-primary:active::before {
  height: 80%;
}

.btn-primary:hover {
  background: #ffab08;
  color: #de4f10;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffab08;
  border-color: #ffab08;
}

.btn-secondary {
  background: #fff;
  color: #de4f10;
  border: 1px solid #fff;
}

.btn-secondary::before {
  background: #de4f10;
}

.btn-secondary:active {
  background: #de4f10;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline {
  border: 1px solid #002fa6;
  color: #002fa6;
  background: transparent;
}

.btn-primary-outline::before {
  background: #fff;
}

.btn-primary-outline:hover {
  background: #002fa6;
  color: #fff;
}

.btn-primary-outline:active {
  background: #de4f10;
  color: #fff;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #de4f10;
  color: #fff;
}

::selection {
  background: #de4f10;
  color: #fff;
}


::-webkit-scrollbar {
width:7px;background-color: #f8f8f8;
    
}
::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(255,255,255,.3);
-moz-box-shadow:inset 0 0 6px rgba(255,255,255,.3);
box-shadow:inset 0 0 2px rgba(255,255,255,.3);
}
::-webkit-scrollbar-thumb {
background:rgba(103,81,56,.9);

/*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);*/
/*-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.5);*/
/*box-shadow:inset 0 0 6px rgba(0,0,0,.5);*/
}
::-webkit-scrollbar-thumb:window-inactive {
/*background:rgba(210,210,
210,.9)*/
}


     
.parallax { background: url(../images/info-header.jpg); float: left; padding: 70px 0 50px 0; position: relative; width: 100%; z-index: 9; }
.parallax::before { background: url(../images/info-header.jpg) no-repeat right top fixed; background-size: cover; bottom: 0; content: ""; left: 0; position: absolute; right: 0%; top: 0; z-index: -1; background-color: rgb(0 0 0 / 57%); }



.parallax-two { background: url(../images/back.jpg); float: left; padding: 70px 0 70px 0; position: relative; width: 100%; z-index: 9; }
.parallax-two::before { background: url(../images/back.jpg) no-repeat right top fixed; background-size: cover; bottom: 0; content: ""; left: 0; position: absolute; right: 0%; top: 0; z-index: -1; background-color: rgb(0 0 0 / 57%); }






.text-b1{color: #3F51B5 !important;font-size: 28pt;font-family: "Trajan-Pro-Regular;"; text-transform: uppercase}


.nav-link.active{border-radius: 0px;
    padding: 17px 32px;
    background-color: #67519c !important;margin-left: 0px !important}

.nav-item .nav-link {
    text-transform: capitalize;
    /* font-weight: 600; */
    padding: 17px 32px;
    color: #000}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: #272727;
}

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

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

/* a:hover {
  color: #de4f10;
} */

a.text-primary:hover {
  color: #de4f10 !important;
}

a.text-light:hover {
  color: #de4f10 !important;
}
.h4{font-weight: 0px !important;}

h4 {
  transition: .2s ease;
}

a h4:hover {
  color: #fff;
}

a h6:hover {
  color: #fff;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.section-title {
  margin-bottom: 30px;
}

.bg-cover {
 background-color: #67519c
}

.border-primary {
  border-color: #dfdfdf !important;
}


/* boxslider */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:0px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:rgba(255, 255, 255, 0.2);;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:25px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-prev {position:absolute;bottom:40%;left:10px;}
.owl-next {position:absolute;bottom:40%;right:10px;}

#team { background-image: url(../images/Team.jpg); background-repeat: no-repeat; background-position: right bottom; background-attachment: fixed; padding: 25px 0 0 0; background-color: #f0f0f0; }







/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
background: rgb(0,47,166, 0.6); 
  opacity: .8;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #fb890c !important;
}

.bg-secondary {
  background: #1a1a37 !important;
}

.bg-gray {
  background: #f8f8f8;
  transition: all 0.3s;
  width: 100%
}

/* .bg-gray:hover {
  background: #fb890c;
  color: #fff !important;
  transition: all 0.3s;
} */


.bg-Purple {
  background: #67519c !important;
}

.text-primary {
  color: #de4f10 !important;
}

.text-color {
  color: #fff;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #fff !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "HindSiliguri-Bold";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

/* page title */
.page-title-section {
  padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}

.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* /page title */
.list-styled {
  padding-left: 25px;
}

.list-styled li {
  position: relative;
  margin-bottom: 15px;
}

.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #de4f10;
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 200px;
  padding: 20px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 12px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  font-weight: 600;
 /*  border-bottom: 1px dashed #e4e4e4; */


}

.top-header.hide {

  -webkit-transform: translate(0,1em);
          transform: translate(0,1em);
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 991px) {

.nav-item .nav-link {
padding: 17px 12px;
}


  .header {
    position: static !important;
    background: #1a1a37;
  }
}

.navigation {
  /* background-image: linear-gradient(to right, transparent 50%, #67519c 50%); */
  background-color:#fff;
  transition: .2s ease;
  box-shadow: 0px 4px 18px #adadad;
}

@media (max-width: 575px) {
  .navigation {
    background-image: linear-gradient(to right, transparent 70%, #fff  30%);
  }
}

.navbar-nav {

  background: #fff;

}

@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
	  margin-left: 0px !important;
  }
}

.nav-bg {
  background-color: #fff;
  margin-top: -30px;
  transition: transform .3s ease;
}

.nav-item {
  margin: 0 4px;
  position: relative;
}

.nav-item .nav-link {
  text-transform: capitalize;
  /* font-weight: 600; */
}

.nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
/*   background: #ffbd3d; */
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.nav-item:hover::before, .nav-item.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 3px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
  }

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navbar-dark .navbar-nav .nav-link{color: #000 ! important;font-size: 13pt;}
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
 
  padding: 5px 5px;
  top: 46px;
  border-radius: 0;
  display: block;
  font-size: 15px;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #1a4ca1;
}


@media (max-width: 991px) {
  .slider-text{line-height:20px !important;font-size: 13px !important;text-align: left !important}
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.navbar .dropdown-menu.view {
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.view {
    display: block;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-item {
  position: relative;
  color: #fff;
  transition: .2s ease;
  border-bottom: 1px solid #002fa6 ;

}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: left;
  }
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 6px;
}

.navbar .dropdown-item:hover {
  color: #ffdf07;
  background: transparent;
}

.hero-section {
  padding: 146px 0 0px;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: 197px;
  z-index: 9;
  padding: 7px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  font-size: 30px;
  transition: all linear .2s;
  background: transparent;
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #de4f10;
}

.hero-slider .prevArrow {
  left: 50px;
}

.hero-slider .nextArrow {
 /* left: 61px; */
 right: 50px;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding-left: 0;
}

.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  display: none;
}

.hero-slider .slick-dots li.slick-active button {
  background: #de4f10;
}

.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
}

.hero-img{background-image: url(../images/banner/slider_1.jpg);background-size: cover;min-height: 450px}
.hero-imgtwo{background-image: url(../images/banner/slider_2.jpg);background-size: cover;min-height: 500px}
.hero-text{bottom: 15px;padding: 190px 20px 0px 135px}

.hero-back2{background-image: linear-gradient(to right, rgb(16 121 143 / 0.6) , rgb(255 255 0 / 0.4));height: 500px}
.bg-infotwo{background-color:#67519c !important}
.bg-top { background-color: #002fa6 !important; box-shadow: 0px -9px 15px 9px #393a3e; z-index: 1; position: relative; }

/* about-us */
.V-one ul {margin-left: 55px;}
.V-one ul li { position: relative; padding: 0 0 7px 0; margin: 0 0 5px 0; font-weight: 300; color: #000; text-align: justify; font-size: 16px; line-height: 1.7; }
.V-one ul li span {border-left: 1px dotted  #fb890c; position: absolute; display: block; left: -30px; height: 100%; top: 15px;}
.V-one ul li i {display: block; text-align: center; line-height: 20px; color:#fb890c; position: absolute; margin-left: -36px; margin-top: 5px;}
.V-one ul li ul { float: left; margin-left: 10px; margin-top: 11px;}
.V-one ul li ul li {padding: 2px 0!important; margin: 2px 0!important; font-size: 13px;}

.back-to-top { position: fixed; bottom: 25px; right: 25px; display: none;font-size: 26pt; }
.cbse{font-size: 12pt;margin-top: -15px;margin-bottom: 15px}
.news-all { Background-color: #fff; padding: 20px; position: relative; font-size: 14pt; font-weight: 800; transition: all 0.5s; }
.news-all:hover{Background-color: #fb890c ;transition:all 0.5s;}
.news-img{min-height: 293px !important;background-image: url(../uploads/news-back.jpg);height: 293px;background-repeat: no-repeat;max-width: 340px !important}
.header-back{background-image: url(../images/info-header.jpg);background-repeat: no-repeat}
.story-ba{background-image: url(../images/success-story.jpg);background-size: cover;background-repeat: no-repeat;height: 600px}
/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #de4f10;
  display: inline-block;
}

.feature-blocks {

  padding-left: 70px;
  padding-top: 40px;
  padding-right: 30%;
}








/* -------------------------contact----------------------------------------- */


.contact_info {
    position: relative;
    margin-bottom: 30px;
    color: #333;
    background: #fff;
    border-radius: 4px;
    box-shadow: 4px 2px 5px #eeeeee;
    float: left;
    width: 100%;
}
.contact-icon {
  width: 50px;
        position: relative;
    padding: 10px 10px;
    transition: 0.2s all;
    float: left;
    background: #eee;
}
.contact_text {
    position: relative;
    padding-left: 70px;
}
.contact-icon i {
  position: relative;
    font-size: 1.5em !important;
    background: #fff;
    padding: 4px 5px;
    color: #1f1b16;
    border-radius: 6px;
}

.contact_info:hover .contact-icon {
    transform: translateX(10px);
}
.contact_info p {
    margin: 0;
    padding: 3px 8px;
}

.icofont {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inner_base {
    margin: 0;
    padding: 30px 15px;
    background: #f9f9f9;}


.btn-primary {background-color: #FFC107 !important;border:0px!important ;}

    .direction {
    background: #ffc107;
    padding: 20px 0px;
    text-align: center;}


    .btn-style-two {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 32px;
    font-size: 16px;
    text-transform: uppercase;
    background: none;
    border: 2px solid #e5e3e3;
    color: #ffffff;
    border-radius: 3px;}

    .btn-style-two:hover {
    background: #1c2550;
    color: #ffffff;
    border: 2px solid #1c2550;}


/* -------------------------contact----------------------------------------- */

























@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .cbse{font-size: 12pt;margin-top: 5px;margin-bottom: 5px}
  .news-img{background-image: url(../uploads/news-back.jpg);height: auto;background-repeat: no-repeat;}
  .news-all{Background-color: #fff;padding: 20px;margin-left: 0px;position: relative;}
  .hero-back2{background-color:rgb(41,87,165,0.1);height: 450px}
  .body-mar{margin-top: 0px}
  .feature-blocks {
    margin-top: 0;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
  .hero-section {
  padding: 0px 0 0px;
}
.hero-img{background-size: contain;min-height: 300px;background-repeat: no-repeat}
.hero-imgtwo{background-size: contain;min-height: 300px;background-repeat: no-repeat}
.hero-text{position:absolute;bottom: 50px;padding: 35px 35px 0px 25px;}
}

/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: .3s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
  min-height: 300px;
}

.success-video .play-btn {
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {

  .success-video .play-btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #de4f10;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.play-btn i {
  line-height: 80px;
}

.play-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transition: .3s ease;
  transition-delay: .2s;
}

.play-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #de4f10;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: .3s ease;
}

.play-btn:hover::before {
  height: 80%;
  width: 80%;
  transition-delay: 0s;
}

.play-btn:hover::after {
  height: 0;
  width: 0;
  transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #ff9800;
  font-family: "HindSiliguri-Bold";
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.card-date span {
  font-size: 40px;
}

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 77%, #de4f10 92%);
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

.newsletter-block {
  padding-left: 50px;
}

@media (max-width: 575px) {
  .newsletter-block {
    padding-left: 15px;
  }
}

.input-wrapper {
  position: relative;
}

.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-control {

  background: #fff;
  border-radius: 0;
  padding-left: 25px;
}

.form-control:focus {
  border-color: #de4f10;
  box-shadow: none;
}

.newsletter-block .form-control {
  height: 70px;
}

.bg-footer {
  background-color: #002fa6;
}

.logo-footer {
  margin-top: -20px;
  display: inline-block;
}

.footer {
  border-color: #1043c5 !important;


}

.card-body-custom  {
    min-height: 200px !important;
    max-height: 280px !important;}




.bg-one{background-color: #e8f8ff}

/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: .1s ease;
}

.filter-controls li.mixitup-control-active {
  font-weight: 600;
  color: #de4f10;
}

.filter-controls li:hover {
  color: #de4f10;
}

/*# sourceMappingURL=maps/style.css.map */


.mbr-testimonial { border-radius: 0; border: 0; margin-bottom: 0; text-align: center; }
.mbr-testimonial + * { padding-top: 40px; }
.mbr-testimonial.card { background-color: transparent; }
.mbr-testimonial .card-block {box-shadow: 1px 2px 20px 0px #ccc; background: #f4f4f4; color: #565656; font-family: "Lora"; font-size: 1.125rem; font-style: italic; font-weight: 400; line-height: 2; padding: 1.875rem; position: relative; }
.mbr-testimonial .card-block:after { background-color: inherit; bottom: -7px; content: ""; display: block; height: 14px; left: 50%; margin-left: -7px; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 14px; }
.mbr-testimonial-lg .card-block { padding-bottom: 90px; }
.mbr-testimonial .card-footer { background: none; border: 0; padding: 0; position: relative; z-index: 2; }
.mbr-testimonial .card-footer:last-child { border-radius: 0; }