.logo_h{
 width:40px;
}
.logo_h span{font-weight: 800;margin-left: 15px;color: #438816;}

.course-bg{
	background: url(../images/course-bg.jpg);
	background-position: 0 0 !important;
	background-repeat: repeat !important;
	padding: 60px 0 36px;
}
.course-boxs .course-boxs-inner{
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 10px 10px;
    margin-bottom: 20px;
}
.course-boxs .course-boxs-inner:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background-color: rgb(126 40 39 / 54%); */
      transition: all 0.3s linear;
      overflow: hidden;
      -webkit-transform: scaleY(0);
      -khtml-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      opacity: 0;
      z-index: -1;
      }
.course-boxs .course-boxs-inner .thumb-images{
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
}
.course-boxs .course-boxs-inner .thumb-images img{
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	  transition: all 0.4s ease-in-out;
}
.course-boxs .course-boxs-inner .thumb-images img:hover  {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

   .course-boxs .course-boxs-inner:hover:after  {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
.course-boxs .course-boxs-inner .details-text{
    padding: 10px;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    margin-top: -20px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-bottom: 3px solid #001e57;
    box-shadow: 0px 0px 50px rgb(5 5 5 / 8%);
    background: #7e2827;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
}
.course-boxs :hover .details-text {
    border-color: #ffffff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    }
.course-boxs .course-boxs-inner .details-text .title{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff !important;
}
.course-boxs .course-boxs-inner .details-text .title a{
    color: #fff;
}

  /* testimonial */
.testimonial-area{
	padding: 80px 0;
	background: #0b0c26;
}
.testimonial-block-three {
    position: relative;
    padding: 0 15px;
    margin: 15px 0;
}
.testimonial-block-three .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
}
.testimonial-block-three .top-content {
    position: relative;
    background: #f2f2f2;
    padding: 17px 15px;
    padding-top: 54px;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 17%);
}
.testimonial-block-three .top-content:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -51px;
    width: 70px;
    height: 34px;
    border: 29px solid transparent;
    border-top-color: #f2f2f2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial-block-three .quote {
    position: absolute;
    left: -36px;
    top: -50px;
    width: 100px;
    height: 100px;
    padding-left: 30px;
    background: #107A3D;
    color: #fff;
    font-size: 25px;
    line-height: 148px;
    border-radius: 50%;
}
.testimonial-block-three h4 {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.inner-box .text {
    font-size: 14px;
    line-height: 23px;
    color: #858585;
    font-weight: 400;
    margin: 0;
}
.testimonial-block-three .author-title {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 600;
}
.testimonial-block-three .designation {
    position: relative;
    font-size: 15px;
    color: #757575;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 25px;
  font-size: 16px;
 font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #777777; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222222; }

.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
  margin: 0px; }

button:focus {
  outline: none;
  box-shadow: none; }

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

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.white_bg {
  background: #fff !important; }

.mt-100 {
  margin-top: 100px; }
  @media (max-width: 991px) {
    .mt-100 {
      margin-top: 0px; } }

.mt--100 {
  margin-top: -100px; }
  @media (max-width: 991px) {
    .mt--100 {
      margin-top: 0px; } }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.section_gap {
  padding: 30px 0; }
  @media (max-width: 991px) {
    .section_gap {
      padding: 60px 0; } }

.section_gap_top {
  padding-top: 120px; }
  @media (max-width: 991px) {
    .section_gap_top {
      padding-top: 60px; } }

.section_gap_bottom {
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .section_gap_bottom {
      padding-bottom: 60px; } }

/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  margin-bottom: 31px; }
  @media (max-width: 991px) {
    .main_title {
      margin-bottom: 40px; } }
  .main_title h2 {
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px; }
    @media (max-width: 575px) {
      .main_title h2 {
        font-size: 30px;
        margin-bottom: 10px; } }
  .main_title p {
    font-size: 16px;
    margin-bottom: 0px;
    max-width: 570px;
    font-weight: 300;
    margin: auto; }

.lite_bg {
  background: #f9f9f9; }

/* End Main Title Area css
============================================================================================ */
/* Start Gradient Area css
============================================================================================ */
.gradient-bg, #search_input_box, .header-top .header-top-right a:hover, .single_feature:nth-child(3), .single_department:hover, .single_course .course_content .course_meta .price, .testimonial_area .owl-thumb-item.active .overlay-grad, .testimonial_area .owl-thumb-item .overlay-grad:hover, .testimonial_area .owl-thumb-item .overlay-grad.active, .registration_area, .categories_post:hover .categories_details, .blog_right_sidebar .widget_title, .blog_right_sidebar .search_widget .input-group .form-control, .blog_right_sidebar .newsletter_widget .bbtns, .blog_right_sidebar .tag_cloud_widget ul li a:hover, .blog-pagination .page-item.active .page-link, .blog-pagination .page-link:hover, .comments-area .btn-reply:hover, .blog_btn:hover, .footer-area .footer-bottom .footer-social a:hover {
  background: linear-gradient(90deg, #db8614 0%, #f4c128 100%);
}

.gradient-bg2, .single_feature:nth-child(1), .single_course .course_content .course_meta .price.df_color1 {
  background: linear-gradient(90deg, #db8614 0%, #f4c128 100%); }

.gradient-bg3, .single_feature:nth-child(2), .single_course .course_content .course_meta .price.df_color2 {
  background: -webkit-linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
  background: -moz-linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
  background: -ms-linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
  background: -o-linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
  background: linear-gradient(90deg, #7349cc 0%, #e163e4 100%); }

.gradient-color, .blog_details h2:hover {
  background: -webkit-linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
  background: -moz-linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
  background: -ms-linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
  background: -o-linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
  background: linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* End Gradient Area css
============================================================================================ */
/* Start Buttons Area css
============================================================================================ */
.primary-btn {
  display: inline-block;
  background: linear-gradient(90deg, #f69c24 0%, #ffc107 100%);
  background-size: 200% auto;
  padding: 0px 38px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: 0px 20px 50px rgba(255, 201, 8, 0.44);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .primary-btn:hover {
    background-position: right center;
    color: #fff;
    box-shadow: none; }

/* End Buttons Area css
============================================================================================ */
/* Start Overlay css
============================================================================================ */
.overlay {
  position: relative; }

.overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1; }

/* End Overlay css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: relative;
  width: 100%;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear; }
  .header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    .header_area .navbar .nav .nav-item {
      margin-right: 12px; }
      .header_area .navbar .nav .nav-item .nav-link {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        color: #0b0c26;
       padding: 4px 14px;
        display: inline-block; 
      font-size: 15px;
    font-weight: bold;}
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
        color: #ffffff;
        background: #49a654;
        border-radius: 59px;
   }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px; } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              color: #0b0c26;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              background: #00aee0;
              color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
    .header_area .navbar .search {
      font-size: 12px;
      line-height: 60px;
      display: inline-block;
      color: #0b0c26; }
      .header_area .navbar .search i {
        font-weight: 600; }
  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px; }

#search_input_box {
  text-align: center;
  padding: 5px 20px; }
  #search_input_box .form-control {
    padding-left: 0;
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px; }
    #search_input_box .form-control:focus {
      box-shadow: none;
      outline: none; }
  #search_input_box input.placeholder {
    color: #ffffff;
    font-size: 16px; }
  #search_input_box input:-moz-placeholder {
    color: #ffffff;
    font-size: 16px; }
  #search_input_box input::-moz-placeholder {
    color: #ffffff;
    font-size: 16px; }
  #search_input_box input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 16px; }
  #search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0; }
  #search_input_box .lnr-cross {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0; }

.header-top {
  background: #ffffff; }
  @media (max-width: 991px) {
    .header-top {
      display: none; } }
  .header-top a {
    color: #fff; }
  .header-top ul li {
    display: inline-block;
    margin-left: 15px; }
  .header-top .header-top-left a {
    margin-right: 60px;
    font-weight: 600; }
    .header-top .header-top-left a .text {
      margin-top: -2px; }
      .header-top .header-top-left a .text span {
        font-size: 14px;
        color: #ffffff; }
    .header-top .header-top-left a .lnr {
      color: #ffffff;
      margin-right: 8px; }
  @media (max-width: 767px) {
    .header-top .header-top-left .text {
      display: none; } }
  .header-top .header-top-right {
    text-align: right; }
    .header-top .header-top-right a {
      padding: 0 20px;
      height: 40px;
      display: inline-block;
      line-height: 40px;
      font-size: 14px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      background: transparent;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {
  z-index: 1;
  min-height: 558px;
  display: flex;
  position: relative;}
  .home_banner_area .banner_inner {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex; }
    .home_banner_area .banner_inner .container {
      vertical-align: middle;
      align-self: center; }
    .home_banner_area .banner_inner .banner_content {
      color: #fff;
      margin-top:147px; }
      .home_banner_area .banner_inner .banner_content h2 {
        margin-top: 0px;
        font-size: 48px;
        font-weight: 700;
        color: #fff;
        line-height: 54px; }
      .home_banner_area .banner_inner .banner_content p {
        max-width: 520px;
        font-size: 18px;
        font-weight: 600;
        margin: 25px 0px 45px; }
  .home_banner_area .search_course_wrap {
    margin-top: 40px;
    margin-bottom: 50px; }
    .home_banner_area .search_course_wrap .form_box {
      background: rgba(255, 255, 255, 0.15);
      max-width: 390px;
      padding: 10px 0px; }
      @media (max-width: 470px) {
        .home_banner_area .search_course_wrap .form_box {
          max-width: 210px;
          padding: 0; } }
    .home_banner_area .search_course_wrap .form-control {
      height: 50px;
      background: transparent;
      padding: 0 20px;
      border-radius: 0;
      display: inline-block;
      border: 0; }
    .home_banner_area .search_course_wrap input {
      font-size: 18px;
      color: #ffffff; }
      .home_banner_area .search_course_wrap input.placeholder {
        color: #ffffff;
        font-size: 14px; }
      .home_banner_area .search_course_wrap input:-moz-placeholder {
        color: #ffffff;
        font-size: 14px; }
      .home_banner_area .search_course_wrap input::-moz-placeholder {
        color: #ffffff;
        font-size: 14px; }
      .home_banner_area .search_course_wrap input::-webkit-input-placeholder {
        color: #ffffff;
        font-size: 14px; }
      .home_banner_area .search_course_wrap input:focus {
        box-shadow: none; }
        .navbar li button,
    .home_banner_area .search_course_wrap .search_course_btn {
      background: linear-gradient(90deg, #e00015 0%, #dd5c86 100%);
      background-size: 200% auto;
      border-radius: 0;
      color: #fff;
      position: relative;
      left: 60px;
      padding: 10px 35px;
      border: 0;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media (max-width: 480px) {
        .home_banner_area .search_course_wrap .search_course_btn {
          padding: 8px 16px;
          left: 0; } }
      .home_banner_area .search_course_wrap .search_course_btn:focus {
        box-shadow: none; }
      .home_banner_area .search_course_wrap .search_course_btn:hover {
        background-position: right center; }

.banner_area {
  position: relative;
  background: url(../images/banner11.jpg) no-repeat center center;
  z-index: 1;
  min-height: 190px;
  padding-top: 0 !important; 
background-size: cover;
background-position: initial;}
  .banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height:190px;
    z-index: 1; }
    .banner_area .banner_inner .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #000;
      opacity: 0.8; }
    .banner_area .banner_inner .banner_content {
      position: relative;
      z-index: 2;
      color: #fff; }
      .banner_area .banner_inner .banner_content h2 {
        color: #fff;
        font-size: 48px; }
      @media (max-width: 991px) {
        .banner_area .banner_inner .banner_content p {
          display: none; } }
      .banner_area .banner_inner .banner_content .page_link {
        display: inline-block;
        padding: 7px 20px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-top: 20px; }
        .banner_area .banner_inner .banner_content .page_link a {
          font-size: 14px;
          color: #fff;
         font-family: 'Montserrat', sans-serif;
          margin-right: 32px;
          position: relative;
          text-transform: uppercase; }
          .banner_area .banner_inner .banner_content .page_link a:before {
            content: "\f178";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            right: -25px;
            top: 50%;
            transform: translateY(-50%); }
          .banner_area .banner_inner .banner_content .page_link a:last-child {
            margin-right: 0px; }
            .banner_area .banner_inner .banner_content .page_link a:last-child:before {
              display: none; }

/* End Home Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Features Area css
============================================================================================ */
.feature_area {
     margin-top: 51px;
    text-align: left;}
  @media (max-width: 991px) {
    .feature_area {
      margin-top: 60px; } }

.single_feature {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 40px; }
  @media (max-width: 480px) {
    .single_feature {
      padding: 40px 20px; } }
  .single_feature:nth-child(1) {
    margin-bottom: 30px; }
  .single_feature:nth-child(2) {
    margin-bottom: 30px; }
  .single_feature .icon {
    margin-right: 20px; }
    .single_feature .icon span {
      font-size: 30px; }
  .single_feature h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff; }
  .single_feature p {
    margin: 0; }

/* End Features Area css
============================================================================================ */
/* Start Department Area css
============================================================================================ */
.single_department {
  background: #f5f2f2;
  padding: 40px 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  .single_department img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single_department h4 {
    margin-top: 20px;
    margin-bottom: 0;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single_department:hover {
    box-shadow: 0px 20px 50px rgba(0, 175, 224, 0.3); }
    .single_department:hover img {
      -webkit-filter: brightness(0) invert(1);
      -moz-filter: brightness(0) invert(1);
      -ms-filter: brightness(0) invert(1);
      -o-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    .single_department:hover h4 {
      color: #ffffff; }
.teamwork h5,
.dpmt_right h1 {
  font-size: 32px;
  margin-bottom: 25px; }
  @media (max-width: 575px) {
    .dpmt_right h1 {
      font-size: 30px;
      margin-bottom: 15px; } }
.dpmt_right .primary-btn {
  margin-top: 30px; }

/* End Department Area css
============================================================================================ */
/* Start Popular Courses Area css
============================================================================================ */
.popular_courses {
  padding: 120px 0 90px; }
  @media (max-width: 991px) {
    .popular_courses {
      padding: 60px 0 30px; } }

.single_course {
  margin-bottom: 42px; }
  .single_course .course_head {
    position: relative;
    overflow: hidden; }
    .single_course .course_head.overlay:after {
      background: #000;
      opacity: 0.2;
      z-index: 1; }
    .single_course .course_head .authr_meta {
      position: absolute;
      bottom: 15px;
      left: 15px;
      z-index: 2; }
      .single_course .course_head .authr_meta span {
        color: #fff;
        padding-left: 10px; }
      .single_course .course_head .authr_meta img {
        margin-top: -8px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single_course .course_head img {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .single_course .course_content {
    padding-top: 30px; }
    .single_course .course_content h4 a {
      color: #222222; }
    .single_course .course_content p {
      margin: 0; }
    .single_course .course_content .course_meta {
      margin-top: 25px; }
      .single_course .course_content .course_meta .meta_info {
        margin-right: 25px; }
        .single_course .course_content .course_meta .meta_info a {
          color: #222222; }
        .single_course .course_content .course_meta .meta_info i.lnr {
          padding-right: 5px; }
      .single_course .course_content .course_meta .price {
        padding: 10px 24px;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        box-shadow: 0px 20px 50px rgba(0, 175, 224, 0.2); }
        .single_course .course_content .course_meta .price.df_color1 {
          box-shadow: 0px 20px 50px rgba(233, 62, 135, 0.2); }
        .single_course .course_content .course_meta .price.df_color2 {
          box-shadow: 0px 20px 50px rgba(115, 73, 204, 0.2); }
  .single_course:hover .course_head img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single_course:hover h4 a {
    color: #00aee0; }

/* End Popular Courses Area css
============================================================================================ */
/* Start Courses Details Area css
============================================================================================ */
.course_details_area .title {
  font-size: 21px;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px; }
  .course_details_area .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 74px;
    background: #f69c24; }

.course_details_left .course_list {
  margin-bottom: 0; }
  @media (max-width: 575px) {
    .course_details_left .course_list {
      padding-left: 0; } }
  .course_details_left .course_list li {
    list-style: none;
    margin-bottom: 20px; }
    .course_details_left .course_list li .primary-btn {
      background: #f9f9f9;
      color: #777777;
      box-shadow: none;
      font-size: 12px; }
      .course_details_left .course_list li .primary-btn:hover {
        background: #00aee0;
        color: #ffffff;
        box-shadow: 0px 10px 30px rgba(0, 175, 224, 0.3); }
      @media (max-width: 575px) {
        .course_details_left .course_list li .primary-btn {
          min-width: 100px;
          font-size: 10px;
          padding: 0 10px; } }
    .course_details_left .course_list li:last-child {
      margin-bottom: 0; }

@media (max-width: 991px) {
  .right-contents {
    margin-top: 50px; } }
.right-contents ul {
  padding-left: 0; }
  .right-contents ul li {
    list-style: none;
    background: #f9f9f9;
    padding: 10px 22px;
    margin-bottom: 10px; }
    .right-contents ul li a {
      color: #777777;
      text-align: left; }
      .right-contents ul li a p {
        margin-bottom: 0px; }
    .right-contents ul li .or {
      color: #222222; }
.right-contents .enroll {
  margin-top: 10px;
  width: 100%; }

/* Strat Big Features Area css
============================================================================================ */
.fact_area {
  position: relative;
  color: #fff;
  background: green;
  background-size: auto;
  z-index: 1;
  padding: 35px 0;
  height: auto;
  }
  @media (max-width: 991px) {
    .fact_area {
      padding: 60px 0 30px; } }
  .fact_area.overlay:after {
    /* background: #000; */
    opacity: 0.7;
    }
  .fact_area .main_title h2 {
    color: #fff; }
  .fact_area .col-lg-4:nth-child(5) .single_fact {
    margin-top: -129px; }
    @media (max-width: 991px) {
      .fact_area .col-lg-4:nth-child(5) .single_fact {
        margin-top: 0; } }
  @media (max-width: 991px) {
    .fact_area .col-lg-4:nth-child(4) .single_fact {
      margin-top: -100px; } }
  @media (max-width: 767px) {
    .fact_area .col-lg-4:nth-child(4) .single_fact {
      margin-top: 0px; } }
  @media (max-width: 991px) {
    .fact_area .col-lg-4:nth-child(6) .single_fact {
      margin-top: -165px; } }
  @media (max-width: 767px) {
    .fact_area .col-lg-4:nth-child(6) .single_fact {
      margin-top: 0px; } }

.single_fact {
 /* min-height: 255px; */
 /* max-height: 255px; */
 background: rgba(255, 255, 255, 0.15);
 padding: 10px;
 border: 1px solid #e9e7e7;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 }
  .single_fact h4 {
    color: #fff;
    margin-bottom: 20px; }
  .single_fact p {
    margin: 0px; }
  .single_fact .f_icon {
    margin-bottom: 0;
    }
  .single_fact:hover {
    border: 1px solid rgba(255, 255, 255, 0.3); }

/* End Big Features Area css
============================================================================================ */

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== contact_area css ================*/

.contact_info .info_item {
  position: relative;
  padding-left: 45px; }
  .contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #f69c24;
    font-weight: 600; }
  .contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    color: "Crimson Text", serif;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222222; }
    .contact_info .info_item h6 a {
      color: #222222; }
  .contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px; }

.contact_form .form-group {
  margin-bottom: 10px; }
  .contact_form .form-group .form-control {
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
   font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
    padding-left: 20px; }
    .contact_form .form-group .form-control:focus {
      box-shadow: none;
      outline: none; }
    .contact_form .form-group .form-control.placeholder {
      color: #999; }
    .contact_form .form-group .form-control:-moz-placeholder {
      color: #999; }
    .contact_form .form-group .form-control::-moz-placeholder {
      color: #999; }
    .contact_form .form-group .form-control::-webkit-input-placeholder {
      color: #999; }
  
.contact_form .primary-btn {
  margin-top: 20px;
  cursor: pointer; }

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #00aee0;
      padding-bottom: 10px;
     font-family: 'Montserrat', sans-serif; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/

/*---------- End Elements Page -------------*/
.sample-text-area {
  padding: 100px 0 70px 0; }

.sample-text {
  margin-bottom: 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

.typo-list {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px; } }
b, sup, sub, u, del {
  color: #f8b600; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777; }

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }

.button-group-area .genric-btn:last-child {
  margin-right: 0; }

.circle {
  border-radius: 20px; }

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.genric-btn:focus {
  outline: none; }

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px; }

.genric-btn.large {
  line-height: 45px; }

.genric-btn.medium {
  line-height: 30px; }

.genric-btn.small {
  line-height: 25px; }

.genric-btn.radius {
  border-radius: 3px; }

.genric-btn.circle {
  border-radius: 20px; }

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.genric-btn.arrow span {
  margin-left: 10px; }

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.primary {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent; }

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

.genric-btn.primary-border {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff; }

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent; }

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent; }

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff; }

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff; }

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent; }

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent; }

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff; }

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff; }

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent; }

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent; }

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

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff; }

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent; }

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent; }

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

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff; }

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent; }

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent; }

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline; }

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed; }

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600; }

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll; } }
.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px; }

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px; }

