/**************** extend css start ****************/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:800|Poppins:300,400,500,600,700,800|Roboto:300,400,500");*/


/* @font-face {
font-family: "'AwanZaman Md'";
src: url("../font/AwanZamanMd.eot");
src: url("../font/AwanZamanMd.woff") format("woff"),
url("CustomFont.otf") format("opentype"),
url("CustomFont.svg#filename") format("svg");
}*/

@font-face {
    font-family: 'AwanZaman Md';
    src: url('../font/AwanZamanMd.woff2') format('woff2'),
        url('../font/AwanZamanMd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

 

/****************************************
   animated css
****************************************/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/************* fade in down **********************/

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/************* fade in up **********************/

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



/**********/


body {
font-family:  'AwanZaman Md',  sans-serif;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.message_submit_form:focus {
  outline: none;
}
input:hover, input:focus {
  outline: none !important;
}
.gray_bg {
  background-color: #f7f7f7;
}
.section_padding {
  padding: 50px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_padding {
    padding: 50px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_padding {
    padding: 50px 0px;
  }
}

@media (max-width: 576px) {
  .section_padding {
    padding: 35px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_padding {
    padding: 60px 0px;
  }
}
.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
  .single_padding_top {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_padding_top {
    padding-top: 60px !important;
  }
}
.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .padding_top {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_top {
    padding-top: 70px;
  }
}

/************** common css ****************/
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  outline: none;
  text-decoration: none;
}

h4 {
  color: #333;
}
p {
  color: #666666;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 0px;
}

h2 {
  font-size: 40px;
  color: #2985c6;
  font-weight: 600;
  line-height: 1.4;
}
h1 {
  font-size: 36px;
  font-weight: 600;
}
h3 {
  font-size: 32px;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  font-weight: 600;
}
h5 {
  font-size: 22px;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-weight: 500;
}

.bdr-rds {
  border-radius: 10px 10px;
  -webkit-border-radius:10px 10px;
  -moz-border-radius:10px 10px;
}
.box_shdw {
  /*box-shadow: 10px 10px 40px rgba(0, 0, 0, .1);*/
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 21.8px 23.4px rgba(0, 0, 0, 0.086);
/*  0 100px 80px rgba(0, 0, 0, 0.12);*/
}
.div_padding {
  padding:25px 25px;
}

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


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

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

@media (max-width: 576px) {
  .div_padding {
  padding:15px 15px;
}

  h2 {
    font-size: 28px;
    line-height: 25px;
  }
  p {
    font-size: 16px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

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

img {
  max-width: 100%;
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}
.section_tittle {
  margin-bottom: 75px;
}
.section_tittle h5 {
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .section_tittle {
    margin-bottom: 50px!important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle {
    margin-bottom: 50px;
  }
}

.section_tittle h2 {
  font-size: 40px;
  color: #2985c6;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
}

@media (max-width: 576px) {
  .section_tittle h2:after {
    display: none!important;
  }
   .section_tittle h2 {
    font-size: 22px;
    line-height: 28px;
  }
   .section_tittle p {
    margin-bottom: 10px;
    line-height: 1.3!important;
  }
  #course_slider .MS-content .item {
    width: 100%!important;
  }
/*  .main_menu .main-menu-item ul li .nav-link {
    color: rgba(0,0,0,.5)
  }*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle h2:after {
    display: none!important;
  }
   .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
   .section_tittle p {
    margin-bottom: 10px;
    line-height: 1.3!important;
  }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.section_tittle p {
  color: #556172;
  font-weight: 500;
  text-transform: capitalizec;
  line-height: 11px;
/*  margin-bottom: 26px;*/
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {

  .mb_110 {
    margin-bottom: 220px;
  }
}
.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mt_130 {
    margin-top: 70px;
  }
}
.mb_130 {
  margin-bottom: 130px;
}

@media (max-width: 576px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

.padding_less_40 {
  margin-bottom: -50px;
}

.z_index {
  z-index: 9 !important;
  position: relative;
}

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

@media (max-width: 1200px) {
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #edeff2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.submit_btn:hover {
  background: transparent;
}

/* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.btn_1 {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 4px 4px;
  background-color: #000;
  font-size: 18px;
  color: #fff;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
 /* background-size: 200% auto;*/
  /*border: 1px solid #fff;*/
/*  box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);*/
  margin-right: 10px;
}

/* line 38, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.btn_1:hover {
  color: #fff !important;
  background-position: right center;
  box-shadow: 0px 10px 30px 0px rgba(193, 34, 10, 0.2);
}
.btn_1 i {
  font-size: 18px;
  padding-right: 8px;
}

@media (max-width: 576px) {
  /* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
  .btn_1 {
    padding: 10px 15px;
    margin-top: 15px;
  }
  .download_div {margin-top: 0!important;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}




/**********************************menu part start\
***************************************/

.contact_icon {
  margin-right: 35px;
}
.contact_icon a  {
  border: 1px solid #FFD700;
  background-color: #FFD700;
  padding: 8px 12px!important;
  border-radius: 25px 25px;
  margin-right: 15px;
  color: #333!important;
 /*  -webkit-box-shadow: 3px 3px 5px 6px #ff7e5f; 
  -moz-box-shadow:    3px 3px 5px 6px #ff7e5f;  
  box-shadow:         3px 3px 5px 6px #ff7e5f; */
  -moz-box-shadow:    inset 0 0 10px #560307;
   -webkit-box-shadow: inset 0 0 10px #560307;
   box-shadow:         inset 0 0 10px #560307;
   font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.main_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.main_menu .navbar-brand {
  padding: 0px !important;
}
.main_menu .navbar-brand img {
  width: 155px;
}

.main_menu .navbar {
  padding: 5px 0px;
}

.main_menu .navbar-toggler {
  position: relative;
  z-index: 1;
}

.main_menu .navbar-toggler:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 200% auto;
}

.main_menu .main-menu-item {
  text-align: right;
  justify-content: right;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item {
    padding-left: 25px;
  }
}

.main_menu .main-menu-item ul li .nav-link {
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 5px 24px;
/*  font-family: "Roboto", sans-serif;*/
}

.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link {
  color: #2985c6;
  border-bottom: 3px solid #2985c6;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li .nav-link {
    padding: 0px 16px;
  }
}
.main_menu .main-menu-item ul li .nav-link:hover {
  color: #2985c6;
}
.main_menu .main-menu-item ul .btn_1 {
  color: #fff;
  font-size: 15px;
  padding: 11.5px 33px;
  margin-left: 41px;
}
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 32px;
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 17px;
  padding: 9px 18px !important;
  color: #000 !important;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #2985c6 !important;
}


.dropdown:hover .dropdown-menu {
  transform: scale(1);
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

@media (max-width: 576px) {
.navbar-light .navbar-nav .active>.nav-link {
  color: #2985c6;
  border-left: 3px solid #2985c6;
  border-bottom: 0;
  text-align: left;
}
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  text-align: left;
}

  .single_page_menu .navbar-collapse ul li .nav-link {
    color: #000 !important;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  .navbar-light .navbar-toggler i {
    color: #fff;
  }
  .menu_fixed .navbar-light .navbar-toggler i {
    color:#333;
  }

.navbar-collapse {
  z-index: 9999 !important;
  position: absolute;
  left: 0px;
  top: 55px;
  width: 100%;
  background-color: #fff;
  text-align: center !important;
  border:1px solid #e5e5e5;
  border-top: 0;
}
.main_menu .main-menu-item {
  text-align: left !important;
}

.main_menu .main-menu-item .nav-item {
  padding: 5px 15px !important;
}

.main_menu .main-menu-item .nav-item a {
  padding: 10px 15px !important;
  color: #444!important;
}

.navbar-nav {
  align-items: start !important;
}

.dropdown .dropdown-menu {
  transform: scale(1, 0);
  display: none;
  margin-top: 10px;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  display: block;
  color: #ff663b;
}

.dropdown .dropdown-item:hover {
  color: #ff663b !important;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .single_page_menu .navbar-collapse ul li .nav-link {
    color: #000 !important;
  }
    .main_menu .main-menu-item ul li .nav-link {
    color: rgba(0,0,0,.5)
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
    color: #fff;
  }
.menu_fixed  .navbar-light .navbar-toggler {
  color: #666;
}

  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }

  .main_menu .main-menu-item {
    text-align: left !important;
  }

  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }

  .main_menu .main-menu-item .nav-item a {
    padding: 5px 15px !important;
  }

  .navbar-nav {
    align-items: start !important;
  }

  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }

  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
 
  .dropdown .dropdown-item:hover {
    color: #ff663b !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


  .single_page_menu .navbar-collapse ul li .nav-link {
    color: #000 !important;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }

  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }

  .main_menu .main-menu-item .nav-item a {
    padding: 5px 15px !important;
  }

  .navbar-nav {
    align-items: start !important;
  }

  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }

  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
    color: #ff663b;
  }

  .dropdown .dropdown-item:hover {
    color: #ff663b !important;
  }
}

