@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");

@import url(css/bootstrap.min.css);

@import url(css/owl.carousel.min.css);

@import url(css/animate.css);

@import url(css/magnific-popup.css);

@import url(css/font-awesome.min.css);

@import url(css/custom-icon.css);

@import url(css/classy-nav.min.css);

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
  color: #242424;
  line-height: 1.3;
  font-weight: 700;
  font-family: 'Lora', serif!important;
  font-family: 'Crimson Text', serif!important;
}

p {
  color: #606060;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  font-family: 'Lora', serif!important;
}

a,a:hover,a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 600;
  font-size: 14px;
}

ul,ol {
  margin: 0;
}

ul li,ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

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

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

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

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

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

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

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

.section-padding-100-0 {
  padding-top: 50px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-padding-50 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#scrollUp {
  background: linear-gradient(to right, #e41212, #ea1313);
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
/*===vertical Tab===*/
.login-content h3{
	float: right;
    margin: 0;
    color: #fff;
}
.login-content p{
	margin:0px;
	color:#fff;
}
.vertical-tab{
    font-family: 'Hind', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
   margin-bottom:10px;
}
.vertical-tab .nav-tabs li a{
    color: #fff;
    background: #eb1818;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 10px 10px;
    margin: 0 9px 15px 0;
    border-radius: 0;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
	font-family: auto;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background: #eb1818;
    border: none;
 
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
   
    height: 10%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s;
    clip-path: polygon(50% 10%, 50% 90%, 75% 90%, 75% 10%, 100% 10%, 100% 100%, 0 100%, 0 90%, 25% 90%, 25% 10%);
}
.vertical-tab .nav-tabs li a:after{
    transform: rotateX(180deg);
    bottom: auto;
    top: 0;
    clip-path: polygon(50% 90%, 50% 10%, 75% 10%, 75% 90%, 100% 90%, 100% 100%, 0 100%, 0 10%, 25% 10%, 25% 91%);
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before,
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after{
    height: 100%;
    opacity: 0;
}
.vertical-tab .tab-content{
    color: #fff;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    text-shadow: 0 0 3px #fff;
    padding: 40px 40px ;
    margin-top: 10px;
    display: table-cell;
    position: relative;
	width:100%;
}
.vertical-tab .tab-content h3 {
    color: #eb1818;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{ margin: 0 0 10px; }
    .vertical-tab .tab-content{
        padding: 25px 20px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}


#scrollUp:hover {
  background-color: #141414;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}

.academy-btn {
  display: inline-block;
  min-width: 140px;
  height: 40px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 26px;
  font-size: 14px;
  line-height: 40px;
  transition: all 500ms;
  font-weight: 600;
  background: linear-gradient(to right, #830000,#ff1717);
}

.academy-btn.active, .academy-btn:hover, .academy-btn:focus {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(to right, #ff1717,#ff1717);
}

.classy-menu {
  width: 70%;
}

.academy-menu {
  float: none;
  margin: 0 auto;
}

.s5_logo {
  width: 60%;
}

.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 90px;
  background: #8c1616;
}

.login-content {
  margin-top: 14px;
}

.setcolsix {
  float: right;
}

.login-content a {
  color: #fff;
  padding: 5px 15px;
  margin-right: 30px;
  text-align: center;
  border-radius: 10px;
}

.header-area .academy-main-menu {
  position: absolute;
  width: 100%;
  height: 85px;
  background-color: transparent;
  top: 50px;
  z-index: 100;
  left: 0;
  right: 0;
}

.header-area .academy-main-menu .classy-nav-container {
  background-color: transparent;
}

.header-area .academy-main-menu .classy-navbar {
  background-color: #f5f7fa;
  height: 85px;
  padding: 0;
  border-radius: 40px;
}

.dropdown-menu {
  padding: 0px 0px !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #a01313;
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Crimson Text', serif;
  font-size: 15px!important;
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a:hover, .header-area .academy-main-menu .classy-navbar .classynav ul li a:focus {
  color: #ffffff!important;
  background: #a01313!important;
}

.header-area .academy-main-menu .classynav {
}

.small-logo {
  width: 80px;
}

.header-area .academy-main-menu .calling-info {
  position: relative;
  padding-left: 80px;
  overflow: hidden;
}

.header-area .academy-main-menu .calling-info .call-center {
  position: relative;
  z-index: 1;
  background: #61ba6d;
  background: linear-gradient(to right, #981010,#ff1a1a);
  padding: 0 40px;
  line-height: 85px;
  height: 85px;
}

.header-area .academy-main-menu .calling-info .call-center a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.header-area .academy-main-menu .calling-info .call-center a i {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  line-height: 41px;
  font-size: 18px;
  text-align: center;
  margin-right: 20px;
}

.header-area .academy-main-menu .calling-info .call-center:before {
  position: absolute;
  width: 42px;
  height: 120%;
  top: 2px;
  left: -28px;
  z-index: 1;
  background-color: #a01313;
  content: '';
  transform: rotate(27deg);
}

.header-area .is-sticky .academy-main-menu {
  position: fixed;
  width: 100%;
  height: 85px;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: #f5f7fa;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}

.header-area .is-sticky .academy-main-menu::after {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #ff0b0b;
  content: '';
}

.align-items-center {
  align-items: center!important;
  text-align: center!important;
}

.setboxSlider {
  top: 100%;
}

.hero-slides {
  position: relative;
  z-index: 1;
}

.hero-slides .single-hero-slide {
  width: 100%;
  height: 630px;
  position: relative;
  z-index: 1;
}

.hero-slides .single-hero-slide h4 {
  color: #ffffff;
  margin-bottom: 10px;
}

.hero-slides .single-hero-slide h2 {
  font-size: 60px;
  color: #ffffff;
  margin: 200px 0px 0px;
}

.hero-slides .owl-prev,.hero-slides .owl-next {
  background: linear-gradient(to right, #830000,#ff1717);
  width: 45px;
  height: 45px;
  line-height: 56px;
  color: #ffffff;
  top: 50%;
  margin-top: -28px;
  left: 2%;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition-duration: 500ms;
}

.hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,.hero-slides .owl-next:hover,.hero-slides .owl-next:focus {
  background: #141414;
  color: #ffffff;
}

.hero-slides .owl-next {
  left: auto;
  right: 2%;
}

.hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.about-data h2 {
  text-align: left;
  padding: 0px 0px 20px;
  font-size: 35px;
  margin-top: 0px;
}

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

.academy-mission-area {
  background-image: linear-gradient(#0a0805f7, #080805c9),url(img/back-bg.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
}

.about-data img {
  width: 100%;
  padding: 10px;
  background: #a01313;
}

.single-mission-area .mission-icon {
  color: #ffffff;
  background: #880707;
  font-size: 30px;
  text-align: center;
  box-shadow: 1px 2px 10px 0px #8b0000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  min-width: 91px;
  line-height: 95px;
  margin-right: 30px;
  float: left;
}

.single-mission-area .mission-content h4 {
  margin-bottom: 15px;
  transition-duration: 500ms;
  font-size: 21px;
}

.single-mission-area .mission-content p {
  margin-bottom: 0;
}

.single-mission-area:hover .mission-content h4,.single-mission-area:focus .mission-content h4 {
  color: #8b0000;
}

.set-area-box {
  width: 40%;
  float: left;
}

.set-area-box2 {
  width: 60%;
  float: left;
  padding-left: 15px;
}

.message-box-area {
  padding: 15px;
  box-shadow: 0px 2px 5px 1px #ddd;
  height: 400px;
}

.message-box-area2 {
  padding: 15px;
  box-shadow: 0px 2px 5px 1px #ddd;
  height: 400px;
}

.message-box-data {
  padding: 10px;
}

.message-title {
  color: #fff;
  text-align: center;
  font-size: 21px;
  padding: 10px 0px;
  background: linear-gradient(to right, #981010,#ff1a1a);
}

.message-box-data h2 {
  text-align: center;
  padding: 0px 0px 20px;
  font-size: 35px;
}

.message-box-data p {
  text-align: justify;
}

.message-box-data {
  padding: 10px;
}

.message-box-data img {
  width: 100%;
  height: 150px;
  margin: 0px 0px;
  box-shadow: 0px 0px 8px 1px #adadad91;
}

.center-img-messg img {
  width: 100%;
  height: auto;
  box-shadow: none;
  margin-bottom: 10px;
}

.principal-data {
  box-shadow: 0px 2px 5px 1px #ddd;
  padding: 30px 20px 30px;
  background: #fff;
}

.principal-data p {
  text-align: justify;
}

.main-footer-area {
  background-color: #232323;
}

.footer-widget .widget-title img {
  margin-top: 32px;
  width: 50%;
}

.logoFoterCentr {
  text-align: center;
}

.main-footer-area .footer-widget .widget-title {
  margin-bottom: 25px;
}

.main-footer-area .footer-widget .widget-title h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
}

.main-footer-area .footer-widget .footer-social-info a {
  display: inline-block;
  color: #606060;
  margin-right: 15px;
  font-size: 20px;
  padding: 5px;
}

.main-footer-area .footer-widget .footer-social-info a:hover,.main-footer-area .footer-widget .footer-social-info a:focus {
  color: #ff0b0b;
}

.main-footer-area .footer-widget .useful-links li a {
  display: block;
  color: #606060;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

.main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
  color: #ddd;
}

.main-footer-area .footer-widget .single-contact i {
  color: #ff0b0b;
  font-size: 20px;
  margin-right: 15px;
  padding-top: 7px;
}

.main-footer-area .footer-widget .single-contact p {
  margin-bottom: 0;
}

.main-footer-area .footer-widget .single-contact p:hover {
  color: #ddd;
}

.bottom-footer-area {
  background-color: #141414;
  padding: 7px 0;
  text-align: center;
  color: #f5f7fa;
  font-size: 12px;
}

.bottom-footer-area p {
  font-size: 12px;
  margin-bottom: 0;
}

.bottom-footer-area p a {
  color: #606060;
  font-size: 12px;
}

.useful-links li i {
  font-size: 20px;
  margin-right: 10px;
  color: #e81313;
}

.useful-links li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 11px;
}

.footer-social-info i {
  color: #fff;
}

.footer-area h3 {
  color: #fff;
}

#menu-main-menu {
  display: inline-flex;
}

.classynav ul li a {
  font-size: 12px!important;
}

.socialLink {
  display: inline-flex;
}

marquee p {
  color: #fff;
}

.pageTitle {
  background: linear-gradient(to right, #cf1616,#8c1616);
  margin: 0;
  padding: 57px 0px 20px 0px;
  text-align: center;
}

.pageTitle h1 {
  color: #fff;
}

.pagePading {
  padding-top: 30px;
  padding-bottom: 100px;
}

.aboutext {
  text-align: jistify;
}

.pagePading p {
  text-align: justify!important;
}

input[type=submit] {
  background: linear-gradient(to right, #981010,#ff1a1a);
  border: none;
  padding: 6px 20px;
  color: #fff;
}

.DirctorImg img {
  border: 1px solid #eeeeeebf;
  box-shadow: 0px 0px 9px 0px #e0e0e0;
}
.title-bg {
	background:#8c1616;
	padding:15px 15px;
	text-align:center;
	color:#fff;
}
.title-bg  h3{
	color:#fff;
	margin:0px;
}
.title-bg  p{
	color:#fff;
	padding:10px 0px;
}
.htset {
	height:400px;
}
.htset h3{
	background: white;
    color: #8c1616;
}
.caret{
	position: absolute;
    top: 16px;
    margin-left: 3px;
}
table{
	width:100%;
	text-align:center;
}
.widget-title{
	text-align: center;
    font-size: 33px;
    margin-bottom: 35px;
}
table td{
	padding:12px;
	text-align:center;
}
.staff-box{
    text-align: center;
    border: 1px solid #eeeeee4a;
    box-shadow: 0px 0px 10px 0px #eee;
}
.staff-detail p{
    text-align:center!important;
}
.staff-box img{
    width:100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .academy-main-menu .classy-navbar {
    padding: 0;
    padding-left: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .academy-main-menu .classy-navbar {
    padding: 0;
    padding-left: 2em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .academy-main-menu .classynav {
    padding-left: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .academy-main-menu .classynav {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .academy-main-menu .classynav {
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .academy-main-menu .calling-info {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .academy-main-menu .calling-info .call-center {
    padding: 0 15px 0 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .academy-main-menu .calling-info .call-center a i {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .academy-main-menu .calling-info .call-center a span {
    display: none;
  }
.about-data h2 {
  text-align: center;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .academy-main-menu .calling-info .call-center:before {
    width: 42px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide {
    height: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide {
    height: 185px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .owl-prev,.hero-slides .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-mission-area .mission-content h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-mission-area .mission-content h4 {
    font-size: 16px;
  }

  .about-data p {
    text-align: justify;
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single-mission-area .mission-content h4 {
    font-size: 18px;
  }

  .about-data p {
    text-align: justify;
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .about-data p {
    text-align: justify;
    padding: 0px 20px;
  }

  .about-data {
    text-align: center;
  }
.about-data h2 {
  text-align: center;
}
  .login-content {
    text-align: center;
  }

  .academy-btn {
    margin-bottom: 20px;
  }

  .message-box-data p {
    padding: 10px 0px;
  }

  .message-box-area {
    text-align: center;
  }

  .footer-area {
    text-align: center;
  }

  .setcolsix {
    display: none;
  }

  .message-box-area2 {
    height: 437px;
  }

  .header-area .academy-main-menu .classy-navbar {
    height: 65px;
  }

  .header-area .academy-main-menu .calling-info .call-center {
    line-height: 72px;
    height: 65px;
  }

  .single-hero-slide {
    background-size: 100% 100%;
  }

  .header-area .is-sticky .academy-main-menu {
    height: 65px;
  }

  #menu-main-menu {
    display: inherit;
  }

  .pageTitle {
    padding: 14px 0px 6px 0px;
  }

  .dropdown-menu {
    position: relative;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}