.progress-table .country {
  width: 28.07%; }

.progress-table .visit {
  width: 19.74%; }

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px; }

.progress-table .table-head {
  display: flex; }

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500; }

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex; }

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center; }

.progress-table .table-row .country img {
  margin-right: 15px; }

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent; }

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px; }

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6; }

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686; }

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359; }

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf; }

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf; }

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6; }

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7; }

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.single-gallery-image:hover {
  opacity: .8; }

.list-style {
  width: 14px;
  height: 14px; }

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f8b600;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list li span {
  font-weight: 300;
  color: #777777; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input:focus {
  outline: none; }

.input-group-icon {
  position: relative; }

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3; }

.input-group-icon .icon i {
  color: #797979; }

.input-group-icon .single-input {
  padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none; }

.single-textarea:focus {
  outline: none; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-primary:focus {
  outline: none;
  border: 1px solid #f8b600; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359; }

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.default-switch input:checked + label {
  left: 19px; }

.single-element-widget {
  margin-bottom: 30px; }

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.primary-switch input:checked + label:after {
  left: 19px; }

.primary-switch input:checked + label:before {
  background: #f8b600; }

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer; }

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.confirm-switch input:checked + label:after {
  left: 19px; }

.confirm-switch input:checked + label:before {
  background: #4cd3e3; }

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.single-defination h4 {
  color: #222222; }

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none; }

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none; }

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3; }

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none; }

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none; }

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none; }

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3; }