.single_page_menu .logo_2 {
  display: none;
}

.single_page_menu .logo_1 {
  display: inherit;
}

.single_page_menu .main-menu-item ul li .nav-link {
  color: #fff;
  font-size: 15px;
  padding: 0px 24px;
 /* font-family: "Roboto", sans-serif;*/
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .single_page_menu .main-menu-item ul li .nav-link {
    padding: 0px 16px;
  }
}

.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}

.menu_fixed .logo_2 {
  display: inherit;
}

.menu_fixed .logo_1 {
  display: none;
}

.menu_fixed .main-menu-item ul li .nav-link {
  color: #000;
}

/**************** banner part css start ****************/
.banner_part {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/banner/bg-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.bg_pull_right {
  position: absolute;
  right: 0;
  top:25%;
}

.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 600px;
  z-index: 99;
}
.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}
.banner_text_iner h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.3;
}

.banner_part .banner_text .banner_text_iner h2, 
.banner_part .banner_text .banner_text_iner h1 {
  color: #fff;
}


@media (max-width: 576px) {
  .main_menu .main-menu-item ul li .nav-link {
    color: rgba(0,0,0,.5)
  }
.banner_text_iner h3 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 0px;
}
.main_menu .navbar-brand img {
  width: 90px;
}
.banner_part .banner_text .banner_text_iner {
  vertical-align: middle;
}
 .banner_part .banner_text {
  text-align: center;
  padding-top: 0px;
  height: 250px;
  margin-top: 100px;
}
.banner_img_div {
  height: 305px!important;
}
img.banner_img {
  width: 60%!important;
  margin: 0px auto 0px 65px!important;
  float: none!important;
  display: block;
}
.btn_1 i {
  padding-right: 4px;
  font-size: 16px;
}

.banner_part .banner_text .btn_1 {
  margin-top: 15px!important;
  margin-bottom: 0px;
  padding: 5px 10px!important;
  display: inline-block!important;
  width: 130px;
}

a.play_btn {
  height: 45px!important;
  width: 45px!important;
  float: none!important;
  display: inline-block!important;
  margin-top: 0px!important;
  /*margin:10px auto!important;*/
}
a.play_btn i {
  line-height: 45px!important;
  font-size: 18px!important;
}
span.play_span {margin-left: 15px!important;margin-top: 15px!important;}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_part .banner_text .banner_text_iner {
    vertical-align: bottom;
  }
    .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 380px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_part .banner_text .banner_text_iner {
    vertical-align: middle;
  }
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 600px;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text .banner_text_iner {
    vertical-align: bottom;
  }
   .banner_part .banner_text {
    height: 650px;
  }
}


.banner_part .banner_text h5 {
/*  font-size: 14px;*/
  text-transform: uppercase;
  font-weight: 500;
  color: #556172;
  margin-bottom: 14px;
}
.banner_part .banner_text h1 {
 /* font-family: AwanZaman Medium;*/
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.18;
  font-size: 55px;
}

