/* =======================================================================
Template Name: Kedu
Author:  ThemeStok
Author URI: http://ThemeStok.Net
Version: 1.0
Description: This Template is created for web template   
--------------------------------------------------------------------------
 CSS Index

* Default CSS
* Top Bar CSS
* Main Manu CSS
* Banner CSS 
* Course CSS
* About CSS
* Expart CSS
* Feedback CSS
* Discount CSS
* Counter CSS 
* Blog CSS
* Footer CSS
* Copy right CSS
* Scroll Top CSS



/* Google Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Poppins|Roboto:100,300,400,500,700,900');

/* ==========================================================================
   Default CSS
   ========================================================================== */

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    line-height: 24px;
    font-weight: 400;
    color: #77798a;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
a:hover,
a:focus,
a:active,
button:focus {
  text-decoration: none;
  border: none;
  outline: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #161616;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #161616;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #161616;
}
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.section-padding {
  padding: 120px 0px;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
  color: #161616;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #77798a;
  max-width: 650px;
  margin: 0 auto;
}
.section-title-left {
  text-align: left;
}
.s-table {
  height: 100%;
  width: 100%;
  display: table;
}
.s-tablec {
  display: table-cell;
  vertical-align: middle;
}
.wh-btn {
  display: inline-block;
  background: #423bc9;
  border: 3px solid #f77e53;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  padding: 13px 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  border-radius: 30px;
}
.wh-btn:hover {
  background: #e31e24;
  color: #fff;
  border: 3px solid #f77e53;
}
.wh-btn:active,
.wh-btn:focus {
  color: #fff;
  background: #e31e24;
  border: 3px solid #f77e53;
}
.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  margin-right: 0px;
}
.mb-30 {
  margin-bottom: 0px;
}
.mb-60 {
  margin-bottom: 0px;
}
.mlr-0 {
  margin-right: 0;
  margin-left: 0;
}
.mb-65 {
  margin-bottom: 0px;
}
.fls:before {
  margin: 0;
  font-size: 0px;
  line-height: 0px;
  display: inline-block;
  color: #fff;
}
.flm:before {
  margin: 0;
  font-size: 0px;
}
/* ==========================================================================
   Top Bar CSS
   ========================================================================== */

.top-bar {
  padding: 4px 0px;
}
.h2-border {
  border-bottom: 1px solid #4e5ebc;
}
.top-bar-left {
  text-align: left;
}
.top-bar-left li {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
}
.top-bar-left li span i:before {
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  color: red;
  font-size: 15px;
}
.top-bar-right {
  text-align: right;
}
.top-bar-right li {
  display: inline-block;
  margin-right: 15px;
}
.kedu-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.top-bar-right li a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.top-bar-right li a:hover {
  color: #aeb3dd;
}
.top-bar-left li {
  color: #fff;
  font-weight: 500;
}
.top-bar-left li:last-child {
  margin: 0;
}
.top-bar-right li:last-child {
  margin: 0;
}
/* ==========================================================================
   Main Manu CSS
   ========================================================================== */
#responsive-menu1 {
  display: none;
}
.logo {
  padding: 40px 0px;
  text-align: left;
}
.logo a img {
  width: 130px;
}
.menu-right ul {
  text-align: right;
}
.menu-right li {
  display: inline-block;
  margin-right: 30px;
  padding: 45px 0px;
  position: relative;
}
.menu-right ul li:last-child {
  margin: 0;
}
.menu-right ul li a i {
  margin-left: 2px;
  vertical-align: middle;
}
.menu-right li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-right li a:hover {
  color: #e31e24;
}
.menu-btn {
  margin-top: 30px;
  text-align: right;
}
.Kedu-btn {
  display: inline-block;
  background: #fff;
  color: #e31e24;
  padding: 14px 25px;
  font-weight: 600;
  border-radius: 30px 17px 35px 30px;
  -webkit-transition: .3s;
  transition: .3s;
}
.Kedu-btn:hover {
  background: #e31e24;
  color: #fff;
}
.menu-btn a:active,
.menu-btn a:focus,
.banner-btn:active,
.banner-btn:focus {
  color: #e31e24;
}
.is-sticky .main-menu {
  background: #3A458D;
}
/* ==========================================================================
   Banner CSS 
   ========================================================================== */