.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.ordered-list {
  list-style: none;
  padding: 0px; }

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none; }

.default-select {
  height: 40px; }

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px; }

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px; }

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px; }

.default-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent; }

.default-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent; }

.default-select .current {
  margin-right: 50px;
  font-weight: 300; }

.default-select .nice-select::after {
  right: 20px; }

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px; } }
.form-select {
  height: 40px;
  width: 100%; }

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%; }

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px; }

.mt-10 {
  margin-top: 10px; }

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px; }

.form-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent; }

.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent; }

.form-select .current {
  margin-right: 50px;
  font-weight: 300; }

.form-select .nice-select::after {
  right: 20px; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.white_bg_btn {
  background: #fff;
  display: inline-block;
  color: #222222;
  line-height: 40px;
  padding: 0px 28px;
  font-size: 14px;
 font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none; }
  .white_bg_btn:hover {
    background: #00aee0;
    color: #fff; }

.blog_btn {
  border: 1px solid #eeeeee;
  background: #f9f9ff;
  padding: 0px 32px;
  font-size: 13px;
  font-weight: 500;
 font-family: 'Montserrat', sans-serif;
  color: #222222;
  line-height: 34px;
  display: inline-block; }
  .blog_btn:hover {
    border-color: #00aee0;
    color: #fff; }

/* End Main Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@media (max-width: 1619px) {
  /* Main Menu Area css
  ============================================================================================ */
  

  /* End Main Menu Area css
  ============================================================================================ */ }
@media (max-width: 1199px) {
  /* Main Menu Area css
  ============================================================================================ */
  

  /* End Main Menu Area css
  ============================================================================================ */
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner {
    padding: 100px 0px; }

  /* End Home Banner Area css
  ============================================================================================ */
  .header_area .navbar .tickets_btn {
    margin-left: 40px; } }
@media (max-width: 991px) {
  /* Main Menu Area css
  ============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px; }

  .header_area {
    /* position: absolute; */
    }

  .header_area .navbar {
    background: #ffffff; }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1; }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0; }

  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px; }

  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative; }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #f69e24;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer; }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }

  .nav {
    padding: 0px 0px; }

  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 117px; }

  .header_top .nav {
    padding: 0px; }

  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px; }

  .header_area .navbar .search {
    margin-left: 0px; }

  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll; }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px; }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px; }

  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 0px;
    padding-top: 71px; }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px; }

  /* End Main Menu Area css
  ============================================================================================ */
  /* Blog page Area css
  ============================================================================================ */
  .categories_post img {
    width: 100%; }

  .categories_post {
    max-width: 360px;
    margin: 0 auto; }

  .blog_categorie_area .col-lg-4 {
    margin-top: 30px; }

  .blog_area {
    padding-bottom: 80px; }

  .single-post-area .blog_right_sidebar {
    margin-top: 30px; }

  /* End Blog page Area css
  ============================================================================================ */
  /* Contact Page Area css
  ============================================================================================ */
  .contact_info {
    margin-bottom: 50px; }

  /* End Contact page Area css
  ============================================================================================ */
  .home_banner_area .donation_inner {
    margin-bottom: -30px; }

  .home_banner_area .dontation_item {
    max-width: 350px;
    margin: auto; }