@media (max-width: 576px) {
  .banner_part .banner_text h1 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.banner_part .banner_text h1 span {
  color: #ff663b;
}

.banner_part .banner_text p {
/*  font-size: 15px;*/
  line-height: 1;
/*  font-family: "Roboto", sans-serif;*/
  color: #fff;
}
.banner_part .banner_text .btn_1 {
/*  box-shadow: 0px 12px 20px 0px rgb(197, 218, 248, 0.4);*/
  margin-top: 25px;
  padding: 13.5px 45px;
}
a.play_btn {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /*background: #2985c6;*/
  background: #fff;
  display: block;
  float: left;
  margin-top: 25px;
  box-shadow: 0 0 0 0 rgba(41, 133, 198, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
  cursor: pointer;
/*   -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/

}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(41, 133, 198, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(41, 133, 198, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(41, 133, 198, 0);
  }
}

/*@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgb(197, 218, 248, 0.4);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgb(197, 218, 248, 0.4);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgb(197, 218, 248, 0.4);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgb(197, 218, 248, 0.4);
  }
}*/

span.play_span {
  display: inline-block;
    margin-top: 25px;
    line-height: 60px;
    margin-left: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

/*@-webkit-keyframes glowing {
  0% { background-color: #2985c6; -webkit-box-shadow: 0 0 3px #2985c6; }
  50% { background-color: #2985c6; -webkit-box-shadow: 0 0 40px #2985c6; }
  100% { background-color: #2985c6; -webkit-box-shadow: 0 0 3px #2985c6; }
}

@-moz-keyframes glowing {
  0% { background-color: #2985c6; -moz-box-shadow: 0 0 3px #2985c6; }
  50% { background-color: #2985c6; -moz-box-shadow: 0 0 40px #2985c6; }
  100% { background-color: #2985c6; -moz-box-shadow: 0 0 3px #2985c6; }
}

@-o-keyframes glowing {
  0% { background-color: #2985c6; box-shadow: 0 0 3px #2985c6; }
  50% { background-color: #2985c6; box-shadow: 0 0 40px #2985c6; }
  100% { background-color: #2985c6; box-shadow: 0 0 3px #2985c6; }
}

@keyframes glowing {
  0% { background-color: #2985c6; box-shadow: 0 0 3px #2985c6; }
  50% { background-color: #2985c6; box-shadow: 0 0 40px #2985c6; }
  100% { background-color: #2985c6; box-shadow: 0 0 3px #2985c6; }
}*/
a.play_btn i {
  color: #b32525;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  display: block;
}
.banner_img_div {
  height: 620px;
  vertical-align: bottom;
  display: table-cell;
  width: 100%;
/*  float: right;*/
}
img.banner_img {
  position: relative;
  width: 85%;
  float: right;
  z-index: 99;
  vertical-align: bottom;
  padding:15px 15px;
  background-color: #f0f0f0;
}
span.golden_color {
  color: #ffd700;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_part .banner_text .btn_1 {
    margin-top: 20px;
    margin-bottom: 70px;
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text .btn_1 {
    margin-top: 20px;
    margin-bottom: 70px;
    padding: 10px 25px;
  }
}

.banner_part .banner_text .btn_2 {
  margin-top: 50px;
  padding: 13px 46px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  html, body {
    overflow-x: hidden!important;
    width: 100%!important;
  }

  .banner_part .banner_text .btn_2 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_part .banner_text .btn_2 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .banner_part .banner_text .btn_2 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .banner_part .banner_text .btn_2 {
    margin-top: 20px;
    margin-bottom: 70px;
    padding: 10px 25px;
  }
}

/**************** about css start ****************/
.about_part {
  position: relative;
  z-index: 1;
  padding: 70px 0px 140px;
  background-image: url(../img/about_overlay.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33% 73%;
}

@media (max-width: 576px) {
  .about_part {
    padding: 70px 0px 70px;
    background-position: top;
    background-size: 100% 43%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part {
    padding: 70px 0px 70px;
    background-position: top left;
    background-size: 90% 56%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part {
    padding: 70px 0px 70px;
    background-position: left;
    background-size: 48% 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part {
    padding: 0px 0px 80px;
  }
}

@media (max-width: 576px) {
  .about_part .about_text {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text {
    margin-top: 50px;
  }
}

.about_part .about_text h4 {
  margin-bottom: 32px;
  color: #ff7e5f;
 /* font-size: 22px;*/
  font-style: italic;
/*  font-family: "Poppins", sans-serif;*/
  font-weight: 300;
}

@media (max-width: 576px) {

  .about_part .about_text h4 {
    margin-bottom: 20px;
/*    font-size: 17px;*/
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .about_part .about_text h4 {
    margin-bottom: 20px;
/*    font-size: 17px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .about_part .about_text h4 {
    margin-bottom: 20px;
/*    font-size: 17px;*/
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
/*    font-size: 17px;*/
  }
}
.about_part .about_text h2 {
  line-height: 1.25;
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.about_part .about_text p {
  margin-top: 13px;
}


/**************** service_part css start ****************/

.feature_part {
/*  padding: 75px 0px;*/
    background: #fff;
}
.feature_part .container {

}
 .feature_part .single_feature {
  cursor: pointer;    
  }
.feature_part .single_feature_part {
  text-align: left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  margin-left: 65px;
 
}
.single_feature .single_feature_icon  {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
/*  background-color: #C5DAF8;*/
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  float: left;
}
.icon01 {
  background-color: #C5DAF8;
}
.icon02 {
  background-color: #ffacb9;
}
.icon03 {
  background-color: #d0c2ff;
}
.icon04 {
  background-color: #90EE90;
}
.icon05 {
  background-color: #9370DB;
}
.single_feature .single_feature_icon i {
  font-size: 20px;
  line-height: 50px;
  color: #0c2e60;
}

/*.feature_part .single_feature:hover span {
 background: #0c2e60;
}*/
/*.feature_part span.middle_span {
  background: #0c2e60;
}
.feature_part span.middle_span i {
  color: #fff!important;
}*/

@media (max-width: 576px) {
 /*  .feature_part {
    padding: 0;
  }*/
  .feature_part .single_feature_part h4 {
    margin-bottom: 0px;
 /*   font-size: 17px!important;*/
  }
  .feature_part .container {
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0px 0;
  }
  .feature_part .single_feature {margin:0 0 0px 0;height:auto;border-bottom: 1px solid #e5e5e5;}
  .feature_part .single_feature_part_2 {
    border-bottom: 0!important;
  }
  #course_slider .MS-controls .MS-left, #course_slider .MS-controls .MS-right {
    height: 35px!important;
    width: 35px!important;
   /* margin-top: -50px!important;*/
  }
  #course_slider .MS-controls .MS-left i, #course_slider .MS-controls .MS-right i {
    font-size: 14px!important;
    line-height: 35px!important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_part .single_feature {
    height: auto;
    padding:25px 25px;
    margin-bottom: 20px;
  }
  .feature_part .single_feature_part {
/*    padding: 30px 15px;
    margin-top: 25px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_part .single_feature_part {
  /*  padding: 30px 25px;
    margin-top: 25px;*/
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature_part .single_feature_part {
/*    margin-top: 25px;*/

  }
}


@media (max-width: 576px) {

  .feature_part .single_feature_part span {
    margin-bottom: 25px;
    height: 55px!important;
    width: 55px!important;
  }
  .feature_part .single_feature_part span i {
    font-size: 25px!important;
    line-height: 55px!important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_part .single_feature_part span {
    margin-bottom: 35px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_part .single_feature_part span {
    margin-bottom: 35px;
  }
}

.feature_part .single_feature_part span i {
/*  color: #2985c6;*/
color: #0c2e60;
  font-size: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
    line-height: 70px;
}
/*.feature_part .single_feature:hover span i {
  color: #fff;
}*/

.feature_part .single_feature_part h4 {
/*  margin-bottom: 10px;*/
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

.feature_part .single_feature_part p {
/*  color: #7f7f7f;*/
  line-height: 1.1!important;
/*  font-size: 15px;*/

}

.single_feature_padding {
  padding-top: 140px;
}

@media (max-width: 576px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

/************ 360 banking_part *************/

.banking_part {

}

.left_fst {
  padding: 0px 0px 0px 0px;
  border:2px solid #ddd;
  height: 375px;
  width: 55%;
  display: inline-block;
  border-radius: 8px 8px;
}
.left_scnd {
  margin-left: -75px;    
  z-index: 99;
  margin-top: 100px;
  position: absolute;
  border:2px solid #ddd;
  width: 55px;
  display: inline-block;
  border-radius: 8px 8px;
  width: 55%;
}
.left_fst p {
  position: absolute;
  margin-top: -35px;
  color: #2985c6;
  text-align: center;
}
.left_scnd_01 p {
  bottom: 0;
  margin-bottom: -70px;
  text-align: center;
  position: absolute;
  color: #2985c6;
  line-height: 1;
  
}
.left_fst p, .left_scnd p {
  font-size: 21px;
  text-shadow: 0px 1px #0c2e60;
}
.img_left_top img.img_lft_1, .img_left_top img.img_lft_2, .img_left_top img.img_lft_3  {
  display: inline-block;
  vertical-align: top;
  box-shadow: 10px 15px 15px rgba(0, 0, 0, .5);
  vertical-align: bottom;
  border-radius: 8px 8px;

}
.img_left_top img.img_lft_1 {
  margin-left: 20px;
  margin-top: 15px;
  width: 100%;
}
.img_left_top img.img_lft_2 {
  margin-left: 40px;
  top: 0;
  margin-top: 100px;
  position: absolute;
  z-index: 999;
}
.img_left_top img.img_lft_3 {
  margin-left: 15px;
  position: relative;
  margin-top:25px;
  z-index:99;
  width: 100%;

}
/**/
.img_right_top {

}
.right_fst {
  padding: 0px 0px 0px 0px;
  border: 2px solid #ddd;
  height: 375px;
  width: 55%;
  display: inline-block;
  border-radius: 8px 8px;
  float: right;
  position: relative;
  margin-right: 0;
}
img.img_right_1 {
  margin-right: 0px;
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    box-shadow: 10px 15px 15px rgba(0, 0, 0, .5);
    vertical-align: bottom;
    border-radius: 8px 8px;
    position: relative;
    margin-left: -20px;
}
.right_fst p {
    position: absolute;
    margin-top: -60px;
    color: #2985c6;
    text-align: center;
    font-size: 21px;
  text-shadow: 0px 1px #0c2e60;
  line-height: 1;
}
.right_scnd {
    margin-left: 0px;
    z-index: 99;
    margin-top: 100px;
    position: absolute;
    border: 2px solid #ddd;
    width: 55px;
    display: inline-block;
    border-radius: 8px 8px;
    width: 55%;
}
/*.right_scnd p {
  bottom: 0;
    margin-bottom: -70px;
    text-align: center;
    position: absolute;
    color: #2985c6;
    line-height: 1.1;
     font-size: 21px;
  text-shadow: 0px 1px #0c2e60;
 }*/
img.img_right_3 {
    margin-left: -15px;
    position: relative;
    margin-top: 25px;
    z-index: 99;
    width: 100%;
    display: inline-block;
   /* vertical-align: top;*/
    box-shadow: 10px 15px 15px rgba(0, 0, 0, .5);
    vertical-align: bottom;
    border-radius: 8px 8px;
 }

img.img_right_2{
      margin-left: -40px;
    top: 0;
    margin-top: 100px;
    position: absolute;
    z-index: 999;
    box-shadow: 10px 15px 15px rgba(0, 0, 0, .5);
     border-radius: 8px 8px;
}

.img_left_top img.img_lft_1 {
    margin-left: 20px;
    margin-top: 15px;
    width: 100%;
} 
.right_01{
  width:60%;
  float: left;
  margin-left: -140px;
  display: inline-block;

}
/*.right_01 img.img_rght_1 {
    box-shadow: 10px 15px 15px rgba(0, 0, 0, .5);
  opacity: 0.9;
  border-radius: 8px 8px;
}*/
/*.right_02 {
  width:60%;
  float: right;
  display: inline-block;
  margin-right: 25px;
}*/
/*img.img_rght_3 {
  
  box-shadow: 10px 15px 15px rgba(0, 0, 0, .5);
  border-radius: 8px 8px;
}*/
/*.right_01 p, .right_02 p {
  margin-bottom: 10px;
  color: #2985c6;
  line-height: 1.1;
}*/

/*img.img_rght_2 {
  width:100%;
  position: absolute;
  bottom: 0;
  margin-bottom: -25px;
  margin-left: -190px;
}
img.img_rght_22{
  position: absolute;
    left: 0;
    height: 150px;
    margin-top: 150px;
    margin-left: -140px;
    box-shadow: 10px 15px 15px rgba(0, 0, 0, .5);
    z-index: 99;
    opacity: 1;
    border-radius: 6px 6px;
}*/
.image_center_div img {
  width: 90%;
  margin:0px auto;
  display: block;
  position: absolute;
}



@media (max-width: 576px) {

.right_01, .right_02 {
  width: 48%;
}
.right_01 {
  margin-left: 0;
}
.right_02 {
  margin-right: 0;
}
.right_01 p, .right_02 p {
  text-align: center;
}
  img.img_lft_1, img.img_lft_2  {
  width: 80%;
  margin-bottom: 5px;
  float: none;
  margin-left: 0%;
}
.img_left_top img.img_lft_3 {
  margin-left: 20px;
  margin-top: 20px;
}
.image_center_div img {
  margin-top: 160px;
  width: 100%;
}

img.img_rght_1, img.img_rght_3 {
  width: 90%;
  float: none;
  margin-left: 0%;
  margin-top: 20px;
}
img.img_rght_3 {
  margin-left: 3%;
  margin-top: 0;
}
img.img_rght_2 {
    width: 95%;
    position: relative;
    margin: -20px auto 0px auto;
    display: block;
}
img.img_rght_22 {
  width: 70%;
  margin-left: 45px;
  margin-top: 130px;
}
.img_left_top img.img_lft_2 {
  width: 100%;
}
.left_fst {
  height: 350px;
}
.img_left_top img.img_lft_1 {
  margin-left: 20px;
}
.left_scnd {
  margin-left: -90px;
  margin-top: 75px;
}
.left_scnd_01 p {
  margin-bottom: -55px;
}
.testimonial_text_box{
  height: auto!important;
}
.testimonial_part .testimonial_slider h6 {
  font-size: 17px;
  line-height: 1.2;
}

}
/************Team css start***************/

.learning_part {
  position: relative;
  z-index: 99;
/*  background-image: url(../img/08.jpg);
  background-size: cover;
  background-position: center;*/
  height: 100%;
  background-attachment: fixed;
  background-color: #fff;
}
.bg_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
  opacity: 0.85;
  top: 0;
}
.bg_overlay_2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.85;
  top: 0;
}
/*.learning_part .section_tittle h2, .learning_part .section_tittle p {
  color: #fff!important;
}*/
.inner_box {
  background: #fff; 
  text-align: center;
  position: relative;
  display: block;
  margin: -50px auto 0 auto; 
  cursor: pointer;     
  width: 135px;
  border: 1px solid #e5e5e5;
  padding: 15px 10px;
}
.inner_box h5 {
  font-size: 20px;
  line-height: 0.7;
}

.arrow_img {
  position: absolute;
  width: 200px;
  margin-top:-95px;
  z-index: 99;
  margin-left: 100px;
}
.arrow_img_flip {
  transform: rotateX(180deg);
  position: absolute;
  width: 200px;
  bottom:-45px;
  z-index: 99;
  margin-left: 100px;
 }
.mg_top_50 {
  margin-top: 50px;
}
.inner_box a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: block; 
  transition: 0.6s;
  display: block;
  margin: 0px auto 10px auto;
  /*background: #0c2e60;*/
/*  background: #C5DAF8;*/

}
.inner_box a  i {
  color: #0c2e60;
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 50px;
}
.center_box {
  background: #0c2e60!important;
}

.center_box a i {
  color: #0c2e60!important;
}
.center_box h5 {
  color: #fff!important;
}
.inner_box:hover {
  background: #0c2e60;
  transition: 0.6s;
  -webkit-transform: translate(0px,-12px);
    -moz-transform: translate(0px,-12px);
    -o-transform: translate(0px,-12px);
    -ms-transform: translate(0px,-12px);
    transform: translate(0px,-12px);
    -webkit-transition: 0.5s ease-in-out;
}
.inner_box:hover a {
  background: #fff;
  transition: 0.6s;
}
.inner_box:hover a i{
  color: #0c2e60;
  transition: 0.6s;
}
 .inner_box:hover h5 {
  color: #fff;
  transition-duration: 0.6;
 }
img.overlay_bg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

@media (max-width: 576px) {
  .arrow_img, .arrow_img_flip {display: none;}
  .mg_top_50 {margin-top: 0;}
  .inner_box {margin-top: 0;margin-bottom: 25px;width: 100%;}
   .learning_part {overflow: hidden;}
}


/************* team *********************/

.team_part  {
  background-image: url(../img/banner/fs1.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.team_part .col-sm-6, .team_part .col-lg-4, .team_part .col-xl-4 {
  padding: 0px 25px;
}
.team_part .section_tittle h2, .team_part .section_tittle h5 {
  color: #fff;
}
.team_top_1 {
  height: 400px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background: #fff;
  border:1px solid #e5e5e5;
  cursor: pointer;
  margin-bottom: 50px;
}
/*.team_top_1:hover {
  -webkit-transform: translate(0px,-12px);
    -moz-transform: translate(0px,-12px);
    -o-transform: translate(0px,-12px);
    -ms-transform: translate(0px,-12px);
    transform: translate(0px,-12px);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}*/
.team_top_1 a.team_img_link {
  height: 100px;
  width: 100px;
  display: block;
  margin:0px auto 15px auto;
  border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  align-content: center;
    align-items: center;
    overflow: hidden;
}
.team_top_1 a.team_img_link img {
   max-height: 100%;
   max-width: 100%;
   height: 100px;
   width: 100px;
}
.team_top_1 p {
  line-height: 1.4;
}
.team_top_2 {
  background-color: #2985c6;
}
.team_top_2 h4, .team_top_2 p {
  color: #fff;
  display: block;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

/*.mobile-slider-area{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 9;
    margin-top: 50px;
}*/
/*.mobile-slider-area img {
    margin: 0 auto;
}*/

.mobile-slider {
    overflow: hidden;
    position: absolute;
    /*left: 2.5%;*/
    left: 6%;
    top: 15px;
 /*   width: 192px;
    height: 412px;*/
    width: 215px;
    height: 475px;
}

.mobile-slider::before {
    background: rgba(0, 0, 0, 0) url("../img/mockup_top.png") no-repeat scroll center center / cover;
    border-radius: 0 0 50px 50px;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 9;
}

.mobile-slider.owl-carousel .owl-item img {
    max-width: 100%;
   /* width: 200px;*/
   width: 208px;
   height: 450px;
   border-radius: 18px 18px;
   -moz-border-radius: 18px 18px;

}

@media only screen and (min-width: 1920px) {
    .mobile-slider {
        border-radius: 33px;
        height: 90%;
        left: 0;
        margin: 20px auto auto;
        right: 0;
        top: 0;
        width: 86%;
    }
    .mobile-slider-area img{
        width: 100%;
    }
    .mobile-slider::before {
        height: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mobile-slider {
        border-radius: 23px;
        height: 94%;
        left: 0;
        margin: 17px auto auto;
        right: 0;
        top: 0;
        width: 86%;
    }
    .mobile-slider::before {
        height: 24px;
    }
    .welcome-text h1 {
        font-size: 48px;
    }
    .mobile-slider-area img {
        width: 100%;
    }
}




img.learn_banking_img1, img.learn_banking_img2, img.learn_banking_img3 {
  width: 30%;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 8px 8px;

}
img.learn_banking_img2 {
position: relative;
/*left: 0;
margin-left: 0px;*/
margin: -60px auto 0px auto;
z-index: 99;
width: 275px;
border:0;
display: block;
border-radius: 16px 16px;
} 
img.learn_banking_img3, img.learn_banking_img1 {
  position: absolute;
  margin-top: 25px;
/*  position: relative;*/
  z-index: 9;
}
img.learn_banking_img3 {
  right: 0;
  margin-right:35px;
  top: 0;
}
.download_div {
  margin-top: 25px;
}
img.learn_banking_img4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 45%;
  border-radius: 8px 8px;
  margin-top:25px;
  margin-left: 135px;
 /* display: none;*/
}

@media (max-width: 576px) {

  .team_part {overflow: hidden;}
  .team_top_1 {
    margin-bottom: 25px;
    box-shadow: none;
    height: auto;
  }
  .team_top_1 a.team_img_link {
    height: 90px;
    width: 90px;
  }
  .testimonial_slider_img {
    margin:25px auto!important;
    width: 50px!important;
    height: 50px!important;
  }
  img.learn_banking_img {
    height: 175px!important;
    margin-top: 25px!important;
    margin-right: 0px!important;
      }
img.learn_banking_img1, img.learn_banking_img2, img.learn_banking_img3 {
 /*   width: 45%;*/
    display: inline-block;
/*    border: 1px solid #e5e5e5;*/
    margin-bottom: 0px;
}
img.learn_banking_img3, img.learn_banking_img1 {
      margin-top: 25px;
      width: 35%;
}
img.learn_banking_img2 {
    position: relative;
    margin-left: 75px;
    margin-top: 0px;
    z-index: 99;
    width: 50%;

}
img.learn_banking_img3 {
    margin-left: 10px;
    /* margin-top: 0; */
}
img.learn_banking_img4 {
    width: 50%;
    margin-top: 50px;
    margin-left: 80px;
    /* display: none; */
}
.contact_icon a {
  width: 75%;
    display: block;
    margin: 5px auto;
    text-align: center;
}

}


/*********************************************
         special_cource_css
 *********************************************/

.special_cource {
/*  background-image: url(../img/h1_hero.png);*/
  background-position: center;
  background-size: cover;
  height: 100%;
  background-color: #fff;
}

.special_cource #course_slider {
  width: 100%;
}
.MS-content {
  width: 100%;
}
#course_slider {
    position: relative;      /* recommended */
}
#course_slider .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 5%;            /* makes room for L/R arrows */
}
#course_slider .MS-content .item {
    width: 33.3%;
    display: inline-block;   /* required */
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 100%;            /* recommended */
    white-space: normal;     /* recommended */
    border:2px solid transparent;
    padding: 0px 15px;
    padding-bottom: 40px;
    
}
#course_slider .MS-controls button {
    position: absolute;      /* recommended */
    top: 48%;
    outline: none;
 /*   margin-top: -22.5px;*/
}
#course_slider .MS-controls .MS-left, #course_slider .MS-controls .MS-right {
  border-radius: 100%;
  background-color: #0c2e60;
  height: 45px;
  width:45px;
  border:1px solid #0c2e60;
}
#course_slider .MS-controls .MS-left {
  left: -10px;
}
#course_slider .MS-controls .MS-left i, #course_slider .MS-controls .MS-right i {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 45px;
  text-align: center;
}
#course_slider .MS-controls .MS-right {
    right: -10px;
}

.special_cource .single_special_cource {
  border:1px solid #e5e5e5;
/*  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);*/
  background: #fff;
  position: relative;
}
.special_cource .single_special_cource a.single_img_link {
  height: 175px;
  width: 100%;
  display: block;
  overflow: hidden;
  vertical-align: middle;
}
.special_cource .single_special_cource a.single_img_link img {
width: 100%;
border-radius: 8px 8px 0 0;
-webkit-border-radius :8px 8px 0 0;
-moz-border-radius :8px 8px 0 0;
}
@media (max-width: 576px) {
  .special_cource {
    background-image: none;
    background: #e5e5f7;
  }
  .special_cource .single_special_cource {
    margin-bottom: 20px;
  }
  .special_cource .single_special_cource .special_img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .special_cource .single_special_cource {
    margin-bottom: 20px;
  }
  .special_cource .single_special_cource .special_img {
    width: 100%;
  }
  #course_slider .MS-content .item {width: 50%;} 

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special_cource .single_special_cource {
    margin-bottom: 20px;
  }
}

.special_cource .single_special_cource .special_cource_text {
/*  padding: 35px 35px 40px;*/
  border-top: 0px;
}

@media (max-width: 576px) {
  .special_cource .single_special_cource .special_cource_text {
    padding: 20px 15px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .special_cource .single_special_cource .special_cource_text {
    padding: 20px 15px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .special_cource .single_special_cource .special_cource_text {
    padding: 20px 15px 15px;
  }
}

.special_cource .single_special_cource .special_cource_text h5 {
  text-align: left;
  display: block;
  height: 60px;
  position: relative;
}

span.popular_span {
  padding:6px 15px;
  border-radius: 2px 2px;
  margin-left: 15px;
  color: #fff;
  margin-top: 100px;
  z-index: 999;
  position: absolute;
  top: 50px;
  background-color: #cc0000;
}

.special_cource .single_special_cource .special_cource_text .author_info {
  display: block;
  width: 100%;
 /* padding-top: 15px;*/
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.special_cource .single_special_cource .special_cource_text .author_info .author_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.special_cource .single_special_cource .special_cource_text .author_info .author_img .img_div {
  height: 50px;
  width: 50px;
  float: left;
  display: inline-block;
  border-radius: 100%;
  margin-right: 15px;
  border:1px solid #e5e5e5;
  overflow: hidden;
}
.special_cource .single_special_cource .special_cource_text .author_info .author_img .img_div img {
/*  height: 45px;*/
  width: 50px;
  border-radius: 100%;
}
.special_cource .single_special_cource .special_cource_text .author_info .author_img .author_info_text {
  display: inline-block;
}
.special_cource .single_special_cource .special_cource_text .author_info .author_img .author_info_text h6 {
  text-align: left;
  line-height: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .special_cource .single_special_cource .special_cource_text .author_info .author_img {
    padding-left: 53px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special_cource .single_special_cource .special_cource_text .author_info .author_img {
    padding-left: 53px;
  }
}



.special_cource .single_special_cource .special_cource_text .author_info .author_img p {
  color: #556172;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .special_cource .single_special_cource .special_cource_text .author_info .author_img p {
   /* font-size: 12px;*/
  }
}

.special_cource .single_special_cource .special_cource_text .author_info .author_img h5 a {
  color: #0c2e60;
/*  font-size: 16px;
  font-weight: 500;*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .special_cource .single_special_cource .special_cource_text .author_info .author_img h5 a {
   /* font-size: 14px;*/
  }
}

.special_cource .single_special_cource .special_cource_text .author_info .author_rating p {
  float: left;
  color: #006600;
  font-weight: 600;
}
.special_cource .single_special_cource .special_cource_text .author_info .author_rating p > i {

}
.special_cource .single_special_cource .special_cource_text .author_info .author_rating .rating {
  float: right;
}
.special_cource .single_special_cource .special_cource_text .author_info .author_rating .rating a {
  margin-left: 5px;
  color: #FFD700;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .special_cource .single_special_cource .special_cource_text .author_rating .rating a {
    margin-left: 0px;
  }
}


/*********************************************
 testimonial part css
 *********************************************/

.testimonial_part {
  overflow: hidden;
  /*background-image: url(../img/hero-bg.png);*/
  background-position: center;
  background-size: cover;
  height: 100%;
  background: #fff;
}
.testimonial_part .section_tittle {
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .testimonial_part {
    background: #e5e5f7;
    background-image: none;
  }
  .testimonial_part .section_tittle {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial_part .section_tittle {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.testimonial_part .section_tittle {
    margin-bottom: 50px;
  }
}

.testimonial_part .textimonial_iner {
  overflow: hidden;

}
.testimonial_text_box {
  height: 200px;
/*  border:1px solid;*/
}
.testimonial_slider_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border:1px solid #e5e5e5;
  overflow: hidden;
  margin:0px auto 15px auto;
  text-align: center;
  align-content: center;
  align-items: center;
}
.testimonial_slider_img img {
 max-height: 100%;
   max-width: 100%;
}
.testimonial_slider_text h4, .testimonial_slider_text h5, .testimonial_slider_text p, .testimonial_slider_text h6.b_name {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}
a.bank_img {
width: 125px;
  overflow: hidden;
  display: block;
  margin:10px auto 0px auto;
  height: 50px;
  align-items: center;
  vertical-align: middle;
}
a.bank_img img {
  width: 100%;
  display: block;
  vertical-align: middle;
}


@media (max-width: 576px) {

  .testimonial_part .textimonial_iner {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .testimonial_part .textimonial_iner {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .testimonial_part .textimonial_iner {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial_part .textimonial_iner {
    margin-left: 0;
  }
}

.testimonial_part .testimonial_slider {
  margin: 30px;
}

@media (max-width: 576px) {
  .testimonial_part .testimonial_slider {
    margin: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial_part .testimonial_slider {
    margin: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_part .testimonial_slider {
    margin: 0px;
  }
}

.testimonial_part .testimonial_slider_text {
/*  padding: 25px;*/
  background-color: #fff;
  position: relative;
  z-index: 1;
  border:1px solid #e5e5e5;
}

@media (max-width: 576px) {

  .testimonial_part .testimonial_slider_text {
    padding: 15px 10px;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .testimonial_part .owl-carousel .owl-nav button.owl-next, .testimonial_part .owl-carousel .owl-nav button.owl-prev {
    margin-top: 60px;
    height: 35px!important;
    width: 35px!important;
}
#course_slider_1 .MS-controls .MS-left, #course_slider_1 .MS-controls .MS-right {
  height: 35px!important;
    width: 35px!important;
}
#course_slider_1 .MS-controls .MS-left i, #course_slider_1 .MS-controls .MS-right i {
  font-size: 14px!important;
    line-height: 35px!important;
}
  .testimonial_part .owl-carousel .owl-nav button.owl-next span, .testimonial_part .owl-carousel .owl-nav button.owl-prev span {
    font-size: 25px!important;
  }
  #recruiter_slider .MS-content .item {
    width: 98%!important;
  /*  margin:0px auto!important;*/
  }
  #recruiter_slider .MS-controls .MS-left, #recruiter_slider .MS-controls .MS-right {
    height: 35px!important;
    width: 35px!important;
  }
  #recruiter_slider .MS-controls .MS-left i, #recruiter_slider .MS-controls .MS-right i {
    font-size: 14px!important;
    line-height: 35px!important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .testimonial_part .testimonial_slider_text {
    padding: 5px 20px;
  }
  .testimonial_part .testimonial_slider_text {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .testimonial_part .testimonial_slider_text {
    padding: 5px 20px;
    margin-bottom: 15px;
  }
}

.testimonial_part .testimonial_slider_text:after {
  position: absolute;
  right: 20%;
  top: 20px;
  width: 120px;
  height: 100px;
  background-image: url(../img/quote.png);
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 576px) {

  .testimonial_part .testimonial_slider_text:after {
    width: 53px;
    height: 45px;
    right: 25%;
    top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .testimonial_part .testimonial_slider_text:after {
    width: 53px;
    height: 45px;
    right: 25%;
    top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .testimonial_part .testimonial_slider_text:after {
    width: 53px;
    height: 45px;
    right: 25%;
    top: 30px;
  }
}
.testimonial_part .owl-dots {
  text-align: center;
  padding-top: 67px;
  line-height: 0px;
}

@media (max-width: 576px) {
  .testimonial_part .owl-dots {
    margin-left: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial_part .owl-dots {
    margin-left: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_part .owl-dots {
    margin-left: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial_part .owl-dots {
    margin-left: 0;
    padding-top: 20px;
  }
}

.testimonial_part .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #d7d7d7;
  margin: 0 10px;
}
.testimonial_part .owl-dots button.owl-dot.active {
  background-color: #0c2e60;
  width: 17px;
  border-radius: 50px;
}

.testimonial_part .owl-carousel .owl-nav.disabled {
  display: block!important;
}
.testimonial_part .owl-carousel .owl-nav button.owl-next, .testimonial_part .owl-carousel .owl-nav button.owl-prev {
  position: absolute; 
  background: #0c2e60;
  top:35%;
  height:50px;
  width: 50px;
  border-radius: 50%;
}
.testimonial_part .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0;
  } 
.testimonial_part .owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: 0;
}
.testimonial_part .owl-carousel .owl-nav button.owl-next span,
.testimonial_part .owl-carousel .owl-nav button.owl-prev span {
  font-size: 35px;
  color: #fff;
}
.testimonial_part .owl-dots button.owl-dot:focus {
  outline: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial_part .testimonial_slider {
    margin: 0px 20px;
  }
  .testimonial_part .owl-carousel .owl-nav button.owl-next, .testimonial_part .owl-carousel .owl-nav button.owl-prev {
    top: 45%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_part .testimonial_slider {
    margin: 0px 20px;
  }
  .testimonial_part .owl-carousel .owl-nav button.owl-next, .testimonial_part .owl-carousel .owl-nav button.owl-prev {
    top: 40%;
  }
}

.testimonial_part .testimonial_slider h6 {
/*  font-size: 15px;*/
  /*font-style: italic;
*/  color: #333;
  line-height: 1.2;
}

/*.testimonial_part h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}*/




/*******************************************************
         recruiter_part
***********************************************************/

.recruiter_part #recruiter_slider {
  width: 100%;
}

#recruiter_slider {
    position: relative;      /* recommended */
}
#recruiter_slider .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 5%;            /* makes room for L/R arrows */
    padding: 10px 0px;
}
#recruiter_slider .MS-content .item {
   /* width: 25%;*/
   width: 200px;
    display: inline-block;   /* required */
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 100%;            /* recommended */
    white-space: normal;     /* recommended */
    /*border:2px solid transparent;*/
    height: 80px;
    text-align: center;
    align-content: center;
    align-items: center;
   /* border:1px solid #e5e5e5;*/
    margin: 0px 10px;
    padding: 0px 0px;
 /*   box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);*/
    background-color: transparent;
 /*   border-radius: 6px 6px;*/
}
#recruiter_slider .MS-content .item img{
  max-height: 100%;
   max-width: 100%;
   height: 80px;
   width: 200px;

}
#recruiter_slider .MS-controls button {
    position: absolute;      /* recommended */
    top: 50%;
    outline: none;
    margin-top: -20px;
}
#recruiter_slider .MS-controls .MS-left, #recruiter_slider .MS-controls .MS-right {
  border-radius: 100%;
  background-color: #0c2e60;
  height: 45px;
  width:45px;
  border:1px solid #0c2e60;
}
#recruiter_slider .MS-controls .MS-left {
  left: -10px;
}
#recruiter_slider .MS-controls .MS-left i, #recruiter_slider .MS-controls .MS-right i {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 45px;
  text-align: center;
}
#recruiter_slider .MS-controls .MS-right {
    right: -10px;
}


/***********************************************************************
    footer part
*******************************************************************/


.footer-area {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0px 20px;

}

@media (max-width: 991px) {

  .footer-area {
    padding: 70px 0px 30px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

.footer-area .single-footer-widget p {
/*  font-size: 14px;
  line-height: 1.8;*/
}
.footer-area .single-footer-widget h4 {
  margin-bottom: 23px;
/*  font-weight: 700;
  font-size: 24px;*/
}

@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 li {
  margin-bottom: 10px;
}

.footer-area .single-footer-widget ul li a {
  color: #555555;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}
.footer-area .single-footer-widget ul li a:hover {
  color: #ff663b;
}

.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-area .footer_1 img {
  margin-bottom: 35px;
}

.footer-area .footer_1 p {
  margin-bottom: 15px;
}
.footer-area .footer_2 .social_icon {
  margin-top: 27px;
}
.footer-area .footer_2 li a i {
  font-size: 16px;margin-right: 6px;
}
.footer-area .footer_2 .social_icon a {
  color: #cccccc;
  font-size: 14px;
  margin-right: 20px;
}

.footer-area .footer_3 .footer_img .single_footer_img {
  width: 30%;
  float: left;
  margin: 1%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .footer-area {
   /* background-image: none;
    background: #e5e5f7;*/
  }
  .footer-area form.elig_form {width: 100%!important;margin-top: 25px!important;}
  .footer-area .social_icon {margin-top: 15px;float: none!important;}
  .footer-area .copyright_part_text .social_icon a {height: 35px;width: 35px;}
  .footer-area .copyright_part_text .social_icon a i {line-height: 35px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 10%;
  }
}

.footer-area .footer_3 .footer_img .single_footer_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .footer_3 .footer_img .single_footer_img i {
  text-align: center;
  position: absolute;
  top: 41%;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
}

.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
  opacity: 0.5;
}

.footer-area .footer_3 .footer_img .single_footer_img:hover i {
  opacity: 1;
}

.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}

.footer-area .contact_info:last-child {
  margin-bottom: 0px;
}
.footer-area .contact_info p {
  margin-bottom: 10px;
}

.footer-area .contact_info p span {
  color: #0c2e60;
  font-size: 16px;
}

/*.footer-area .btn {
  background-color: #ff663b;
  color: #fff;
  width: 40px;
  border-radius: 0px;
  height: 40px;
  padding: 0;
  border-radius: 2px !important;
}*/

.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}
.footer-area .copyright_part_text {
  padding-top: 26px;
  margin-top: 112px;
  border-top: 1px solid #dedede;
}
.footer-area .copyright_part_text p {
  font-size: 15px;
}

@media (max-width: 576px) {
  .footer-area .copyright_part_text {
    margin-top: 20px;
    text-align: center;
  }
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .copyright_part_text {
    text-align: center;
    margin-top: 20px;
  }
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copyright_part_text {
    margin-top: 42px;
    text-align: center;
  }
}
/*.footer-area .copyright_part_text a {
  color: #ff663b;
}*/
.footer-area .input-group {
  border: 1px solid #dedede;
  padding: 5px;
}

.footer-area .input-group ::placeholder {
  font-size: 13px;
  color: #999;
}
.footer-area .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
.footer-area .btn_1 {
  margin-top: 0px;
}
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

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



.switch-wrap {
  margin-bottom: 10px;
}


@media (max-width: 991px) {

  .footer-area {
    padding: 70px 0px 30px;
  }
}

.footer-area .form-control {
  background-color: transparent;
}

.footer-area .form-group {
 /* margin-top: 25px;*/
}
.footer-area form.elig_form {
  width: 100%;
  padding: 10px 10px;
}
.footer-area form.elig_form label {
  font-size: 17px;
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}
.footer-area .single-footer-widget p {
/*  font-size: 14px;*/
  line-height: 1.8;
}
.footer-area .single-footer-widget h4 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

@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 li {
  margin-bottom: 10px;
}
.footer-area .single-footer-widget ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
}
.footer-area .single-footer-widget ul li a:hover {
  color: #2985c6;

}
.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0px;
}
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

.footer-area .single-footer-widget input {
  height: 40px;
  width: 100% !important;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  font-size: 17px;
/*  color: #999999;*/
  border: 1px solid #e5e5e5;
}
.footer-area .single-footer-widget textarea {
  padding-left: 20px;
}

.footer-area .single-footer-widget input:focus, .footer-area .single-footer-widget textarea:focus  {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget .click-btn {
  background-color: #ff663b;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 20px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
/*  font-family: "Roboto", sans-serif;*/
  position: relative;
  left: 0;
}

.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 375px) {
  .footer-area .single-footer-widget .click-btn {
    margin-top: 10px;
  }
}

@media (min-width: 400px) {
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
}

.footer-area .footer_1 img {
  margin-bottom: 35px;
}
.footer-area .footer_1 p {
  margin-bottom: 15px;
  color: #fff;
}

.footer-area .footer_2 .social_icon {
  margin-top: 27px;
}

.footer-area .footer_2 .social_icon a {
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}

.footer-area .footer_3 .footer_img .single_footer_img {
  width: 30%;
  float: left;
  margin: 1%;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 10%;
  }
}

.footer-area .footer_3 .footer_img .single_footer_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .footer_3 .footer_img .single_footer_img i {
  text-align: center;
  position: absolute;
  top: 41%;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
}

.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
  opacity: 0.5;
}

.footer-area .footer_3 .footer_img .single_footer_img:hover i {
  opacity: 1;
}

.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}