.h2-banner {
  position: relative;
  background-color: #e31e24;
  padding: 288px 0px 160px 0px;
  background-image: url(../img/banner-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.h2-banner:after {
  position: absolute;
  background: rgba(277, 30, 36, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.banner-content {
  text-align: center;
}
.banner-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
}
#home .banner-content h2 {
    margin-bottom: 110px;
}
.banner-content p {
  color: #fff;
}
.banner-btn {
  background: #fff;
  color: #e31e24;
  padding: 15px 39px;
  font-weight: 600;
  border-radius: 30px 17px 35px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 35px;
  display: inline-block;
}
.banner-btn:hover {
  background: #e31e24;
  color: #fff;
}
/* ==========================================================================
   course css
   ========================================================================== */

.course-text {
  border-left: 1px solid #f4f3f1;
  border-right: 1px solid #f4f3f1;
  padding: 25px 25px;
}
.course-text p {
  margin-top: 10px;
  margin-bottom: 12px;
}
.course-author span {
  font-size: 14px;
  font-weight: 400;
}
.course-text a {
  font-weight: 600;
  color: #000;
}
.course-meta {
  border: 1px solid #f4f3f1;
  overflow: hidden;
  padding-bottom: 15px;
  padding: 20px 25px;
}
.course-author {
  float: left;
  position: relative;
  padding-top: 3px;
  padding-left: 70px;
}
.course-avater {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  margin-top: 5px;
}
.course-avater img {
  overflow: hidden;
}
.course-rate {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  padding: 16px 0px;
}
.course-author h4 {
  color: #e31e24;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
/* ==========================================================================
   About css
   ========================================================================== */

.course-area {
  background: #f5f6ff;
}
.about-img {
  position: relative;
}
.about-img img {
  border-radius: 10px 10px 139px 10px;
}
.about-img:after {
  position: absolute;
  content: "";
  background: rgba(46, 68, 195, 0.62);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 140px 10px;
  border: 2px solid #e31e24;
}
.about-right p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-btn {
  background: #e31e24;
  color: #fff;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 30px 17px 35px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}
.about-btn:hover {
  background: #161616;
  color: #fff;
}
.video-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #e31e24;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
}
.video-icon span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
/* ==========================================================================
   Expart css 
   ========================================================================== */

.expart-title p {
  margin-top: 20px;
  margin-bottom: 70px;
}
.expart-content {
  position: absolute;
  background: #e31e24;
  text-align: center;
  left: 14px;
  right: 15px;
  padding-top: 66px;
  padding-bottom: 20px;
  bottom: -1px;
  -webkit-clip-path: polygon(0 29%, 100% 8%, 100% 99%, 0% 100%);
  clip-path: polygon(0 29%, 100% 8%, 100% 99%, 0% 100%);
  -webkit-transition: .3s;
  transition: .3s;
}
.expart-content:hover {
  background: #161616;
}
.expart-icon li {
  display: inline-block;
}
.expart-content h3 {
  color: #fff;
}
.expart-content h4 {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
.expart-icon li a {
  color: #fff;
  border: 1px solid #565f9c;
  padding: 3px 10px;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}
.expart-icon li a:hover {
  background: #fff;
  color: #e31e24;
  border: 1px solid #fff;
}
/* ==========================================================================
   Feedback css
   ========================================================================== */

.feedback-area {
  background: #f5f6ff;
}
.feedback-title p {
  margin-top: 20px;
  margin-bottom: 70px;
}
.feedback-item {
  text-align: center;
  border: 1px solid #e0e3ff;
  padding: 38px 30px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.feedback-img img {
  width: 90px;
  height: 90px;
}
.feedback-item span {
  font-size: 35px;
  color: #423bc9;
}
.feedback-item p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.feedback-item h3 {
  color: #423bc9;
  font-weight: 600;
}
.feedback-item h5 {
  color: #e31e24;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 400;
}
.feedback-item:hover {
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Discount css
   ========================================================================== */

.flat-discount h2 {
  color: #233CD7;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
.flat-discount p {
  margin-top: 30px;
  margin-bottom: 45px;
}
.discount-btn {
  background: #e31e24;
  color: #fff;
  padding: 15px 25px;
  font-weight: 600;
  border-radius: 30px 17px 35px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}
.discount-btn:hover {
  background: #233CD7;
  color: #fff;
}
.flat-discount a {
  margin-right: 15px;
}
.discount-form form button {
  text-align: left;
  margin-top: 25px;
  display: inline-block;
}
.discount-form h3 {
  background: #e31e24;
  margin-bottom: 15px;
  padding: 20px 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.discount-form {
  text-align: center;
  box-shadow: 0px 0px 100px rgba(13, 9, 9, 0.16);
  padding: 50px 30px;
}
.discount-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #e0e3ff;
  margin-bottom: 15px;
  padding: 0px 20px;
}
.discount-form select {
  width: 100%;
  height: 60px;
  border: 1px solid #e0e3ff;
  margin-bottom: 10px;
  padding: 0px 20px;
}
.consul-btn {
  border: none;
  background: #233CD7;
  color: #fff;
  padding: 15px 25px;
  font-weight: 600;
  border-radius: 30px 17px 35px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}
.consul-btn:hover {
  background: #e31e24;
  color: #fff;
}
.discount-form {
  text-align: center;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  padding: 35px 25px;
}
/* ==========================================================================
   Counter css 
   ========================================================================== */

.counter-area {
  background: #f5f6ff;
  text-align: center;
}
.counter-item span {
  font-size: 60px;
  line-height: 60px;
  margin-left: 10px;
  display: inline-block;
  color: #373B55;
}
.counter-item h3 {
  color: #e31e24;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.counter-item p {
  font-size: 18px;
  color: #e31e24;
  font-weight: 400;
}
/*==========================================================================
   Blog css
  ========================================================================== */

.blog-title {
  border-left: 1px solid #f4f3f1;
  border-right: 1px solid #f4f3f1;
  padding: 20px 25px;
}
.blog-img {
  overflow: hidden;
}
.blog-avater img {
  border-radius: 50%; 
}
.blog-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-title p {
  margin-top: 15px;
  margin-bottom: 1px;
}
.blog-author h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.blog-author h5 {
  font-size: 14px;
}
.blog-title a h3 {
  -webkit-transition: .3s;
  transition: .3s;
}
.blog-title a h3:hover {
  color: #233CD7;
}
.blog-meta {
  border: 1px solid #f4f3f1;
  padding: 20px 25px;
  padding-bottom: 15px;
  overflow: hidden;
}
.blog-author {
  float: left;
  position: relative;
  padding-top: 3px;
  padding-left: 70px;
}
.blog-avater {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: 6px;
}
.blog-review {
  text-align: right;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  padding: 15px 0px;
}
.blog-review span {
  color: #838493;
  font-size: 20px;
  font-weight: 500;
  margin-left: 3px;
}
.blog-review i {
  font-size: 19px;
  color: #423bc9;
}
/* ==========================================================================
   Footer css
========================================================================== */

footer {
  background-image: url(../img/footer-map.png);
  background-size: cover;
  background-position: center;
  background-color: #161616;
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
}
.footer-widget h3 {
  color: #fff;
  font-weight: 600;
  line-height: 30px;
}
.widget {
  padding-top: 30px;
}
.about-info {
  color: #fff;
}
.footer-icon li {
  display: inline-block;
  margin-right: 15px;
}
.footer-icon li a {
  border: 1px solid #5c65a0;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}
.footer-icon li a:hover {
  background-color: #e31e24;
  color: #fff;
  border: 1px solid #e31e24;
}
.footer-menu li a {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}
.footer-menu li a:hover {
  color: #e31e24;
}
.opening-hour li {
  color: #fff;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Subscribe-us input {
  padding-left: 15px;
  color: #fff;
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  position: relative;
  border: none;
  border-radius: 30px;
  background: #242a3e;
}
.Subscribe-us button {
  position: absolute;
  height: 50px;
  border-radius: 30px;
  width: 135px;
  font-size: 16px;
  font-weight: 500;
  background: #e31e24;
  border: none;
  color: #fff;
  margin-left: -35px;
}
.Subscribe-us {
  margin-top: 30px;
}
/* ==========================================================================
   Copy right css
   ========================================================================== */

.footer-copy-right {
  text-align: center;
  background: #e31e24;
  padding: 40px 0px;
}
.copy-right-content h4 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.copy-right-content h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}
.copy-right-content h4 a:hover {
  color: #e31e24;
}
/* ==========================================================================
   Scroll Top CSS
   ========================================================================== */

.scroll-top {
  background: #e31e24;
  bottom: 44px;
  position: fixed;
  right: 1px;
  z-index: 9;
  cursor: pointer;
  display: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 0px 30px 30px 0px;
}
.scroll-top span {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 10px 30px;
}
.scroll-up:hover {
  color: #fff;
}
/* ==========================================================================
  Preloader CSS
   ========================================================================== */

.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.kedu-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #3A458D;
  z-index: 9999;
}
.kedu-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.container {
    max-width: 1280px;
}
/**24**/
.logo a img {
    width: 100%;
}
.menu-right li {
    margin-right: 11px;
}
.menu-right li a {
    font-size: 14px;
}
.top-bar-left li {
    color: #000;
    font-size: 13px;
}
h2.courses-head {
    margin: 20px 0;
    font-size: 30px;
}
.section-padding {
    padding: 50px 0px;
}
#board-members {
    width: auto;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
tr:nth-child(2n+1) {
    background: #eee;
}
#board-members td {
    padding: 10px;
    vertical-align: top;
    width: 46%;
}
ul.special-inner-page-list li {
    padding: 7px;
    padding-left: 20px;
    vertical-align: top;
    width: 45%;
    display: inline-block;
    font-size: 14px;
}
.page-content h1, .page-content h4, h4 {
    margin: 20px 0;
}
.page-content p {
    margin: 20px 0;
}
ul.special-inner-page-list li::before {
    content: '\2022';
    display: block;
    max-width: 0;
    max-height: 0;
    margin-right: 5px;
    font-size: 14px;
    color: #e03426;
    font-size: 33px;
    margin-left: -16px;
}
.row.cources-offered {
    margin: 0;
    padding: 0;
    width: 100%;
}
.courses-head {
    margin: 20px 0 15px 0 !important;
    text-align: left;
    font-weight: normal;
    background: none;
    color: #e03426;
    font-family: dutch801_ithd_btitalic;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}
.middle-part h4 {
    padding: 7px 0;
}
.cources-offered .coll-4 {
    float: left;
    width: 43%;
    margin-right: 6%;
    padding: 10px 2%;
    background: #f5f5f5;
    min-height: 370px;
    border-bottom: 3px solid #f5f5f5;
}
.cources-offered .coll-4:last-child {
    margin-right: 0%;
}
.cources-offered .coll-4 h2, .cources-offered .coll-4 h4 {
    margin-top: -10px;
    padding: 10px 20px;
    background: #E03426;
    color: #fff;
    margin-left: -7%;
    width: calc(114% - 40px);
    width: -webkit-calc(114% - 40px);
    font-size: 22px;
}
.common {
    margin: 15px 0;
}
.cources-offered ul.special-inner-page-list li {
    width: 100%;
}
.coll-4.lateral-enty {
    width: 95%;
    float: left;
    background: #f5f5f5;
    margin-top: 30px;
    padding: 10px 22px 20px;
    border-top: 3px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5;
}
.page-content h1, .page-content h4, h4 {
    margin: 20px 0 10px;
    display: inline-block;
    width: 100%;
}
.page-content h4, h4 {
	font-size: 22px;
    font-weight: 600;
}
.h1, h1 {
    font-size: 1.8rem;
    font-weight: 600;
}
#tab_content1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.photo_box {
    border: 5px solid red;
    float: left;
    width: 230px;
    margin: 10px;
	overflow: hidden;
}
.photo_box, .photo_box img {
	height: 150px;
}
.photo_box img {
	object-fit: cover;
}
.photo_box a {
	display: block;
}
.btn.btn-blue {
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 25px;
    padding: 12px;
}
.productCheckout {
    background-color: #e03426 !important;
}
.page-content a {
    color: #3A458D;
}
.page-content a:hover {
    color: #3A458D;
}
table.courses_offered {
    margin: 5px 0 0;
}
table.courses_offered {
    margin: 5px 0 0;
}
td {
    float: left;
    padding: 8px 10px;
    vertical-align: top;
    width: 30%;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}
.courses_offered tr {
    border: 1px solid #7e7e7e;
    float: left;
    width: 100%;
}
.courses_offered > tr {
	background: #e03426!important;
}
.about {
    font-size: 14px !important;
    line-height: 27px !important;
}
.unr-img {
    width: 48% !important;
    margin-right: 16px;
    margin-bottom: 20px;
}
.iipc>li {
    width: 31.33%;
    margin-right: 3%;
    text-align: center;
}
ul.iipc {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iipc>li {
    width: 30%;
    margin-top: 30px;
    text-align: center;
    border: solid 1px #ccc;
    padding: 20px;
}
.cunews-col-6 {
    display: block;
    float: left;
    align-items: center;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    height: 150px;
    box-sizing: border-box;
    width: 47%;
}
.cunews-col-6 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    font-size: 1.2em;
}
.cunews-col-6:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.mTop10 {
	margin-top: 10px;
}
.mTop20 {
	margin-top: 20px;
}
.mTop430 {
	margin-top: 30px;
}
.mTop40 {
	margin-top: 40px;
}
iframe.framevideo {
    width: 100%;
    height: 360px;
}
iframe.framevideo, .about-img:after {
    border-radius: 10px 10px 140px 10px;
}
.about-img:after {
    background: rgba(46, 68, 195, 0.1);
} 
.about-btn {
    margin-top: 20px;
}
.feedback-img img {
    width: auto;
    height: auto;
}
.feedback-img {
    margin: 12px 0;
}
.feedback-item h5 a {
    color: #e31e24;
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 400;
}
.feedback-item h5 a:hover {
    color: #233CD7;
	text-decoration: underline;
}
.feedback-item h3 {
    margin-top: 20px;
} 
.feedback-item h5 {
    margin-bottom: 0;
}
.feedback-title p {
    margin-bottom: 40px;
}
.feedback-item {
    margin: 20px 0;
}
.kedu-header {
    background: rgba(255,255,255,.9);
}
.menu-right li a {
    color: #000;
}
.is-sticky .main-menu {
    background: rgba(255,255,255,1);
}
.h2-border, .is-sticky .main-menu {
	border-bottom: solid 1px #e31e24;
}
.logo {
    padding: 18px 0px;
}
.top-bar-right li a {
    color: #e31e24;
}
.course-content {
    background: #fff;
}
/**
   Menu
       **/
.menu-right .mega-sub-menu li {
	width: 100%;
}
#mega-menu-wrap-header-menu {
    margin: 14px 0;
}
#mega-menu-wrap-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus, .mega-sub-menu a:hover, .mega-sub-menu a:focus, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #e31e24;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 4px;
    color: #000;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin: 0 0 0 0px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-radius: 6px;
}
.mega-sub-menu a {
	font-size: 13px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 14px;
    padding: 0px 0px 2px 0px;
}
h3 {
    font-weight: 600;
}
.expart-item {
    height: 408px;
}
.expart-content {
    padding-top: 54px;
    padding-bottom: 38px;
}
.expart-content h4 {
    margin: 0 0 10px;
}
.expart-content h3 {
    margin: 26px 0 4px;
}
ul.srating {
    color: #fff;
}
.expart-content:hover {
    background: #e31e24;
}
.flat-discount h2 {
    color: #161616;
}
.flat-discount h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}
.feedback-item h3 {
    color: #161616;
    line-height: 25px;
}
.feedback-item span {
    color: #e31e24;
}
.footerlogo {
	max-width: 200px;
}
.footer-menu li a {
    line-height: 16px;
    margin: 6px 0;
    display: inline-block;
}
.col-sm-3.rtbm27 {
    padding-left: 5%;
}
footer {
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-copy-right {
    padding: 20px 0px;
}
.copy-right-content h4 {
    font-size: 13px;
    margin: 0;
}
.footer-widget p, .footer-menu li a, .copy-right-content h4 {
    color: #ccc;
}
.widget {
    padding-top: 12px;
}
.footer-widget p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.banner-content p a {
    color: #fff;
}
.banner-content p a:hover {
    color: #e03426;
}
.itemtext {
    width: 100%;
    background: #fff;
    padding: 26px;
}
.itemtext p {
    margin-top: 10px;
    line-height: 23px;
}
.metercont {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.metercont .container {
    background: #e31e24;
    color: #fff;
}
.metercont .container .row div {
	text-align: center;
}
.metercont .container .row div a {
    color: #fff;
    display: inline-block;
    margin: 34px 10px;
    border-left: solid 1px #fff;
    width: 100%;
}
.metercont .container .row div:first-child a {
	border: none;
}
.metercont .container .row div a i {
    font-size: 50px;
    margin-bottom: 10px;
}
.metercont .container .row div a span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.lbg {
    background: #f5f6ff!important;
}
.wbg {
    background: #fff!important;
}
.moustrip {
	
}
.itemimg, .itemimg img {
    height: 200px;
    overflow: hidden;
    object-fit: cover;
}

/** 09-04-25 **/
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-menu-item {
    position: relative;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 350px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-478 {
    position: static;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-478 > ul.mega-sub-menu {
    width: 100%;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu:last-child > ul.mega-sub-menu {
    left: auto;
	right: 0;
}
#gf_social_icons__wrapper .gf_social_icons_social_float a.gf_social_icons_social_icon {
    border: solid 1px #fff;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #e31e24;
    border-color: transparent;
}
.applyonline {
    z-index: 99;
    background-color: #e31e24!important;
    color: #fff;
    position: fixed;
    right: -5%;
    top: 44%;
    text-align: center;
    margin-right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 25px;
    font-weight: 700;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #fff;
}
.applyonline:hover {
    background-color: #000!important;
    color: #fff;
	right: -4%;
	border: solid 1px #fff;
}
.metercont .container .row div a:hover {
    opacity: .8;
}
.itemtext h3 {
    line-height: 26px;
}

/**23-04-25**/

a:hover, a:focus, a:active, button:focus {
    color: #e31e24;
}
.top-bar.h2-border {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.main-menu.onepage-head {
    margin-top: 34px;
}
.bgw {
    background: #fff;
}
.h2-banner:after {
    background: rgba(277, 30, 36, 0);
}
.scroll-top {
    bottom: 10px;
    -webkit-transform: none;
    transform: none;
	border-radius: 50%;
    width: 50px;
    height: 50px;
}
.scroll-top span {
    font-size: 30px;
    padding: 8px;
}
#gf_social_icons__wrapper a.gf_social_icons_social_icon:nth-child(1) {
	background: #3b5998!important;	
}
#gf_social_icons__wrapper a.gf_social_icons_social_icon:nth-child(2) {
	background: #e31e24!important
}
#gf_social_icons__wrapper a.gf_social_icons_social_icon:nth-child(3) {
	background: #fffc00!important;
}
#gf_social_icons__wrapper a.gf_social_icons_social_icon:nth-child(4) {
   background: #007bb5!important;
}
#gf_social_icons__wrapper a.gf_social_icons_social_icon:nth-child(5) {
   background: #bb0000!important; 
}
#gf_social_icons__wrapper a.gf_social_icons_social_icon:nth-child(6) {	
    background: #000!important;
}
#gf_social_icons__wrapper .gf_social_icons_social_float a.gf_social_icons_social_icon:nth-child(3) span svg {
    fill: #000;
}