.header_area .navbar .tickets_btn {
    margin-left: 0px; }

  .home_banner_area {
    min-height: 700px; } }
@media (max-width: 767px) {
  .home_banner_area {
    min-height: 500px; }

  .home_banner_area .banner_inner {
    min-height: 500px; }

  .home_banner_area .banner_inner .banner_content {
    margin-top: 0px; }

  /* Blog Page Area css
  ============================================================================================ */
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 40px;
    line-height: 50px; }

  .blog_info.text-right {
    text-align: left !important;
    margin-bottom: 10px; }

  /* End Blog Page Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 30px; }

  .home_banner_area .banner_inner .banner_content p br {
    display: none; }

  .home_banner_area .banner_inner .banner_content h3 span {
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px; }

  /* Footer Area css
  ============================================================================================ */


  /* End End Footer Area css
  ============================================================================================ */ }
@media (max-width: 575px) {
  .top_menu {
    display: none; }

  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 0px;
    padding-top: 71px; }

    /* Home Banner Area css
	============================================================================================ */
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 40px;
    line-height: 44px; }

  .home_banner_area {
    min-height: 500px; }

  .home_banner_area .banner_inner {
    min-height: 500px; }

  .blog_banner .banner_inner .blog_b_text {
    margin-top: 0px; }

  .home_banner_area .banner_inner .banner_content img {
    display: none; }

  .home_banner_area .banner_inner .banner_content h5 {
    margin-top: 0px; }

  /* End Home Banner Area css
  ============================================================================================ */
  /* Elements Area css
  ============================================================================================ */
  .sample-text-area {
    padding: 70px 0 70px 0; }

  .generic-blockquote {
    padding: 30px 15px 30px 30px; }

  /* End Elements Area css
  ============================================================================================ */
  /* Blog Page Area css
  ============================================================================================ */
  .blog_details h2 {
    font-size: 20px;
    line-height: 30px; }

  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 28px;
    line-height: 38px; }

  /* End Blog Page Area css
  ============================================================================================ */
  /* Footer Area css
  ============================================================================================ */
  .footer-area {
    padding: 70px 0px; }

  /* End End Footer Area css
  ============================================================================================ */
  .single-footer-widget .sub-btn {
    right: 0px; } }