.footer-area .contact_info:last-child {
  margin-bottom: 0px;
}

.footer-area .contact_info p {
  margin-bottom: 10px;
  color: #fff;
}

.footer-area .contact_info p span {
  color: #fff;
  font-size: 16px;
}

/*.footer-area .btn {
  background-color: #ff663b;
  color: #fff;
  width: 40px;
  border-radius: 0px;
  height: 40px;
  padding: 0;
  border-radius: 2px !important;
}*/

.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

.footer-area .copyright_part_text {
  padding-top: 25px;
  margin-top: 50px;
  border-top: 1px solid #dedede;
}

.footer-area .copyright_part_text p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top:15px;
  display: block;
}
.footer-area .copyright_part_text .social_icon {
  width: auto;
 float: right;
}
.footer-area .copyright_part_text .social_icon a {
  height: 40px;
  width: 40px;
  margin-left: 10px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
}
.footer-area .copyright_part_text .social_icon a i {
  line-height: 40px;
  font-size: 15px;
  color: #fff;
} 

@media (max-width: 576px) {
  .footer-area .copyright_part_text {
    margin-top: 20px;
    text-align: center;
  }
  .footer-area .copyright_part_text p {
    font-size: 15px;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .copyright_part_text {
    text-align: center;
    margin-top: 20px;
  }
  .footer-area .copyright_part_text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copyright_part_text {
    margin-top: 42px;
    text-align: center;
  }
}
/*.footer-area .copyright_part_text a {
  color: #ff663b;
}
*/

.footer-area .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}