.page-content h4 {
    background: #f8f6f6;
    border-left: solid 7px #e31e24;
    padding: 9px 12px;
    color: #e31e24;
    font-style: italic;
    border-radius: 4px;
} 
.mTop20 {
	margin-top: 20px;
}
.calliconphone {
    top: auto;
    transform: none;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border: none;
    bottom: 22px;
    border-radius: 50%;
    position: fixed;
    background: #e31e24!important;
    right: 5%;
    z-index: 9;
    color: #fff;
    text-align: center;
    padding: 4px;
	display: none;
}
.footer-menu li a {
    line-height: 19px!important;
    margin: 3px 0!important;
    display: inline-block!important;
    height: auto!important;
    width: 100%!important;
}
/** 05-07-25**/
.h2-banner {
    padding: 400px 0px 50px 0px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 7px;
    font-size: 16px;
}
#home {
    padding: 288px 0px 160px 0px;
}
body {
    color: #000;
}
footer {
    background-color: #e31e24;
}
.col-lg-4.col-md-6.rtbm27 {
    background: #161616;
    padding: 20px;
    border-radius: 5px;
}
.footer-menu li a:hover {
    color: #fff;
}
.footer-copy-right {
    background: #161616;
}
footer {
    padding-bottom: 50px;
}
.rtbm27 {
    padding-left: 50px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 6px;
    font-size: 15px;
}
/**
   Media
       **/
