/*---------------------------------------------------
               THEM CSS
----------------------------------------------------*/
@font-face {
  font-family: 'DINPro';
  src: url("../vendors/fonts/DINPro-Black.woff2") format("woff2"), url("../vendors/fonts/DINPro-Black.woff") format("woff"), url("../vendors/fonts/DINPro-Black.svg#DINPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DINPro';
  src: url("../vendors/fonts/DINPro-Regular.woff2") format("woff2"), url("../vendors/fonts/DINPro-Regular.woff") format("woff"), url("../vendors/fonts/DINPro-Regular.svg#DINPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DINPro';
  src: url("../vendors/fonts/DINPro-Bold.woff2") format("woff2"), url("../vendors/fonts/DINPro-Bold.woff") format("woff"), url("../vendors/fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DINPro';
  src: url("../vendors/fonts/DINPro-Medium.woff2") format("woff2"), url("../vendors/fonts/DINPro-Medium.woff") format("woff"), url("../vendors/fonts/DINPro-Medium.svg#DINPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DINPro';
  src: url("../vendors/fonts/DINPro-Light.woff2") format("woff2"), url("../vendors/fonts/DINPro-Light.woff") format("woff"), url("../vendors/fonts/DINPro-Light.svg#DINPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Euclid Flex';
  src: local("Euclid Flex Bold"), local("Euclid-Flex-Bold"), url("../vendors/fonts/EuclidFlex-Bold.woff2") format("woff2"), url("../vendors/fonts/EuclidFlex-Bold.woff") format("woff"), url("../vendors/fonts/EuclidFlex-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Euclid Flex';
  src: local("Euclid Flex Semi Bold"), local("Euclid-Flex-Semi-Bold"), url("../vendors/fonts/EuclidFlex-SemiBold.woff2") format("woff2"), url("../vendors/fonts/EuclidFlex-SemiBold.woff") format("woff"), url("../vendors/fonts/EuclidFlex-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Euclid Flex';
  src: local("Euclid Flex Regular"), local("Euclid-Flex-Regular"), url("../vendors/fonts/EuclidFlex-Regular.woff2") format("woff2"), url("../vendors/fonts/EuclidFlex-Regular.woff") format("woff"), url("../vendors/fonts/EuclidFlex-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Euclid Flex';
  src: local("Euclid Flex Light"), local("Euclid-Flex-Light"), url("../vendors/fonts/EuclidFlex-Light.woff2") format("woff2"), url("../vendors/fonts/EuclidFlex-Light.woff") format("woff"), url("../vendors/fonts/EuclidFlex-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/* css seclector */
::-moz-selection {
  color: white;
  background: #ea5a4b; }

::selection {
  color: white;
  background: #ea5a4b; }

/* end css seclector */
/*back to top button start */
#scroll {
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ca191e;
  border-color: 1px solid #ca191e;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff; }

#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=0.5)";
  -ms-filter: "alpha(opacity=0.5)"; }

/*back to top button end*/
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #000;

  width: 100%;
  height: 100%;
  font-family: 'DINPro';
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 5px; }

button:focus,
input:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0; }

button:focus {
  background: #ca191e !important;
  border-color: #ca191e !important;
  color: #fff !important; }

.form-control:focus {
  border-color: #ca191e; }

/*
.form-control::placeholder {color: $main;opacity:0.7;}
.form-control:-ms-input-placeholder {color: $main;opacity:0.7;}
.form-control::-ms-input-placeholder {color: $main;opacity:0.7;}
*/
a {
  text-decoration: none;
  color: #ca191e; }
  a:hover {
    text-decoration: none; }

.height_auto {
  height: auto; }

.margin_auto {
  margin: 0 auto; }

.section_padding {
  padding: 40px 0px; }

.section_padding_top {
  padding-top: 40px; }

.section_padding_bottom {
  padding-bottom: 40px; }

.theme_button_g {
  background: -webkit-gradient(linear, left top, right top, from(#ca191e), to(#ca191e));
  background: -webkit-linear-gradient(left, #ca191e, #ca191e);
  background: -o-linear-gradient(left, #ca191e, #ca191e);
  background: linear-gradient(to right, #ca191e, #ca191e);
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .theme_button_g:hover {
    color: #fff; }

.theme_bg {
  background: #ca191e;
  color: #fff; }

/* Main Styles */
/* header css start */
.main_header {
  background: #ca191e;
  padding: 5px 0px;
  position: relative;
  z-index: 2; }
  .main_header .ak_menu {
    padding: 0; }
    .main_header .ak_menu .navbar-brand img {
      width: 174px; }
    .main_header .ak_menu .navbar-nav {
      padding: 0px 0px; }
      .main_header .ak_menu .navbar-nav li a {
        padding: 10px 28px !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background: transparent;
        display: block;
        color: #fff; font-size:18px; }
        .main_header .ak_menu .navbar-nav li a:hover, .main_header .ak_menu .navbar-nav li a.active {
          color: #d4d4d4; }
        .main_header .ak_menu .navbar-nav li a i {
          position: relative;
          top: -2px; }
      .main_header .ak_menu .navbar-nav li:nth-last-child(1) a {
        padding-right: 0 !important; }

.top_bar {
  padding: 10px 0px; }
  .top_bar .left .dt {
    color: #000;
    margin-right: 20px; }
    .top_bar .left .dt img {
      height: 15px; }
    .top_bar .left .dt span {
      width: 20px;
      height: 1px;
      background: #bdbdbd;
      display: inline-block;
      margin: 0px 3px;
      position: relative;
      top: -4px; }
    .top_bar .left .dt.number {
      font-family: 'DINPro';
      font-weight: 500; font-size:20px; }
    .top_bar .left .dt.email {
      font-family: 'Euclid Flex'; font-size:20px; }
  .top_bar .web_logo a {
    display: inline-block;
    position: absolute;
    z-index: 99;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    top: 0%; }
    .top_bar .web_logo a img {
      height:80px;
      background: #fff;
      padding: 10px 12px;
      border-radius: 10px; margin-top:20px; }
  .top_bar .right {
    text-align: right; }
    .top_bar .right .pay_btn {
      background: #2318e6;
      color: #fff;
      padding: 8px 15px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 17px; font-weight:600; }
      .top_bar .right .pay_btn i {
        margin-left: 5px; }
    .top_bar .right .facebook, .top_bar .right .twitter {
      font-size: 26px;
      color: #b2b2b2;
      margin-left: 15px;
      position: relative;
      top: 5px; }

.slider_section {
  overflow: hidden; }
  .slider_section .slider_box img {
    width: 100%; }
  .slider_section .slider_box .content_box {
    position: absolute;
    top: 50%;
    left:26%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #fff;
    text-transform: uppercase; }
    .slider_section .slider_box .content_box p {
      margin-bottom: 0;
      font-family: 'Euclid Flex';
      font-weight: 500; }
    .slider_section .slider_box .content_box h1 {
      font-size: 80px;
      font-weight: bold;
      line-height: 70px;
      margin: 10px 0px;
      font-family: 'Euclid Flex'; }
    .slider_section .slider_box .content_box h2 {
      font-size: 40px;
      font-family: 'Euclid Flex';
      font-weight: 300; }

.our_tally_section {
  padding: 15px 0px; }
  .our_tally_section .left h2 {
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-top: 18px;
    font-family: 'Euclid Flex';
    text-transform: uppercase; }
  .our_tally_section .left .arrow {
    float: right;
    height: 65px; }
  .our_tally_section .right .row_box .box_sm {
    text-align: center;
    border-right: 1px solid #dedede; }
    .our_tally_section .right .row_box .box_sm h1 {
      font-weight: bold;
      margin-bottom: 0;
      font-family: 'DINPro'; }
    .our_tally_section .right .row_box .box_sm h3 {
      margin-bottom: 0;
      font-size: 24px;
      font-family: 'Euclid Flex'; }

.announcement_section {
  background: #2318e6;
  padding: 40px 0px; }
  .announcement_section .title {
    margin-bottom: 20px; }
    .announcement_section .title h1 {
      font-size: 22px;
      text-transform: uppercase;
      color: #fff; }
  .announcement_section .announcement_slider {
    padding: 0px 15px; }
    .announcement_section .announcement_slider .slider_box {
      background: #fff;
      padding: 15px 15px;
      margin: 0px 10px;
      border-radius: 5px;
      min-height: 127px; }
      .announcement_section .announcement_slider .slider_box span {
        background: #d2f3d0;
        padding: 3px 15px;
        display: inline-block;
        border-radius: 50px;
        font-weight: 500;
        margin-bottom: 5px;
        font-size: 14px; }
      .announcement_section .announcement_slider .slider_box p {
        margin: 0;
        font-size: 17px;
     }
    .announcement_section .announcement_slider .owl-nav {
      margin-top: 0px;
      height: 0px; }
      .announcement_section .announcement_slider .owl-nav button {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 22px !important;
        color: #fff !important; }
        .announcement_section .announcement_slider .owl-nav button:hover, .announcement_section .announcement_slider .owl-nav button:focus {
          background: none !important; }
      .announcement_section .announcement_slider .owl-nav .owl-prev {
        position: absolute;
        left: 0px; }
      .announcement_section .announcement_slider .owl-nav .owl-next {
        position: absolute;
        right: -15px; }

.courses_section {
  padding: 40px 0px; }
  .courses_section .title {
    margin-bottom: 20px; }
    .courses_section .title h1 {
      font-size: 22px;
      text-transform: uppercase; }
  .courses_section .courses_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    .courses_section .courses_box .tags_tt {
      background: #ca191e;
      color: #fff;
      position: absolute;
      top: 25px;
      left: 0;
      padding: 5px 15px;
      font-size: 15px; }
    .courses_section .courses_box img {
      width: 100%; }
    .courses_section .courses_box .overlay_box {
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .courses_section .courses_box .overlay_box .overlay_img {
        background: #ca191e;
        width: 140px;
        text-align: center;
        padding: 15px 0px;
        line-height: 67px; }
        .courses_section .courses_box .overlay_box .overlay_img img {
          width: auto; }
      .courses_section .courses_box .overlay_box .overlay_body {
        padding: 15px 15px; }
        .courses_section .courses_box .overlay_box .overlay_body h2 {
          font-size: 18px;
          font-weight: 600;
          text-transform: uppercase;
      
   
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
        .courses_section .courses_box .overlay_box .overlay_body p {
          margin: 0;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .courses_section .courses_box .overlay_box .overlay_body .arrow {
          display: inline-block;
          position: absolute;
          right: 0;
          bottom: 0; }
          .courses_section .courses_box .overlay_box .overlay_body .arrow img {
            width: auto; }

.about_section {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; }
  .about_section .main_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px; }
  .about_section .img_box img {
    width: 100%; }
  .about_section .content h3 {
    font-size: 18px;
    color: #afafaf;
    text-transform: uppercase; }
  .about_section .content h1 {
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Euclid Flex';
    line-height: 48px; }
    .about_section .content h1::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 2px;
      bottom: 0px;
      left: 0;
      background: #b5b5b5; }
    .about_section .content h1::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 3px;
      bottom: 0px;
      left: 0;
      background: #ca191e;
      z-index: 1; }
  .about_section .content .link_btn {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #1fc213;
    padding: 4px 0px; }
    .about_section .content .link_btn i {
      margin-left: 5px;
      color: #9d9d9d; }

.news_section {
  border-top: 1px solid #dadada;
  padding-top: 30px; }
  .news_section .title {
    margin-bottom: 20px; }
    .news_section .title h1 {
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 0;
      font-weight: 600; }
      .news_section .title h1 .filer_drop {
        float: right;
        border: none;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase; }
  .news_section .news_box {
    border-right: 1px solid #dadada;
    padding-right: 20px;
    padding-bottom: 15px; }
    .news_section .news_box .blog_list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .news_section .news_box .blog_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #dadada;
        padding: 20px 0px; }
        .news_section .news_box .blog_list li .img_blog {
          width: 215px;
          position: relative;
          text-align: center;
          color: #fff;
          padding: 0px 0px; }
          .news_section .news_box .blog_list li .img_blog img {
            width: 100%; }
          .news_section .news_box .blog_list li .img_blog span {
            background: #ca191e;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 4px 10px;
            font-size: 12px;
            text-transform: uppercase; }
        .news_section .news_box .blog_list li .body_blog {
          padding: 0px 15px; }
          .news_section .news_box .blog_list li .body_blog .time {
            font-size: 15px;
            font-weight: bold;
            color: #7e7e7e; }
          .news_section .news_box .blog_list li .body_blog h1 {
            font-size: 20px;
            font-weight: 600;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-transform: uppercase; }
          .news_section .news_box .blog_list li .body_blog p {
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .news_section .news_box .blog_list li .body_blog .link_btn {
            color: #000;
            text-transform: uppercase; }
            .news_section .news_box .blog_list li .body_blog .link_btn i {
              color: #9d9a9a;
              margin-left: 5px; }
  .news_section .news_box_img img {
    width: 100%; }

.contact_us_section {
  background-size: 100% 100%;
  padding: 50px 0px;
  background-repeat: no-repeat; }
  .contact_us_section .content_box h6 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px; }
  .contact_us_section .content_box h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    font-size: 50px;
    font-family: 'Euclid Flex'; }
  .contact_us_section .content_box form .form-group .form-control {
    border-radius: 0;
    border: none;
    padding: 22px 15px; }
  .contact_us_section .content_box form .submit_btn {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 5px 0px;
    margin-top: 8px;
    display: inline-block; }
  .contact_us_section .img_box img {
    width: 100%; }

.event_section {
  padding: 40px 0px; }
  .event_section .title {
    margin-bottom: 20px; }
    .event_section .title h1 {
      font-size: 30px;
      text-transform: uppercase;
      font-family: 'Euclid Flex'; }
  .event_section .menu_list {
    list-style: none;
    margin: 0px -15px;
    padding: 0; }
    .event_section .menu_list li {
      float: left;
      width: 25%;
      padding: 0px 15px; }
      .event_section .menu_list li a {
        background: #e4ebf5;
        display: inline-block;
        color: #000;
        padding: 12px 25px;
        border-radius: 50px;
        
        font-weight: 500;
        width: 100%;
        margin: 5px 0px;
        text-align: center;
        font-family: 'Euclid Flex'; }
  .event_section .event_box {
    position: relative;
    margin: 30px 0px; border:1px solid #ccc; padding-bottom:20px; }
    .event_section .event_box img {
      width: 100%; }
    .event_section .event_box .event_overlay {
      margin-top: -90px;
      background: #fff;
      display: block;
      position: relative;
      width: 60%;
      padding-top: 20px;
      padding-left: 8px; }
      .event_section .event_box .event_overlay h6 {
        font-size: 14px;
        margin-block: 6px; }
      .event_section .event_box .event_overlay h2 {
        font-size: 20px;

        font-family: 'Euclid Flex'; }
      .event_section .event_box .event_overlay .link_btn {
        color: #000;
        border-bottom: 1px solid #adadad;
        display: inline-block;
        padding: 5px 0px;
        font-family: 'Euclid Flex'; }
        .event_section .event_box .event_overlay .link_btn i {
          margin-left: 6px;
          color: #adadad; }

.logo_section {
  padding-bottom: 30px; }
  .logo_section .title {
    position: relative;
    margin-block: 12px; }
    .logo_section .title h1 {
      text-transform: uppercase;
      font-size: 24px;
      background: #fff;
      z-index: 2;
      position: relative;
      display: inline-block;
      padding: 0px 15px;
      font-family: 'Euclid Flex';
      font-weight: 600; }
    .logo_section .title::after {
      content: "";
      position: absolute;
      top: 13px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #dedede;
      z-index: 1; }
  .logo_section .logo_box img {
    width: 100%;
    padding: 0px 35px; }

.ft_main_section {

  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .ft_main_section .ft_logo img {
    width: 120px; }
  .ft_main_section .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-family: 'Euclid Flex'; }
    .ft_main_section .title::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background: #656565; }
  .ft_main_section .ft_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 60px; }
    .ft_main_section .ft_menu li a {
      color: #fff;
      display: block;
      padding: 4px 0px;
      font-family: 'Euclid Flex';
      font-weight: 300; }
  .ft_main_section .copyright {
    text-align: center;
    color: #fff;
    border-top: 1px solid #404040;
    padding: 25px 0px;
    margin-top: 40px;
    font-family: 'Euclid Flex'; }
  .ft_main_section .right_box {
    border-left: 1px solid #404040;
    padding-left: 40px; }
  .ft_main_section .subscribe_box {
    margin-top: 25px; }
    .ft_main_section .subscribe_box .form-control {
      background: transparent;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #4c4c4c;
      padding: 25px 0px; }
    .ft_main_section .subscribe_box .input-group-append {
      margin: 0; }
      .ft_main_section .subscribe_box .input-group-append .input-group-text {
        border-radius: 50%;
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        padding: 0px 8px;
        font-size: 15px;
        background: #fff;
        border-color: #fff; }

.brid_section {
  position: relative;
  text-align: center;
  color: #fff; }
  .brid_section img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .brid_section .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .brid_section .content h1 {
      font-size: 64px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 65px;
      font-family: 'Euclid Flex'; }
    .brid_section .content p {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 5px; }

.inner_courses_section .title {
  margin-bottom: 25px; }
  .inner_courses_section .title h1 {
    font-size: 30px; }

.about_inner_section {
  padding: 50px 0px; }

.abt_service_section .abts_box {
  padding: 20px 0px; }
  .abt_service_section .abts_box img {
    height: 130px; }
  .abt_service_section .abts_box h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin: -20px 0px 10px 0px; }

.admission_section {
  padding: 40px 0px; }
  .admission_section .title {
    margin-bottom: 25px; }
    .admission_section .title h1 {
      font-size: 30px;
      text-transform: uppercase; }
  .admission_section .admission_list {
    -webkit-box-shadow: 0 3px 33px -10px #848484;
    box-shadow: 0 3px 33px -10px #848484;
    display: block; }
    .admission_section .admission_list .nav-tabs li {
      width: 33.33%; }
      .admission_section .admission_list .nav-tabs li a {
        background: #a5e7a1;
        color: #000;
        padding: 15px 15px;
        border-radius: 0;
        text-align: center;
        font-size: 16px;
        border-right: 1px solid #f3f3f3; }
        .admission_section .admission_list .nav-tabs li a.active {
          border-bottom: none;
          background: #fff; }
    .admission_section .admission_list .tab-content .tab-pane p {
      border-bottom: 1px solid #d6d6d6;
      font-size: 16px;
      margin-bottom: 10px;
      padding: 12px 20px; }
      .admission_section .admission_list .tab-content .tab-pane p span {
        margin-right: 10px; }
    .admission_section .admission_list .tab-content .tab-pane .get_btn {
      background: #ca191e;
      color: #fff;
      margin: 20px 20px;
      display: inline-block;
      padding: 12px 20px; }
      .admission_section .admission_list .tab-content .tab-pane .get_btn i {
        margin-left: 5px; }

.pay_fees_modal .modal-header {
  border-bottom: none; }
  .pay_fees_modal .modal-header .modal-title {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-block: 0px;
    font-family: 'Euclid Flex'; }
    .pay_fees_modal .modal-header .modal-title .close:focus {
      background: transparent !important;
      border-color: transparent !important;
      color: #000 !important; }

.pay_fees_modal .fess_form {
  margin-top: 20px; }
  .pay_fees_modal .fess_form .form-group .form-control {
    border: 1px solid #efefef;
    font-size: 14px;
    padding: 10px 15px;
    height: 48px; }
  .pay_fees_modal .fess_form .form-group textarea.form-control {
    height: auto;
    min-height: 150px; }
  .pay_fees_modal .fess_form .pay_btn {
    background: #ca191e;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px; }

.placement_section {
  padding: 40px 0px; }
  .placement_section .title {
    margin-bottom: 25px; }
    .placement_section .title h1 {
      font-size: 30px;
      text-transform: uppercase; }
  .placement_section .placed_box {
    position: relative;
    margin-bottom: 30px; }
    .placement_section .placed_box img {
      width: 100%; }
    .placement_section .placed_box .overlay_box {
      position: absolute;
      bottom: 15px;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0px 15px; }
      .placement_section .placed_box .overlay_box .name_box {
        width: 50%;
        padding: 10px 15px;
        background: #fff; }
        .placement_section .placed_box .overlay_box .name_box h1 {
          font-weight: 600; }
        .placement_section .placed_box .overlay_box .name_box h5 {
          font-size: 18px;
          text-transform: uppercase; }
        .placement_section .placed_box .overlay_box .name_box h6 {
          text-transform: uppercase;
          font-size: 16px; }
      .placement_section .placed_box .overlay_box .placement_box {
        width: 50%;
        background: #185a8f;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding: 15px 15px; }
        .placement_section .placed_box .overlay_box .placement_box img {
          width: 120px;
          margin-top: 3px; }

/*=======================================================
//////////////RESPONSIVE MEDIA QUERY START///////////////
=======================================================*/
@media (max-width: 767px) {
  /* mobile menubar start */
  .main_header .navbar-toggler {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
    font-size: 24px; }
  .main_header .navbar-collapse {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: -100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    z-index: 2; }
    .main_header .navbar-collapse .menu_box {
      height: 100vh;
      background: #ffffff;
      width: 70%;
      float: left;
      overflow: scroll;
      -webkit-box-shadow: 0 0px 10px 2px #252525;
      box-shadow: 0 0px 10px 2px #252525; }
      .main_header .navbar-collapse .menu_box .mobile_logo {
        padding: 15px 15px 15px 15px;
        position: relative; }
        .main_header .navbar-collapse .menu_box .mobile_logo .mobile_close {
          color: #000;
          position: absolute;
          right: 5px;
          font-size: 15px;
          top: 5px;
          padding: 10px; }
      .main_header .navbar-collapse .menu_box .navbar-nav {
        float: left;
        padding: 0px 0px;
        width: 100%; }
    .main_header .navbar-collapse .hide_box {
      width: 30%;
      height: 100vh;
      float: right;
      background: rgba(0, 0, 0, 0.35); }
    .main_header .navbar-collapse.slide_effect {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      left: 0px; }
  .main_header.affix {
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* mobile menubar end */
  .top_bar .left .dt {
    margin-right:1px;
    font-size: 10px; }
  .top_bar .left .dt img {
    height: 12px !important; }
  .top_bar .left .dt span {
    width: 10px; }
  .top_bar .web_logo a img {
    display: none; }
  .top_bar .right .pay_btn {
    padding: 7px 10px;
    font-size: 10px; }
  .top_bar .right .facebook, .top_bar .right .twitter {
    font-size: 20px; }
  .top_bar .right {
    text-align: left;
    margin-top: 5px; }
  .main_header a.navbar-brand.d-none {
    display: block !important; }
  .main_header .ak_menu .navbar-brand img {
      width: 145px;
    position: absolute;
    left: 51px;
top: -5px;
    z-index: 1;}
	
  .slider_section .slider_box .content_box h1 {
    font-size: 50px;
    line-height: 54px;
    margin: 10px 0px; }
  .slider_section .slider_box .content_box h2 {
    font-size: 25px; }
  .slider_section .slider_box img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover; }
  .our_tally_section .left .arrow {
    height: 35px; }
  .our_tally_section .right .row_box .box_sm h3 {
    font-size: 16px; }
  .our_tally_section .right .row_box .box_sm {
    margin-bottom: 15px; }
  .our_tally_section .left h2 {
    margin-top: 2px;
    margin-bottom: 15px; }
  .event_section .menu_list li {
    width: 100%; }
  .event_section .event_box .event_overlay {
    width: 90%; }
  .ft_main_section .right_box {
    margin-top: 25px;
    padding-left: 15px; }
  .ft_main_section .ft_logo img {
    margin-bottom: 20px; }
  .news_section .news_box {
    border-right: none;
    padding-right: 0px; }
  .main_header .ak_menu .mobile_logo a.navbar-brand.d-none {
    display: none !important; }
  .main_header .ak_menu .navbar-nav li a {
    color: #000; font-size:18px; }
  .brid_section img {
    height: 360px; }
  .about_section .img_box img {
    margin-bottom: 25px; }
  .pay_fees_modal .modal-header .modal-title {
    font-size: 16px; }
  .pay_fees_modal .fess_form {
    margin-top: 0px; }
  .brid_section .content h1 {
    font-size: 38px; }
  .placement_section .placed_box .overlay_box .placement_box img {
    width: 105px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_header .ak_menu .navbar-nav li a {
    padding: 10px 8px !important;
    font-size: 10px; }
  .top_bar .web_logo a img {
    height: 95px; }
  .top_bar .left .dt {
    margin-right: 5px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px; }
  .top_bar .left .dt img {
    height: 15px !important; }
  .top_bar .left .dt span {
    width: 5px; }
  .our_tally_section .left h2 {
    font-size: 16px;
    margin-top: 2px; }
  .our_tally_section .right .row_box .box_sm h3 {
    font-size: 14px; }
  .our_tally_section .left .arrow {
    height: 26px; }
  .news_section .news_box .blog_list li .img_blog {
    width: 380px; }
  .event_section .menu_list li a {
    padding: 12px 6px;
    font-size: 10px; }
  .event_section .event_box .event_overlay {
    width: 80%; }
  .ft_main_section .ft_logo img {
    width: 88px; }
  .brid_section img {
    height: 360px; }
  .abt_service_section .abts_box h2 {
    font-size: 22px; }
  .pay_fees_modal .modal-header .modal-title {
    font-size: 24px; }
  .pay_fees_modal .fess_form {
    margin-top: 0px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top_bar .left .dt {
    margin-right: 10px; }
  .top_bar .left .dt span {
    width: 10px; }
  .top_bar .left .dt img {
    height: 15px !important; }
  .top_bar .left .dt {
    font-size: 12px; }
  .main_header .ak_menu .navbar-nav li a {
    padding: 10px 9px !important;
    font-size: 13px; }
  .our_tally_section .left h2 {
    font-size: 21px;
    margin-top: 16px; }
  .brid_section img {
    height: 360px; }
  .placement_section .placed_box .overlay_box .placement_box img {
    width: 96px; } }

@media only screen and (max-width: 5520px) and (min-width: 768px) {
  .ak_menu .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important; }
  .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu.mega-menu {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    display: block;
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  .main_header .ak_menu .navbar-nav .dropdown:hover .dropdown-menu.mega-menu {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999; } }

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

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .container {
    max-width: 1180px; } }

 .sidefix {
            width: 150px;
            padding: 10px;
            height: auto;
            position: fixed;
            font-size: 14px;
            word-break: break-all;
            z-index: 999;
            right: -95px;
            top: 37%;
            line-height: 17px;
        }

            .sidefix a {
                color: #FFFFFF;
            }

                .sidefix a:visited {
                    color: #FFFFFF;
                }

                .sidefix a:hover {
                    color: #ff6600;
                }


 .sidefix1 {
            width: 150px;
            padding: 10px;
            height: auto;
            position: fixed;
            font-size: 14px;
            word-break: break-all;
            z-index: 999;
            left:-13px;
            top: 37%;
            line-height: 17px;
        }

            .sidefix1 a {
                color: #FFFFFF;
            }

                .sidefix1 a:visited {
                    color: #FFFFFF;
                }

                .sidefix1 a:hover {
                    color: #ff6600;
                }