.footer-area .btn_1 {
  margin-top: 0px;
}



/*********************************************************************
============================== about page ============================
**********************************************************************/

.about_bank_part {
/*  background-image: url(../img/hero-bg.png);
  background-position: center;
  background-size: cover;*/
  background-color: #fff;
}

.banner_part_2 {
  background-image: url(../img/banner/page-header-bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 600px;
  overflow: hidden;
}
.banner_part_2 .bg_overlay {
  position: absolute;
  height: 600px;
  width: 100%;
  /*background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);*/
  background: linear-gradient(to right, #2d032c 1%,#1e0335 24%,#083a69 67%,#0055d9 100%);
  opacity: 0.85;
  top: 0;
}

.banner_part_2 .banner_text {
  display: table;
  width: 100%;
  height: 600px;
}
.banner_part_2 .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}

.banner_part_2 .banner_text .banner_text_iner p, 
.banner_part_2 .banner_text .banner_text_iner h1 {
  color: #fff;
}
.about_content {
  background-color: #fff; 
}
.about_content .section_tittle {
  margin-bottom: 75px;
}
.about_content .section_tittle h2, .about_content .section_tittle p {
  text-align: left;
}
img.first_image {
margin-left: -60px;
}
img.second_image {
  margin-top: -200px;
  width: 42%;
  float: right;
  position: relative;
}
img.team_bg_left {
  position: absolute;
  left: 0;
}
img.team_bg_right {
  position: absolute;
  right: 0;
  margin-top:-40px;
}

.team_top_1 .social_icon {
  margin-top: 25px;
  display: none;
}
.team_top_1 .social_icon a {
  color: #fff;
  background: #2985c6;
/*  font-size: 14px;*/
  margin: 0px 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.team_top_1 .social_icon a i {
/*  font-size: 16px;*/
  line-height: 38px;
  text-align: center;
}
.team_top_1 .social_icon a:hover {
  background-color: #fff;
  color: #2985c6;
}

@media (max-width: 576px) {
img.first_image {
  margin-left: 0px;
  width: 100%;
  }
img.second_image {
  margin: -80px auto 0px auto;
  width: 50%;
  float: none;
  display: block;
}
.about_content {
  margin-top: 30px;
  padding: 20px 15px;
}
.banner_part_2 .banner_text {
  /*height: 300px;*/
}
}



/**************************************
bankplus course 
**************************************/

span.left_span, span.right_span {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  width: auto;
  margin-right: 45px;
  line-height: 60px;
/*  margin-top:25px;*/
}
.banner_text_iner h4 {color: #fff;margin-top:15px;/*font-size: 15px;*/}
form.elig_form {
  background: #fff;
  border:1px solid #e5e5e5;
  width: 100%;
  float: right;
}
form.elig_form h4 {
  text-align: center;
  color: #2985c6;
  font-weight: 700;
  margin-bottom: 20px;
}
form.elig_form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
form.elig_form .form-control {
  font-size: 17px!important;
  border: 1px solid rgba(0,0,0,.5);
  color:#6C757D
}
button.btn {
  width: 80%;
  display: block;
  margin:0px auto;
  background-color: #0c2e60;
  font-size: 14px;
  border-radius: 25px;
}
.vl {
/*  border-left: 2px solid #0c2e60;*/
  height: 75px;
  border-left: 1px solid gray;
  margin-top: 12px;
}
.feature_part .col-xl-3 {
  max-width: 24.5%;
}


/***************************************
banking part 
*************************/

img.banking_bg_img_left, img.banking_bg_img_right {
  position: absolute;
}
img.banking_bg_img_right {float: right;right: 0;}

.banking_text {
  width:90%;
  float: right;
  background: #fcfcfc;
}
ul.training_links {
  margin-top: 25px;
/*  list-style: disc;
  margin-left: 10px;
*/}
ul.training_links li {
  margin:15px 0px;
  color: #888888;
}
ul.training_links li a {
  text-decoration: none;
  height: 30px;
  width: 30px;
  background-color: #0c2e60;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
ul.training_links li a i {
  color: #fff;
  line-height: 30px;
}

.advantage_block {
  background-color: #fff;
  height: 175px;
  margin-bottom: 50px;
  border:1px solid #e5e5e5;
}
.advantage_block a {
  width: 50px;
  height: 50px;
/*  background: #0c2e60;*/
  border-radius: 50%;
  float: left;
  vertical-align: top;
  display: block;
  text-align: center;
  position: absolute;
}
.advantage_block a i {
  font-size: 20px;
  line-height: 50px;
  color: #0c2e60;
}
.advantage_block .advantage_text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 60px;
}
.advantage_block .advantage_text h5 {
/*  font-size: 17px;*/
/*  line-height: 20px;*/
  margin-bottom: 10px;
}
.advantage_block .advantage_text p {
  line-height: 1.2;
}

 #course_slider_1 {
  width: 100%;
  position: relative; 
}
#course_slider_1 .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 5%;            /* makes room for L/R arrows */
}
#course_slider_1 .MS-content .item {
    width: 50%;
    display: inline-block;   /* required */
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 100%;            /* recommended */
    white-space: normal;     /* recommended */
    border:5px solid transparent;
 /*   padding: 20px 25px;*/
    
}
#course_slider_1 .MS-controls button {
    position: absolute;      /* recommended */
    top: 50%;
    outline: none;
    margin-top: -22.5px;
}
#course_slider_1 .MS-controls .MS-left, #course_slider_1 .MS-controls .MS-right {
  border-radius: 100%;
  background-color: #0c2e60;
  height: 45px;
  width:45px;
  border:1px solid #0c2e60;
}
#course_slider_1 .MS-controls .MS-left {
  left: -10px;
}
#course_slider_1 .MS-controls .MS-left i, #course_slider_1 .MS-controls .MS-right i {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 45px;
  text-align: center;
}
#course_slider_1 .MS-controls .MS-right {
    right: -10px;
}