@media (max-width: 480px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar-collapse {
    max-height: 250px; }

  /* End Main Menu Area css
  ============================================================================================ */
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content {
    margin-top: 0px; }

  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 24px; }

  /* End Home Banner Area css
  ============================================================================================ */
  .banner_area .banner_inner .banner_content h2 {
    font-size: 32px; }

  /* Blog Page Area css
  ============================================================================================ */
  .comments-area .thumb {
    margin-right: 10px; }

  /* End Blog Page Area css
  ============================================================================================ */ }
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* =================================== */
/*  Footer Styles
/* =================================== */
.footer-area {
  background: #000000; }
  @media (max-width: 991px) {
    .footer-area .single-footer-widget {
      margin-bottom: 30px; } }
  .footer-area .single-footer-widget h4 {
    color: #ffffff;
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .footer-area .single-footer-widget h4 {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .footer-area .single-footer-widget h4 {
        margin-bottom: 15px; } }
  .footer-area .single-footer-widget ul {
    padding-left: 0; }
    .footer-area .single-footer-widget ul li {
      margin-bottom: 15px;
      list-style: none; }
      .footer-area .single-footer-widget ul li a {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #777777; }
        .footer-area .single-footer-widget ul li a:hover {
          color: #ffffff; }
  .footer-area .single-footer-widget .form-wrap {
    margin-top: 25px; }
  .footer-area .single-footer-widget input {
    height: 40px;
    border: none;
    width: 80% !important;
    font-weight: 300;
    background: #333333;
    color: #ffffff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px; }
    .footer-area .single-footer-widget input:focus {
      outline: none;
      box-shadow: none; }
  .footer-area .single-footer-widget .click-btn {
    background: -webkit-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -moz-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -ms-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -o-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background-size: 200% auto;
    color: #ffffff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 16px;
    margin-left: -60px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .footer-area .single-footer-widget .click-btn span {
      font-weight: 500; }
    .footer-area .single-footer-widget .click-btn:focus {
      outline: none;
      box-shadow: none; }
    .footer-area .single-footer-widget .click-btn:hover {
      background-position: right center; }
  .footer-area .footer-bottom {
    margin-top: 50px; }
    @media (max-width: 991px) {
      .footer-area .footer-bottom {
        margin-top: 20px; } }
    .footer-area .footer-bottom a {
      color: #00aee0; }
    .footer-area .footer-bottom .footer-social {
      text-align: right; }
      .footer-area .footer-bottom .footer-social a {
        background: #111111;
        width: 20px;
        width: 40px;
        display: inline-table;
        height: 40px;
        text-align: center;
        padding-top: 10px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .footer-area .footer-bottom .footer-social a:hover i {
          color: #fff; }
      .footer-area .footer-bottom .footer-social i {
        color: #cccccc;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      @media (max-width: 991px) {
        .footer-area .footer-bottom .footer-social {
          text-align: left;
          margin-top: 20px; } }

  /*----abc----*/
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey {
    background-color: #042040;
    font-family: "Montserrat", sans-serif;
}
.themetechmount-topbar-wrapper.tm-textcolor-white {
    color: rgba(255,255,255,.95);
}
.themetechmount-topbar-wrapper {
    position: relative;
}
.themetechmount-topbar-inner {
    line-height: 32px;
}
.tm-wrap {
    display: table;
    width: 100%;
}
.tm-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}
.top-contact.tm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
    line-height: 32px;
    vertical-align: top;
}
.top-contact li:last-child {
    padding-right: 20px;
}
.top-contact li:first-child {
    padding-left: 0;
}
.top-contact li{
  position: relative;
}
.top-contact li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}
.top-contact.tm-highlight-right i, .top-contact.tm-highlight-left i {
    color: #fff;
}
.top-contact i {
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.fa-clock-o:before {
    content: "\f017";
}
.top-contact.tm-highlight-right strong, .top-contact.tm-highlight-left strong {
    font-weight: 500;
}
.top-contact.tm-highlight-left:after{
  content: "";
  width: 5000px;
  height: 100%;
  background-color: #49a654;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.tm-align-right {
    text-align: right;
}
.tm-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}
.top-contact li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}
.tm-textcolor-white .top-contact li:first-child:before
,.tm-textcolor-white .top-contact li:before{
  background-color: rgba(255,255,255,.14);
}
.top-contact li:not(:last-child):first-child:before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(0,0,0,.09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.themetechmount-topbar-wrapper .top-contact li a, .themetechmount-topbar-wrapper .social-icons li>a, .themetechmount-topbar-wrapper .tm-fbar-open-icon {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.themetechmount-topbar-wrapper.tm-textcolor-white a, .themetechmount-topbar-wrapper.tm-textcolor-white {
    color: rgba(255,255,255,.95);
}
.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-right: 0;
}
.tm-topbar-content .tm-wrap-cell div {
    padding-left: 15px;
}
.top-contact li, .tm-topbar-content .tm-wrap-cell div {
    position: relative;
}
.tm-topbar-content .tm-wrap-cell div {
    display: inline-block;
}
.tm-textcolor-white .tm-topbar-content .tm-wrap-cell div:before{
  background-color: #f69c24;
  display: none;
}
.tm-topbar-content .tm-wrap-cell div:before {
    right: auto;
    left: 3px;
}
.tm-topbar-content .tm-wrap-cell div:before, .top-contact li:not(:last-child):first-child:before {
    content: "";
    height: 18px;
    width: 2px;
    background-color: #f69c24;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.themetechmount-topbar-wrapper .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0;
    margin: 0 3px;
}
.social-icons li {
    display: inline-block!important;
    padding-left: 0;
    min-width: 23px;
    border: none;
}
.tm-bgcolor-darkgrey .social-icons li > a{
  border-color: #f71735;
}
.themetechmount-topbar-wrapper .social-icons li>a{
  transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.themetechmount-topbar-wrapper .social-icons li>a {
    border: none;
    width: 16px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
}
.navbar li button{
  text-transform: uppercase;
  font-size: 12px;
    padding: 10px 18px;
    left: 0;
}
.teamwork .about-hn,
.section_gap .about-hn{
   color: #f6a024;
   font-size:19px;
} 
.teamwork .single_department{
  text-align: center;
  background: linear-gradient(90deg, #db8614 0%, #f4c128 100%);
  /* box-shadow: 0px 20px 50px rgba(210, 224, 0, 0.3); */
}
.teamwork .number{
    font-size: 43px;
    margin-top: 34px;
}
.teamwork .dpmt_icon,
.teamwork .number,
.teamwork .bus{
  color: #fff!important;
}
.teamwork .dpmt_icon{
    font-size: 56px;
}
.teamwork .bus{
  font-size: 15px;
}
.teamwork .single_department:hover{
  background: #fff;
}
.teamwork .single_department:hover .dpmt_icon i{
  color: #f69c24;
} 
.teamwork .single_department:hover .bus,
.teamwork .single_department:hover .number .num{
  color: #888!important;
}
.teamwork{
  padding: 21px 0;
}
.footer .footer-logo{
  text-align: center;
  background: #0b0c26;
}
.footer .footer-logo-lg{
  padding: 13px 0;
}
.footer .contact-information .con-sec{
  text-align: center;
}
.footer .contact-information{
  padding-top: 24px;
  background: #f5faff;
}
.footer .con-title{
  margin-bottom: 5px;
}
.footer .search_course_wrap .form_box {
    background: #fff;
}
.footer .search_course_wrap .form-control {
    height: 40px;
    background: transparent;
    padding: 0 20px;
    border-radius: 0;
    display: inline-block;
    border: 0;
}
.home_banner_area .search_course_wrap input {
    font-size: 18px;
    color: #000000;
}
.footer .search_course_wrap .search_course_btn {
   background: linear-gradient(90deg, #e00015 0%, #dd5c86 100%);
    background-size: 200% auto;
    border-radius: 0;
    color: #fff;
    position: relative;
    left: 60px;
    padding: 10px 35px;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer .search_course_wrap{
  padding: 23px 0;
}
.form-control:focus
 { -webkit-box-shadow: none; -moz-box-shadow: none;
 }
  .form-control:focus
{ outline: 0; box-shadow: none;
  }
  .footer .footer-bottom{
    background: #0b0c26;
    padding: 41px 0 16px;
  }
  .footer .f-content a,
  .footer li a,
  .footer .abt-jee-mantra,
  .footer .f-content{
    color: #fff;
  }

  .border-btm{
    border-bottom: 3px solid #f6a024;
    width: 41px;
    margin-top: 17px;
  }
  .footer .hn{
    margin-bottom: 18px;
  }
.footer ul{
 list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 38px;
}
.footer li i{
  margin-right: 6px;
}
.footer .loc-num i,
 .footer .news-content:hover a,
.footer .f-link:hover a,
.footer .f-link:hover{
  color: #f69c24;
}
.footer .lefty img{
 height: 68px;
}
.footer .loc-num,
.footer .date{
  color: #dad7d7;
}
.footer .map-num{
  margin-top: 18px;
}
.footer .ft-bottom{
  text-align: center;
  border-top: 1px solid #464545;
  margin-top: 28px;
  padding-top: 26px;
  color: #fff; 
}
.course_details_area li{
  list-style: none;
}
.course_details_area .tab-content li:before{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  margin-right: 5px;
 font-size: 20px;
    color: #f69c24;
}

.teamwork .hn123{
  border-bottom: 2px solid #f69c24;
    margin-bottom: 15px;
}
.teamwork li{
  list-style: none;
}
.teamwork .li123-ro,
.teamwork li .li123{
  margin-right: 8px;
    font-size: 20px;
    color: #f69c24;
}
.teamwork .border-btm{
  margin-left: 46%;
}
.teamwork .single_feature:nth-child(1){
 background: linear-gradient(90deg, #042040 0%, #1f3854 100%);
}
.teamwork .single_feature:hover{
  box-shadow: 0px 20px 50px rgba(0, 175, 224, 0.3);
}
.contact_area{
  padding-top: 50px;
}
.contact_area label{
	margin-bottom: 0;
}
.card-header, .card {
    border: none;
}
.card-header {
    background: none;
}
.mb-0 > a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 6px;
    color: #000;
    border-bottom: 1px solid #d4d4d4;
}
.card-body {
    padding: 2px 40px;
    font-size: 15px;
    line-height: 30px;
}
.mb-0 > a[aria-expanded="true"]:before {
    content: "\f106";
}
.mb-0 > a:before {
    content: "\f106";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
.card:hover .card-header a{
	color: #f71735!important;
}
.mapBox iframe{
	height: 340px;
	width: 100% ;
}
.contact-info12{
	margin-top: 12px;
    margin-bottom: 36px;
}
.course-sidebar-wrapper .icon1234{
  margin-right: 12px;
    font-size: 20px;
    color: #042040;
}
.course_details_area .container{
	max-width: 1222px;
}
.course_details_area .detail{
	padding: 0 0;
}
.course-sidebar-wrapper li{
  padding: 17px 25px !important;
}
.course-sidebar-wrapper li{
  border-bottom: 1px dashed #f69c24!important;
}
.nav-tabs {
   border-bottom: none;
}
.course_details_area li{
	width: 100%;
	    border-bottom: 1px solid #eae0e0;
    padding: 6px;
}
.course_details_area .nav-tabs a{
	color: #042040;
}
.nav-tabs > li:hover a, .nav-tabs > li.active a {
    color: #fff;
}
.nav-tabs > li.active,
.nav-tabs > li:hover{
	background:#f69c24;
	color: #fff;
}

.course_details_area{
	padding: 27px 0;
}
.course_details_area .primary-btn{
	padding: 12px 6px;
	line-height: 18px;
}
.course_details_area .img-responsive{
	margin-right: 15px;
}

.course_details_area .box {
    border-radius: 4px;
    background:#00aee0;
    padding: 7px 8px;
    margin-bottom: 20px;
}
.course_details_area .box img {
    float: left;
    margin-right: 10px;
}
.course_details_area .box p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 3px;
    line-height: 20px;
    text-transform: uppercase;
}
.course_details_area .box a{
	color: #fff;
}
.course_details_area ul{
	padding-left: 0;
	list-style-type: none;
}
.neet li strong{
	color: #000;
}
.feature_area .clr{
	font-size: 21px;
}
.login {
  margin:40px 0;
}
.login .box {
  border:1px solid #e5e5e5;
  border-radius:4px;
}
.login .col-sm-4 {
  padding:18px 24px;
}
.login .bor {
  border-right:1px solid #E5E5E5;
}
.login h5 {
  font-size:20px;
  font-weight:700;
  color:#f69c24;
  margin:0 0 10px;
  text-transform:uppercase;
}
.login hr {
  margin:0 0 27px;
  border-top:3px solid #f69c24;
  width:50px;
}
.login .form-group {
  margin-bottom:10px;
}
.login label {
  color:#000;
  font-size:14px;
  font-weight:700;
  margin:0 0 15px;
  text-transform:capitalize;
}
.login .form-control {
  height:40px;
  border-radius:0px;
  color:#292929;
  font-size:13px;
  border:1px solid #e5e5e5;
}
.login .links {
  color:#686868;
  font-size:14px;
  font-weight:400;
}
.login .links a {
  color:#000;
}
.login .links input {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.login .btn-primary {
 background: linear-gradient(to right, #f69c24 0%, #f69c24 51%, #f66f3b 100%);
  color: #fff;
  width: 100%;
  height: 34px;
  border-radius: 4px;
    border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.login .or {
  text-align:center;
  margin:15px 0;
}
.login .or span {
  background:#fff;
  padding:0 17px;
  color:#999;
  font-size:16px;
}
.login .or hr {
  margin:-12px 0 0px;
  border:1px solid #E5E5E5;
  width:100%;
}
.login ul {
  margin:0;
  text-align:center;
}
.login ul li {
  margin:0 0 30px;
  padding:14px 0;
  font-size:16px;
  font-weight:600;
  border-radius:4px;
  text-transform:uppercase;
}
.login ul li a {
  color:#fff;
}
.login ul li i {
  margin-right:43px;
}
.login ul li:first-child {
  background: #3B5999;
}
.login ul li:last-child {
  background: #1DA1F3;
}
.login .donot {
  font-size:14px;
  font-weight:600;
  color:#686868;
  text-align:center;
}
.login .donot a {
  color:#000;
}
.login .frm12{
  padding: 24px 32px;
}
.feature_area .btn{
  padding: 3px 14px;
}
.sidebar .widget {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
}
.sidebar .widget h3 {
  margin-bottom: 14px;
}
.search-widget {
  position: relative;
  overflow: hidden;
}
.search-widget input {
  width: 100%;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  padding: 0 15px;
}
.search-widget .sbtn {
  position: absolute;
  right: 0;
  top: 0px;
  background: #fa394a;
  color: #fff;
  line-height: 50px;
  border: 0px;
  padding: 0 20px;
}
.sidebar .textwidget {
  width: 100%;
  float: left;
  border: 1px solid #e6e6e6;
}
.sidebar .textwidget img {
  width: 100%;
  height: auto;
}
.sidebar .textwidget p {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  padding: 0 20px;
}
.sidebar .textwidget .name {
  color: #fa394a;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.sidebar .textwidget .social {
  background: #f5f5f5;
  width: 100%;
  margin: 0px;
  padding: 15px 0;
  text-align: center;
  list-style: none;
}
.sidebar .textwidget .social li {
  display: inline-block;
  margin: 0 1px;
}
.sidebar .textwidget .social a {
  border: 1px solid #cdcdcd;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  color: #999999;
  border-radius: 100%;
  background: #fff;
}
.sidebar .textwidget .social a:hover {
  background: #fa394a;
  color: #fff;
  border-color: #fa394a;
}
ul.side-quick-link {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.side-quick-link li {
    position: relative;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    height: 68px;
    padding-left: 82px;
}
.side-quick-link li .btn{
  padding: 1px 17px;
}
.side-quick-link li a {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
   font-family: "Montserrat", sans-serif;
}
.side-quick-link li i {
    position: absolute;
    left: 0;
    top: 0px;
    height: 66px;
    width: 66px;
    background: #18254a;
    text-align: center;
    line-height: 67px;
    color: #fff;
    font-size: 20px;
}
.side-quick-link li .view-more12{
  font-size: 13px;
}
.side-quick-link li:hover a {
  color: #f69c24;
}
.side-quick-link li:hover i {
  background: #f69c24;
  color: #fff;
}
.carousel .itm1{
  background-size: cover !important;
  background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/slider1.png) no-repeat scroll center;
}
.carousel .itm2{
   background-size: cover !important;
   background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/slider2.png) no-repeat scroll center;
}
.carousel .itm3{
   background-size: cover !important;
   background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/slider3.png) no-repeat scroll center;
}
.carousel-item{
  height: 495px;
  width: 100%;
}
.carousel .banner_content{
  text-align: left;
}
.carousel .carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 100px;
}
.carousel .carousel-caption h2,
.carousel .carousel-caption p{
 color: #fff;
}
.carousel .carousel-caption h2{
  font-size: 44px;
}
.carousel .carousel-caption p{
  font-size: 18px;
}
.carousel-control-next, .carousel-control-prev {
    top: 85%;
    bottom: auto;
    width: auto;
    padding: 14px 15px;
    background: #3ce2ad;
    opacity: 1;
    position: absolute;
    border-radius: 3px;
    font-size: 24px;
}
.carousel-control-next, .carousel-control-prev {
    top: 47% !important;
    bottom: auto;
    width: auto;
    padding: 9px 6px;
    background: rgba(0,0,0,0.4) !important;
    opacity: 1;
    position: absolute;
    border-radius: 3px;
    font-size: 24px;
}
.abt12 .department_area{
 padding-bottom: 0;
 padding-top: 42px;
}
.membership-pricing-table {
  width: 100%
}
.membership-pricing-table table .icon-no, .membership-pricing-table table .icon-yes {
  font-size: 22px
}
.membership-pricing-table table .icon-no {
  color: #a93717
}
.membership-pricing-table table .icon-yes {
  color: #209e61
}
.membership-pricing-table table .plan-header {
  text-align: center;
  font-size:30px;
  border: 1px solid #e2e2e2;
  padding: 25px 0
}
.membership-pricing-table table .plan-header-free {
  background-color: #eee;
  color: #555
}
.membership-pricing-table table .plan-header-blue {
  color: #fff;
  background-color: #d04e66;
    border-color: #c6396d;
}
.membership-pricing-table table .plan-header-standard {
  color: #fff;
  background-color: #ff9317;
  border-color: #e37900
}
.membership-pricing-table table td {
  text-align: center;
  width: 15%;
  padding: 7px 5px;
  background-color: #fafafa;
  font-size: 13px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset
}
.membership-pricing-table table, .membership-pricing-table table td {
  border: 1px solid #ebebeb
}
.membership-pricing-table table tr td:first-child {
  background-color: transparent;
  text-align: right;
  width:18%
}
 .membership-pricing-table table tr td:nth-child(5) {
 background-color: #FFF
}
 .membership-pricing-table table tr:first-child td, .membership-pricing-table table tr:nth-child(2) td {
 -webkit-box-shadow: none;
 box-shadow: none
}
.membership-pricing-table table tr:first-child th:first-child {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #e2e2e2
}
.membership-pricing-table table tr:first-child th .pricing-plan-name {
  font-size: 18px
}
.membership-pricing-table table tr:first-child th .pricing-plan-price {
  line-height: 35px
}
.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
  font-size: 45%
}
.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
  font-size: 30%
}
.membership-pricing-table table tr:first-child th .pricing-plan-period {
  margin-top: -7px;
  font-size: 25%
}
.membership-pricing-table table .header-plan-inner {
  position: relative
}
.membership-pricing-table table .recommended-plan-ribbon {
  box-sizing: content-box;
  background-color: #dc3b5d;
  color: #FFF;
  position: absolute;
  padding: 3px 6px;
  font-size: 11px!important;
  font-weight: 500;
  left: -6px;
  top: -22px;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 -1px #c2284c inset;
  box-shadow: 0 -1px #c2284c inset;
  text-shadow: 0 -1px #c2284c
}
.membership-pricing-table table .recommended-plan-ribbon:before {
  border: solid;
  border-color: #c2284c transparent;
  border-width: 6px 0 0 6px;
  bottom: -5px;
  content: "";
  left: 0;
  position: absolute;
  z-index: 90
}
.membership-pricing-table table .recommended-plan-ribbon:after {
  border: solid;
  border-color: #c2284c transparent;
  border-width: 6px 6px 0 0;
  bottom: -5px;
  content: "";
  right: 0;
  position: absolute;
  z-index: 90
}
.membership-pricing-table table .plan-head {
  box-sizing: content-box;
  background-color: #ff9c00;
  border: 1px solid #cf7300;
  position: absolute;
  top: -33px;
  left: -1px;
  height: 30px;
  width: 100%;
  border-bottom: none
}
.advert {
  padding-top:40px;
}
.tab-pane h2 {
  margin:0px;
  font-size:20px;
  color:#01195e;
  font-weight:600;
  display:block;
  text-transform:uppercase;
  border-bottom:solid 1px #e4e4e4;
  padding-bottom:10px;
  margin-bottom:10px;
}
.tab-pane h3 {
  margin:0px;
  font-size:18px;
  color:#222;
  font-weight:600;
  display:block;
  text-transform:capitalize;
  padding-bottom:10px;
  margin-bottom:10px;
}
.mock-test{
  padding: 35px 0;
}
.mock-test h3{
  margin-bottom: 18px;
}
.mock-test .hn12,
.mock-test .p12{
  text-align: center;
}
.mock-test .hn12{
  margin-bottom: 9px;
}
.mock-test .mock-test01{
  padding: 15px 0;
}
.mock-test .btn{
  background-color: #cc0000;
    border-color: #bf0073;
}
.header_area.navbar_fixed .navbar{
    position: fixed;
    width: 100%;
   top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.1);
}
.navitem-123{
  display: none;
}
.teamwork .single_feature{
  min-height: 400px;
  max-height: 400px;
}
.contact_area .ab{
  padding: 0 0;
}
.contact_area .fq1{
  margin-left: 14px;
}
.privacy{
  padding: 34px 0;
}
.themetechmount-topbar-wrapper .header-top-right a{
  padding: 7px 14px;
  color: #042040;
  background: linear-gradient(90deg, #f69c24 0%, #ffc107 100%);
}
.themetechmount-topbar-wrapper .header-top-right a:hover{
  background: #042040;
  color: #f69c24;
}
.ntse-glance .abcde,
.course_details_area .bold{
  color: #000000;

}
.course_details_area .abcde{
margin-top: 33px;
}
.ntse-glance h2{
  text-align: center;
}
.ntse-glance td{
  padding: 21px;
}
.ntse-glance i{
   color: #f8a220;
    margin-right: 19px;
    font-size: 23px;
}
.ntse-glance{
  padding: 25px 0;
}
.contact_area .contact-form-box{
  background-color: #ffffff;
    box-shadow: -1px 2px 16px 0px rgba(238, 255, 146, 0.65);
    border-radius: 5px;
    padding: 20px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.nav-tabs > li .show{
  color: #f69c24;
    
}
.course_details_area .tab-content li.active:before{
  color: #ffffff !important;
}






@media only screen and (max-width: 320px){
  .container{
    padding: 0 15px;
  }
  .container-fluid{
    padding: 0 15px;
  }
  .carousel-indicators,
  .tm-textcolor-white{
    display: none;
  }
  .navitem-123{
    display: block;
  }

.carousel .carousel-caption p {
    font-size: 15px;
}
.carousel .carousel-caption{
  top: 10px;
}
.carousel .carousel-caption h2 {
    font-size: 16px;
}
.carousel-item{
  height: 235px;
  background-size: cover !important;
}
.feature_area {
    margin-top: 21px;
}
.department_area {
    padding-top: 14px;
}
.single_feature:nth-child(1) {
    margin-bottom: 15px;
}
.single_feature {
    padding: 25px 20px;
}
.single_feature h4 {
    font-size: 15px;
    margin-bottom: 2px;
  }
    .feature_area .btn {
    padding: 1px 8px;
}
.single_department {
  padding: 13px 10px;
    margin-bottom: 14px;
}
.single_department h4 {
    margin-top: 15px;
    font-size: 13px;
  }
  .section_gap .about-hn{
    font-size: 16px;
  }
  .dpmt_right h1 {
    font-size: 18px;
    margin-bottom: 10px;
}
.border-btm {
  margin-top: 7px;
}
.border-btm{
  margin-top: 0;
} 
.primary-btn{
  line-height: 34px;
   padding: 0px 12px;
}
.section_gap {
    padding: 22px 0;
}
.fact_area {
    padding: 22px 0 0px;
}
.teamwork {
    padding: 0 0;
}
.teamwork .about-hn, .section_gap .about-hn{
  font-size: 15px;
}
.teamwork h5, .dpmt_right h1 {
    font-size: 21px;
    margin-bottom: 14px;
}
.teamwork .dpmt_icon {
    font-size: 50px;
}
.teamwork .number {
    font-size: 31px;
    margin-top: 9px;
}
.single_department h4 {
    margin-top: 8px;
  }
  .footer .contact-information {
    padding-top: 12px;
  }
  .footer .con-title{
    font-size: 14px;
  }
  .footer .con-para{
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .footer-bottom {
padding: 20px 0 6px;
}
.footer .hn {
    margin-bottom: 7px;
}
.footer li,
.footer p{
  font-size: 14px;
}
.footer ul{
  line-height: 29px;
}
.mb-0 > a{
  font-size: 12px;
}
.card-body {
  padding: 0 21px;
    font-size: 13px;
    line-height: 22px;
    margin-top: -4px;
}
.course_details_area .ab12{
 padding: 20px 0;
}
.course_details_area .title{
  margin-bottom: 16px;
}
.course_details_area {
    padding: 6px 0;
}
.sidebar .widget h3 {
    margin-bottom: 16px;
    font-size: 21px;
}
.side-quick-link li a {
    font-size: 13px;
    }
  .banner_area .banner_inner .banner_content{
        margin-top: 51px;
  }
  .log1234 .row{
 padding: 0 15px;
}
.login{
  margin: 0 0;
}
.login .frm12 {
    padding: 9px 0px;
}

}



@media only screen and (max-width: 768px){
  .container{
    padding: 0 15px;
  }
  .container-fluid{
    padding: 0 15px;
  }
  .feature_area,
  .carousel-indicators,
  .tm-textcolor-white{
    display: none;
  }
  .navitem-123{
    display: block;
  }

.carousel .carousel-caption p {
    font-size: 12px;
}
.carousel .carousel-caption{
  top: 10px;
}
.carousel .carousel-caption h2 {
    font-size: 16px;
}
.carousel-item{
  height: 235px;
  background-size: cover !important;
}
.feature_area {
    margin-top: 21px;
}
.department_area {
    padding-top: 14px;
}
.single_feature:nth-child(1) {
    margin-bottom: 15px;
}
.single_feature {
    padding: 16px 1px;
}
.single_feature h4 {
    font-size: 15px;
    margin-bottom: 2px;
  }
    .feature_area .btn {
    padding: 1px 8px;
}
.single_department {
  padding: 13px 10px;
    margin-bottom: 14px;
}
.single_department h4 {
    margin-top: 15px;
    font-size: 13px;
  }
  .section_gap .about-hn{
    font-size: 16px;
  }
  .dpmt_right h1 {
    font-size: 18px;
    margin-bottom: 10px;
}
.border-btm {
  margin-top: 7px;
}

.primary-btn{
  line-height: 34px;
   padding: 0px 12px;
}
.section_gap {
    padding: 22px 0;
}
.fact_area {
    padding: 22px 0 0px;
}
.teamwork {
    padding: 14px 0;
}
.teamwork .about-hn, .section_gap .about-hn{
  font-size: 15px;
}
.teamwork h5, .dpmt_right h1 {
    font-size: 16px;
    margin-bottom: 14px;
}
.teamwork .dpmt_icon {
    font-size: 50px;
}
.teamwork .number {
    font-size: 31px;
    margin-top: 9px;
}
.single_department h4 {
    margin-top: 8px;
  }
  .footer .contact-information {
    padding-top: 12px;
  }
  .footer .con-title{
    font-size: 14px;
  }
  .footer .con-para{
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .footer-bottom {
padding: 20px 0 6px;
}
.footer .hn {
    margin-bottom: 7px;
}
.footer li,
.footer p{
  font-size: 12px;
}
.footer ul{
  line-height: 29px;
}
.mb-0 > a{
  font-size: 12px;
}
.card-body {
  padding: 0 21px;
    font-size: 11px;
    line-height: 22px;
    margin-top: -4px;
}

.course_details_area .ab12{
 padding: 20px 0;
}
.course_details_area .title{
  margin-bottom: 10px;
  font-size: 18px;
}
.course_details_area .content{
 font-size: 12px;
}
.course_details_area {
    padding: 6px 0;
}
.sidebar .widget h3 {
    margin-bottom: 16px;
    font-size: 21px;
}
.side-quick-link li a {
    font-size: 13px;
    }
  .banner_area .banner_inner .banner_content{
        margin-top: 51px;
  }
  .log1234 .row{
 padding: 0 15px;
}
.login{
  margin-top: 0;
    margin-bottom: 40px;
}
.login .frm12 {
    padding: 9px 0px;
}
.department_area p{
     font-size: 14px;
    margin-bottom: 8px;
}
.dpmt_right .primary-btn {
  margin-top: 0;
}
.main_title h2 {
    font-size: 24px;
    margin-bottom: 2px;
}
.main_title p {
    font-size: 14px;
  }
.main_title {
    margin-bottom: 28px;
}
.single_fact{
  margin-bottom: 19px;
  padding: 10px;
    max-height: auto;
    min-height: auto;
}
.single_fact .f_icon {
    margin-bottom: 11px;
}
.single_fact .f_icon {
    margin-bottom: 11px;
}
.single_fact h4 {
    margin-bottom: 7px;
    font-size: 16px;
}
.single_fact p {
  font-size: 15px;
}
.footer .map-num {
    margin-top: 12px;
    font-size: 12px;
}
.footer .ft-bottom{
  margin-top: 14px;
    padding-top: 16px;
}
.tab-pane p,
.tab-pane h2{
  font-size: 14px;
}
.course_details_area li {
  font-size: 14px;
}
.department_area li{
  font-size: 12px;
}
.mock-test .hn12 {
    margin-bottom: 5px;
    font-size: 17px;
}
.mock-test {
    padding: 18px 0;
}
.mock-test .p12{
  font-size: 15px;
    line-height: 19px;
    margin-bottom: 12px;
}
.mock-test h3 {
    margin-bottom: 7px;
    font-size:16px;
}
.mock-test .mock-test01 {
    padding: 0px 0;
}
.mock-test .btn {
 font-size: 12px;
}
.contact-info12 {
   margin-top: 0; 
   margin-bottom: 0; 
}
.contact_info .info_item h6 {
    font-size: 13px;
    line-height: 22px;
}
.contact-area h3{
  font-size: 20px;
}
.banner_area .banner_inner .banner_content .page_link{
  margin-top: 5px;
  padding: 4px 20px;
}
.banner_area .banner_inner .banner_content h2 {
    font-size: 29px;
}
.privacy {
    padding: 19px 0;
}
.privacy h4{
  font-size: 18px;
    margin-bottom: 3px;
}
.privacy p{
  font-size: 15px;
    line-height: 19px;
}
p{
  font-size: 12px !important;
  line-height: 21px !important;
}
.contact_area h3{
  font-size: 21px;
}
.teamwork li,
.contact_area label{
  font-size: 12px;
}
.department_area h2{
  font-size: 15px;
}
.department_area .ab1{
  margin-top: 12px;
}
.teamwork .single_feature{
  max-height: 100%;
}
.teamwork .hn123{
  margin-bottom: 8px;
}
.single_feature .icon {
margin-right: 4px;
}
.ntse-glance h3,
.ntse-glance h2{
  font-size: 21px;
}.course_details_area td,
.ntse-glance td{
  font-size: 14px;
}

}

@media only screen and (max-width: 1025px) {
.header_area .navbar .nav .nav-item {
    margin-right: 20px !important;
}
}