@media only screen and (max-width: 768px) {
    
    .logo {
    padding: 22px 0px;
}

.rtbm27 {
    padding-left: 15px;
}

.ugi-container
{
    max-width: 1280px;
}

    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
        background: #fff;
    }
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    border-bottom: solid 1px #fafa;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 2px 14px 2px 14px;
    width: 100%;
}
.row.mm {
    justify-content: space-between;
}
.row.mm .col-lg-2 {
    width: 75%;
}
.row.mm .col-lg-10 {
    width: 20%;
}
#mega-menu-wrap-header-menu {
    margin-top: 40px;
}
.kedu-header .top-bar-left, .kedu-header .top-bar-right {
    text-align: center;
    margin-top: 4px;
}
#mega-menu-wrap-header-menu .mega-menu-toggle {
    width: 50px;
    border-radius: 10px;
}
.logo a img {
    width: 100%;
    max-width: 270px;
}
.expart-item {
    height: auto;
}
.expart-item {
    height: 506px;
}
.banner-content h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 90px;
}
.metercont .container .row div {
    width: 25%;
}
.metercont .container .row div a {
    margin: 20px 0px;
    border-left: none;
    width: 100%;
    padding: 0 2px;
}
.metercont .container .row div a span {
    font-size: 13px;
    line-height: 17px;
}
.applyonline {
    right: 34%;
}
.applyonline:hover {
    right: 34%;
}
.top-bar.h2-border .col-lg-8.col-md-8 {
    width: 60%;
}
.top-bar.h2-border .col-lg-4.col-md-4 {
    width: 40%;
}
.top-bar.h2-border .top-bar-right {
    padding: 0;
}
/*.main-menu.onepage-head {
    margin-top: 60px;
}*/
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100%;
}
.applyonline {
    top: auto;
    transform: none;
    font-size: 17px;
    z-index: 99999999;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border: solid 1px #fff;
    bottom: 25px;
    border-radius: 44px;
}
.ctc-analytics.ht_ctc_padding svg {
	 height: 30px!important;
     width: 30px!important;
}
.calliconphone {
	display: block;
	z-index: 99999999;
}
.scroll-top {
    display: none!important;
}
}
@media (min-width:769px) and (max-width:769px) {
   .logo {
    padding: 26px 0px;
    text-align: center;
}
.logo a {
    display: inline-block;
}
}
@media (min-width:1080px) and (max-width:1280px) {
.container {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
}


.ugi-container
{
    max-width: 1500px;
}