#course_slider_1 .single_special_cource {
/*  border:1px solid #e5e5e5;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);*/
  background: #fff;
  height: 325px;
}

.faculty_img {
  width: 100%;
  margin: 0px auto;
  text-align: center;

}
a.img_link {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  overflow: hidden;
  display: block;
  margin:0px auto 10px auto;
   text-align: center;
    align-content: center;
    align-items: center;
}
a.img_link img {
  max-height: 100%;
   max-width: 100%;
width: 100px;
height: auto;
}
.special_cource_1 {background-image: url(../img/banner/page-header-bg.jpeg);position: relative;background-attachment: fixed;}
.special_cource_1 .section_tittle h2 {color: #fff;}
.special_cource_1 #course_slider {height: 300px;}
.special_cource_1  #course_slider .MS-content .item {height: auto!important;}
.special_cource_1 #course_slider .MS-controls .MS-left, .special_cource_1 #course_slider .MS-controls .MS-right {
    background-color: #fff;
    border: 1px solid #fff;
}
.special_cource_1 #course_slider .MS-controls .MS-left i, .special_cource_1 #course_slider .MS-controls .MS-right i {
  color: #0c2e60;
}

.accordion>.card {
  margin-bottom: 20px;
  background-color: #fff;
  border:0;

}
.accordion>.card .card-header {
  padding:20px 20px!important;
  background-color: #fff;
  border:1px solid #e5e5e5;
  margin-bottom: 0;
}
.accordion>.card a {
  text-decoration: none;
  color: #444;
}
.accordion>.card a h5 {
  font-size: 20px;
  width: 90%;
  display: inline-block;
}
.accordion {
  width: 70%;
  margin:0px auto;
}
.accordion .card-header a:after {
    font-family: 'LineIcons';  
    content: "\eb2c";  
    float: right; 
    display: inline-block;
}
.accordion .card-header a.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'LineIcons';  
    content: "\eb53"; 
    float: right; 
    display: inline-block;
}
.card-body {
  border:1px solid #e5e5e5;
  border-top: 0;
  background-color: #fcfcfc;
}
.banking_left_image {
  margin-top: 75px;
}
a.footer_tel_link {
  color: #fff;
  text-decoration: none;
}
a.footer_tel_link:hover, .footer_tel_link:active, .footer_tel_link:focus {
  color: #fff;
  text-decoration: none;
}


@media (max-width: 576px) {

  form.elig_form label, form.elig_form .form-control {
    font-size: 13px!important;
  }
/*  .advantage_block a, .single_feature .single_feature_icon, .inner_box a {
    width: 55px;
    height: 55px;
  }
  .advantage_block a i, .single_feature .single_feature_icon i, .inner_box a i {
        font-size: 25px;
    line-height: 55px;
  }*/
  .advantage_block .advantage_text, .feature_part .single_feature_part {
    margin-left: 65px;
  }
  .accordion>.card a h5 {
    font-size: 14px;
  }
}
@media (min-width: 577px) and (max-width: 766px) {
#course_slider_1 .MS-content .item {
  width: 100%!important;
}
}
 




/************************************

  new student review 
  *************************************/
  
.accordion {
  width: 100%;
  max-width: 1080px;
/*  height: 350px;*/
  overflow: hidden;
  margin: 0px auto;
  z-index: 999;
  position: relative;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 20%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

li.first_list {
  background-color: #E0E1E2;
}
li.sec_list {
  background-color: rgba(255, 100, 124, 0.5);
}
li.third_list {
  background-color: rgba(255, 207, 92, 0.5);
}
li.for_list {
  background-color: rgba(0, 196, 140, 0.51);
}
li.fif_list {
  background-color: rgba(25, 106, 229, 0.51);
}

.accordion ul li div.main_div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div.main_div a {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 25px 25px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 200ms ease;
}
.accordion ul li div.main_div a h2 {
  color: #1b1c1d;
  line-height: 1.2;
  text-align: center;
}
.accordion ul li div.main_div a p {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div.main_div a h2 {
  text-overflow: clip;
  font-size: 24px;
  text-transform: capitalize;
  /*margin-bottom: 20px;*/
  height: 65px;
}

.accordion ul li div.main_div a p {
  font-size: 18px;
  margin-bottom: 10px;
}
.accordion ul:hover li { width: 15%; }

.accordion ul:hover li:hover { width: 40%; }
.accordion ul:hover li:hover a p {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 .icon_div {
  height: 75px;
  width: 75px;
  border-radius: 50%;
/*  background-color: #C5DAF8;*/
  text-align: center;margin: 50px auto;
  transition: all 500ms ease;
}
.icon_div i {line-height: 75px;
  font-size: 30px;
  text-align: center;
  color: #0c2e60;
}
.accordion ul:hover li:hover a .icon_div {
  display: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.enquery_div {
    margin-top: 50px;
    text-align: center;
}
.enquery_div button.query_btn {
    width: 250px;
    font-size: 18px;
    margin-top: 15px;
}

@media (max-width: 576px) {

.accordion {
  width: 100%;
  height: auto;
}

.accordion ul {
  width: 100%;
  display: block;
  table-layout: relative;
}
.accordion ul li div.main_div a h2 {
  font-size: 22px;
  height: 25px;
}

.accordion ul li {
  display: block;
  vertical-align: bottom;
  position: relative;
  width: 100%;
  height: 130px;
}

.accordion ul li div.main_div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div.main_div a {
  display: block;
  height: 130px;
  padding: 15px 15px;
}

.accordion ul:hover li { width: 100%;height: 130px; }

.accordion ul:hover li:hover { width: 100%; height: 375px;transition: all 500ms ease; }
.accordion ul:hover li:hover a {
  height: 375px;
  transition: all 500ms ease;
}
.accordion ul:hover li:hover a p {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul:hover li:hover a .icon_div {
  display: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.icon_div {
    height: 50px!important;
    width: 50px!important;
    margin: 20px auto;
    transition: all 500ms ease;
}
.icon_div i {
    line-height: 50px;
    font-size: 25px;
}

}

button.login_btn {
  width: 150px!important;
/*  border-color: transparent!important;*/
}

ul.center_list {
  margin-top: 25px;
}
ul.center_list li {
  padding: 5px 8px 0px 0px;
  float: left;
  margin-bottom: 0;
}
ul.center_list li > a {
  font-size: 16px!important;
}
ul.center_list h5 {
  color: #fff;
}

.get_in_touch {
  background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.get_in_touch h2, .get_in_touch h4 {
  color: #fff;
}
.get_in_touch a.contact_btn {
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 25px 25px;
  color: #2985c6;
  font-size: 18px;
  display: block;
  float: left;
  margin-top: 25px;
  overflow: hidden;
  padding: 0px 30px;
}
.get_in_touch a img {
  display: block;
  vertical-align: middle;
  width: 50%;
  margin:20% auto 0 auto;
}

img.play_logo_1 {
  width: 30%;
  display: block;
  margin-top: 25px;
}

img.footer_img {
height: 16px;
position: absolute;
margin-top: -10px;
right: 0;
margin-right: 65px;
}
a.bottom_ftr_img {
  height: 55px;
  width: 100px;
  margin-right: 25px;
  display: inline-block;
}
a.bottom_ftr_img img {
  height: 55px;
}

   #mob_contact_icon {display: none;}
    /* #desktop_contact_icon {display: inline-block;}*/
a.footer_logo img {
  height: 35px;
}

@media (max-width: 576px) {
  .get_in_touch a img {float: left;margin: 10% auto 0 auto;}
  img.play_logo_1{width: 40%;}
  img.footer_img {margin-right: 135px;}
    .main_menu .main-menu-item .nav-item {width: 100%;}
  .main_menu .main-menu-item ul li .nav-link {text-align: left;}
  .navbar-light .navbar-nav .active>.nav-link {border-bottom: 0;border-left: 3px solid #0071ba;}
  .navbar-collapse {box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 21.8px 23.4px rgba(0, 0, 0, 0.086)
    }
    .contact_icon a {width: 100%;margin:5px auto;display: block;}
    .advantage_block .advantage_text h5 {margin-bottom: 0;}
    .footer-area .copyright_part_text .social_icon {float: none;margin-top: 15px;}
    #mob_contact_icon {display: inline-block;}
    #desktop_contact_icon {display: none;}
    .navbar-brand {margin-right: 0;}
    .contact_icon { margin-right: 0px;}
}

 @media only screen and (min-width: 576px) and (max-width: 767px) {
   h4{font-size: 20px;}
  .banner_part_2 {height: 675px;}
  .banner_part_2 .banner_text {display: block;height: auto;margin-top: 100px;} 
  .banner_part_2 iframe {height: 270px;width: 480px;margin-top: 15px;float: none;}
  .banner_part_2 .bg_overlay {height: 675px;}  
  img.first_image {margin-left: 0;}
  img.second_image{margin: -120px auto 0px auto;width: 40%;float: none;display: block;}
  .about_content {margin-top: 15px;}
  #course_slider .MS-controls button{top: 30%;margin-top: 0;}
  .get_in_touch a img {width:30%;margin:20px 0 0 0;}
  span.left_span, span.right_span {margin-right: 30px;margin-top: 15px;}
  .banking_text {width: 100%;margin-top: 15px;}
  .footer-area form.elig_form {margin-top: 0;}
  .main_menu .main-menu-item .nav-item {width: 100%;}
  .main_menu .main-menu-item ul li .nav-link {text-align: left;}
    .navbar-light .navbar-nav .active>.nav-link {border-bottom: 0;border-left: 3px solid #0071ba;}
.navbar-collapse {box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 21.8px 23.4px rgba(0, 0, 0, 0.086)
    }
     .contact_icon a {width: 100%;margin:5px auto;display: block;}
     #mob_contact_icon {display: inline-block;}
      #desktop_contact_icon {display: none;}
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h4{font-size: 22px;}
    h2 {font-size:30px;}
    img.learn_banking_img2 {width: 250px;margin-top: 25px;}
    img.learn_banking_img1,  img.learn_banking_img3 {width: 25%;}
    img.learn_banking_img3, img.learn_banking_img1 {margin-top: 60px;}
    img.learn_banking_img3 {margin-right: 15%;}
    img.learn_banking_img1 {margin-left: 12%;}
    img.learn_banking_img4 { margin-top: 65px;width: 30%;margin-left: 30%;}
    .banner_part_2 .banner_text {display: block;height: auto;margin-top: 100px;}
    .banner_part_2, .banner_part_2 .bg_overlay {height: 675px;}
      .footer-area form.elig_form {margin-top: 0;}
  .main_menu .main-menu-item .nav-item {width: 100%;}
  .main_menu .main-menu-item ul li .nav-link {text-align: left;}
    .navbar-light .navbar-nav .active>.nav-link {border-bottom: 0;border-left: 3px solid #0071ba;}
    #course_slider .MS-controls button {top: 30%;margin-top: 0;}
    .get_in_touch a img {width: 85%;}
    .div_padding {padding: 15px 15px;}
    a.img_link {height: 85px;width: 85px;}
    #mob_contact_icon {display: inline-block;}
     #desktop_contact_icon {display: none;}
/*    #course_slider_1 .single_special_cource {height: 420px;}*/

  }
  
  .floatwhatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
