

body {
  font-family: 'Open Sans', sans-serif; 
  font-weight: 400;
  font-style: normal;
}  

html,body { overflow-x: hidden; }

h1,h2,h3,h4, .navbar-nav a {
  font-weight: bold;
  
}

.green {
	color: #94b629;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-size: 40px;
  /*padding-bottom: 30px;*/
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}

a:hover { text-decoration: none; }


 

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}   




/* =======================================
		Top Bar And Navbar section Starts
=========================================== *


/* =========ScrollToTop =============*/

a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #11498e;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

.owl-carousel.item img {
  display: block;
  width: 50%;
  height: auto;
}

.owl-carousel .owl-controls .owl-page {
  display: inline-block;
}

.owl-carousel .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}


/*====== Mobile Top Bar Starts======== */


@media only screen and (max-width: 991px){
.mobile-number {
    display: block;
    margin: 10px 0 10px;
}
}


@media (min-width: 768px) {
.mobile-number {
    display: none;
   
}
}


@media only screen and (max-width: 991px){
.mobile-inner {
    position: relative;
    border: 6px solid transparent;
    border-radius: 3px;
    background: linear-gradient(#0c6eb9, #0c6eb9);
	/*background: linear-gradient(#ff9528, #ff9528);*/
   /* background-clip: padding-box;*/
    padding: 8px 0 0;
    /*box-shadow: 0 3px 9px #d2d1d1, inset 0 0 9px white;*/
	text-align: center;
}
}

@media only screen and (max-width: 991px){
.mobile-inner p a {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    list-style: none;
    text-decoration: none;
}
}


@media only screen and (max-width: 991px){
.top-bar {
	display: none;	
}	
}


/*=======Mobile Top Bar Ends========== */


.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.top-bar {
  background: #11498e;
}

.top-bar .links li {
  display: inline-block;
  line-height: 42px;
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
}

.top-bar .links li a {
  display: block;
  margin-right: 15px;
  color: #fff;
  line-height: 32px;
}

.top-bar .links li i {
  font-size: 14px;
  color: #fff;
  padding-right: 5px;
  vertical-align: middle;
}

.orangebtn {
    background: #ff9528 !important;
    border-color: #ff9528 !important;
    color: #fff !important;
    border-radius: 0;
    padding: 12px 40px !important;
    font-size: 15px !important;
}



@media screen and (min-width: 320px) and (max-width: 768px){
.header-top-right .btn.orangebtn.m-0, .header-top-right .m-0 {
    width: 100%;
}
}


.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header-top-right {
  
  line-height: 42px;
  color: #fff;
  
}

.header-top-right .header-top-button {
  color: #ffffff;
  font-size: 14px;
  margin: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-top-right .header-top-button i {
  font-size: 13px;
  margin-right: 3px;
}

.header-top-right .header-top-button:hover {
  color: #f1f1f1;
}

.roof-social a {
  color: #ffffff;
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  transition: all .4s ease 0s;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.roof-social a i {
  min-width: 40px;
  display: inline-block;
}

.roof-social a:hover {
  color: #fff;
  background: #0dcdbd;
}

.roof-social a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.roof-social .facebook:hover {
  background: #3b5999;
  border-left-color: #3b5999;
}

.roof-social .twitter:hover {
  background: #4A9CEC;
  border-left-color: #4A9CEC;
}

.roof-social .instagram:hover {
  background: #D6274D;
  border-left-color: #D6274D;
}

.roof-social .linkedin:hover {
  background: #1260A2;
  border-left-color: #1260A2;
}

.roof-social .google:hover {
  background: #CE332A;
  border-left-color: #CE332A;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  margin: 0;
}

.navbar-brand img {
  width: 90%;
  margin:5px 0;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #0dcdbd !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #fff !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  padding: 0 17px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 80px;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0dcdbd;
  outline: none;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #fff !important;
  background: #0dcdbd;
  border-radius: 4px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  box-shadow: 0 3px 10px rgba(218, 235, 255, 0.51);
  -webkit-box-shadow: 0 3px 10px rgba(218, 235, 255, 0.51);
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  border-top: 1px solid #0dcdbd;
  white-space: nowrap;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 23px;
  font-size: 14px;
  color: #272727;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #0dcdbd;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}


.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #2196f3;
}

.slicknav_menu .slicknav_icon-bar {
  background: #2196f3;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .slicknav_menu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
	margin: 10px 0;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #0dcdbd;
  }
  .slicknav_nav .dropdown li a:focus {
    outline: none;
  }
}



/* =======================================
		Top Bar And Navbar section Ends
=========================================== *




/* ============================================
			Home Page Banner section  Starts
================================================*/  
.tm-home {
  background: url('../images/home-bg-2.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 130px;
}
.tm-home-logo {
	font-size: 64px;
	color: #9C0;
}

@media (max-width: 767px){
.tm-home-logo {
	font-size: 34px;
}
}


.tm-home-header {
  font-size: 36px;
  font-style: normal;
  text-transform: none;
  padding-bottom: 10px;
}
.tm-home .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 0px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home .btn:hover { background: #a4c639; }




/* social icons section */
.tm-icons .media .media-heading { padding-bottom: 10px; }


.tm-icons .tm-icon-1,
.tm-icons .tm-icon-2,
.tm-icons .tm-icon-3 {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: -40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-icons h6 {
  border: 2px solid #0898e7;
  border-radius: 50%;
  color: #202020;
  font-size: 24px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  background-color: #fff;
}

.media-body{
	color: black;
}


.tm-icons .tm-icon-1 { border-left: 4px solid #0898e7; }
.tm-icons .tm-icon-1,
.tm-icons .tm-icon-2 {
  border-right: 1px solid #f9f9f9;
}
.tm-icons .tm-icon-1:hover { background: #9CF; }
.tm-icons .tm-icon-2:hover { background: #fda954; }
.tm-icons .tm-icon-3:hover { background: #CC9; }




@media (max-width:980px) {
  .navbar-default .navbar-nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tm-home {
    /*padding-top: 80px;*/
    padding-bottom: 80px;
  }
  .tm-icons .tm-icon-1,
  .tm-icons .tm-icon-2,
  .tm-icons .tm-icon-3 {
	  border-left: 4px solid #0898e7;
	  margin: 15px;
  }
  .tm-icons .tm-icon-1 {
	  margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .site-logo {
    height: 50px;
    padding-left: 5px;    
  }
  .tm-about-logo { font-size: 36px; }
  .tm-home-header { font-size: 25px;}
  
}

@media (max-width: 480px) {
  .navbar-default .navbar-brand {
    position: relative;
    bottom: 27px;
  }
  
  .tm-about-header { font-size: 20px; }
  .tm-about-h3 { font-size: 18px; }
  .tm-team .media { max-width: 270px; }
  .tm-team .media .media-object { padding-right: 0; }
  .tm-team img {
    width: auto;
    height: auto;
  }
  .tm-team .media .border-right { border-right: 0; }
  .tm-contact .contact-form { padding-top: 140px; }
}




/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    color: #a4c639;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* ================================
			Home Banner Page section Ends 
====================================*/ 


/* ======================
 Courses section  starts
 =========================*/
 .pb-30 {
    padding-bottom: 30px;
}
 
 
 
.tm-price { padding-top: 10px; text-align: center; }

.tm-price-section-heading { text-align: center; }


@media (max-width: 767px){
.tm-price-section-heading  { 
    text-align: center; 
    font-size: 25px;}
	
}




.tm-price .plan {
  background: #1458ad;
  color:#FFFF;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
         
		 box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%) !important;
    border-radius: 2px;
		 
  padding: 20px 20px 25px 20px;
  position: relative;
  top: 10px;
  
}

.plan_title   {
	color:#FFFF;
}

.plan_title  h3 {
	font-size: 19px;
    font-weight: 600;
   
   
}

.plan_title  p {
	font-size: 12px;
   
}


.tm-price .plan .plan_title a {
  /*border-bottom: 2px solid #202020;
  padding-bottom: 20px;*/
  text-align: center;
  color:#ffff;
 
}

.tm-price .course-img img {
	max-width: 35%;
    height: auto;
	
}

.tm-price .plan .btn {
  background: #ffffff;
  border: none;
  border-radius: 20px;
  color: #504f4f;
  font-size: 15px;
  font-weight: bold;
  width: 130px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
		  margin: 0 45px;
}
.tm-price .plan .btn:hover { background: #0898e7; color: #ffff; }


/* below css is for the course color change purpose */
.tm-price .plan-c {
  background: #fca11f;
  color:#FFFF;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
         
		 box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%) !important;
    border-radius: 2px;
		 
  padding: 20px 20px 25px 20px;
  position: relative;
  top: 10px;
  
  /*width: 270px;
  height:auto;*/
}

.tm-price .plan-c .plan_title a {
  /*border-bottom: 2px solid #202020;
  padding-bottom: 20px;*/
  text-align: center;
  color:#ffff;
 
}


.tm-price .plan-c .btn {
  background: #ffffff;
  border: none;
  border-radius: 20px;
  color: #504f4f;
  font-size: 15px;
  font-weight: bold;
  width: 130px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
		  margin: 0 45px;
}
.tm-price .plan-c .btn:hover { background: #0898e7; color: #ffff; }

/* more button */

.tm-price .btn-lg {
    background: #fca120;
	color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
    box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    width: 215px;
    height: 60px;
    margin-top: 0px;
    padding: 20px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* ======================
 Courses section  Ends
 =========================*/


/*===========================
       06.SERVICES css 
===========================*/
.white-bg {
    background: #FFF;
}
.pb-100 {
    padding-bottom: 100px;
}
.single_services {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 50px 30px;
  border-radius: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_services {
      padding: 30px 20px; } }
  @media (max-width: 767px) {
    .single_services {
      padding: 30px 20px; } }
  .single_services .services_icon i {
    color: #0898E7;
    font-size: 56px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_services .services_icon i {
        font-size: 48px;
        line-height: 50px; } }
  .single_services .services_content {
    margin-top: 25px; }
    .single_services .services_content .services_title a {
      color: #38424D;
      font-size: 25px;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_services .services_content .services_title a {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .single_services .services_content .services_title a {
          font-size: 22px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_services .services_content .services_title a {
          font-size: 20px; } }
    .single_services .services_content p {
      margin-top: 15px;
	  font-size: 15px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_services .services_content p {
          font-size: 14px; } }
  .single_services:hover {
    background-color: #0898E7; }
    .single_services:hover .services_icon i {
      color: #fff; }
    .single_services:hover .services_content .services_title a {
      color: #fff; }
    .single_services:hover .services_content p {
      color: #fff; }
	  
	  
/*===========================
       06.SERVICES css  Ends
===========================*/

/*===========================
      04.FEATURES css 
===========================*/
.blue-bg {
    background: #F5FBFF;
}
.mt-30 {
    margin-top: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.single_features .features_icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  font-size: 40px;
  color: #0898E7;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .single_features .features_icon i {
      width: 90px;
      height: 90px;
      line-height: 90px;
      font-size: 48px; } }
.single_features .features_content {
  margin-top: 25px; }
  .single_features .features_content .features_title a {
    font-size: 25px;
    font-weight: 600;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_features .features_content .features_title a {
        font-size: 20px; } }
    .single_features .features_content .features_title a:hover {
      color: #0898E7; }
  .single_features .features_content p {
    margin-top: 15px;
	font-size:15px;}
.single_features:hover .features_icon i {
  background-color: #0898E7;
  color: #fff; }
  /*===========================
      04.FEATURES css  Ends
===========================*/

/* ================
 contact-US section 
 ===================*/

#page-banner-area {
  background: url('../images/contact-banner-2.jpg') no-repeat center center;
  background-position: 50% 50%;
  background-size: cover;
}

.contact-text {
	text-align:justify;
	margin:15px 0 0 0;
}

@media (max-width: 767px) {
.contact-text {
	text-align:justify;
}
}

.contact-right-area {
	
    border: 1px solid #3E6080;
    margin: 25px 0 25px 0px;
}

.button-contact input.btn.btn-primary {
    /*background-color: #f8ad2c;
    border: 5px solid #f8ad2c;
    color: #222;*/
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
	font-weight:600;
}

.page-banner {
  position: relative;
  min-height: 200px;
  color: #fff;
}

.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: rgba(0, 0, 0, 0.5);*/
}

.page-banner .page-banner-title {
  position: relative;
  padding: 68px;
}


.page-banner .page-banner-title h2 {
  margin: 100px 0 50px 0;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.form-line h2 {
	font-weight: 700;
  font-size: 30px;
}

.g-map {
	padding-bottom:10px;
}

/* ==========================
 contact-US section Ends 
 ===========================*/

/* ================================
 Courses Page Banner-Hyd section 
 ==================================*/
	

#page-banner-area-hyd {
  background: url('../images/home-bg-2.jpg') no-repeat center center;
  background-position: 50% 50%;
  background-size: cover;
}

.page-banner-hyd {
  position: relative;
  min-height: 200px;
  color: #fff;
}

.page-banner-hyd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: rgba(0, 0, 0, 0.5);*/
}

.page-banner-hyd .page-banner-title {
  position: relative;
  padding: 68px;
}

.page-banner-hyd .page-banner-title h2 {
  margin: 30px 0 50px 0;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

/* ===================================
 Courses Page Banner-Hyd section 
 ======================================*/

/*===========================
      Footer New Area Start
===========================*/

.footer-area {
  background: #272727;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area .footer-linktext p{
  color: #888;
  font-size: 14px;
  /*font-weight: 400;*/
  position: relative;
  text-align: justify;
  
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
  list-style: outside none none;
}




.footer-area .footer-link li a {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  
}

.footer-area .footer-link li a:before {
  background-color: white;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
}

.footer-area .footer-link li a:hover {
  color: #fff;
}

.footer-area .footer-link li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0);
}

.footer-area .address li {
  margin-bottom: 20px;
}

.footer-area .address li a {
  color: #888;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.footer-area .address li p {
  color: #888;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

.footer-area .address li a:hover {
  color: #fff;
}
.footer-area .address li p:hover {
  color: #fff;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area #subscribe-form {
  margin-top: 10px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-radius: 0;
  border-left: 1px solid #f3f3f3;
  background: transparent;
  color: #0dcdbd;
}

#copyright {
  background: #333;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #0dcdbd;
}

.social-icon a {
  color: #272727;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}
.roof-social .youtube:hover {
    background: #ff0000;
    border-left-color: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}
/*===========================
      Footer New Area Ends
===========================*/

/*===========================
     Demos Page Starts
===========================*/

.hed-color {
    background-color: #09508a;
    color: #FFF;
}

@media screen and (max-width: 767px) {
.table  thead, tr, th {
	
	font-size: 9px;
}
}


/*===========================
      Demos Page Ends
===========================*/


/*===========================
      Hadoop Page
===========================*/

.leadform{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
	border-radius: 2px;
	background: rgb(236 29 37 / 86%);
	
	margin-bottom: 35px;
}

.leadform-titel h5{
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    font-weight: 600;
}



.entry  {
  /*background:linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url(../../../assets/images/home-placeholder2.jpg);*/
  
  background: linear-gradient(0deg,rgb(28 19 175 / 90%),rgb(12 111 185)),url(../../../assets/images/home-placeholder2.webp);
  
  background-size:cover; 
  width: 100%; 
  /*display: flex; flex-direction: column;*/
  min-height: 20vh;	
  font-family: 'Open Sans', sans-serif; 
  overflow-x:hidden; 
  padding-top: 30px;
  font-weight:400;
	
}


 .entry-banner-header h1 {
  /*color: #f4c150; */
   color: #ffff; 
  font-size: 35px; 
  
}

@media screen and (min-width: 320px) and (max-width: 768px){
.entry-banner-header h1 {
  font-size: 24px; 
  
}
}

.entry-banner-header p {
  color: #fff;
  text-align: justify;
 
}

.course-button  a {
text-decoration: none;
 width: 90%; 
 margin-bottom: 20px;
 color:#111;
 background-color:#f9aa11;
 border-radius: 35px;
 border: 5px solid #f9aa11;
 font-weight: 600;

}



@media screen and (min-width: 320px) and (max-width: 768px){

.entry  { padding-top: 0px; }


}


.entry-content 
{
  /*background:linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url(../../../assets/images/home-placeholder2.jpg);*/
  
  background: linear-gradient(0deg,rgb(28 19 175 / 90%),rgb(12 111 185)),url(../../../assets/images/home-placeholder2.webp);
  
  background-size:cover; 
  width: 100%; 
  display: flex; flex-direction: column;
  min-height: 20vh;	
  font-family: 'Open Sans', sans-serif; 
  overflow-x:hidden; 
  padding-top: 85px; 
  font-weight:400;
	
}



.banner-header h1 {
  /*color: #f4c150; */
  
   color: #ffff; 
  
  padding-top: 20px;
  font-size: 35px; 
  margin: 20px 0px 10px 0px;
}



.banner-header p {
  color: #fff;
  text-align: justify;
}

.blockquote {
  padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;	
	
}

.blockquote p {
      color: #ffff00;
	  
}


.button-demo input.btn.btn-primary {
    background-color: #f8ad2c;
    border: 5px solid #f8ad2c;
    color: #222;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
	font-weight:600;
}





.course-details {
 font-family: 'Open Sans', sans-serif;

}

.course-details p {
 font-size:15px;

}

.Course-headline{
	font-size: 25px;
    font-weight: 600;
}

.Course-text {
text-align: justify; font-size: 15px;
}

.Course-title {
	font-size: 20px;
    font-weight: 600;
}

.Course-ulist  ul li {
	text-align: justify;
	font-size: 15px;
	list-style:disc;
	
}

.Course-ulist  ul  {
	
	padding-left:30px;
	
}


/*===========================
      Hadoop Page Ends
===========================*/



/*=====================================
      New course  Page 2022 Starts
========================================*/


.mybg-White {
    background: #ffff;
}

@media screen and (min-width: 320px) and (max-width: 768px) {

.objective .text-center1  {
    font-size: 25px;
    text-align: center !important;
}
}



@media screen and (min-width: 991px){
.section.objective {
	padding: 50px 0;
    height: auto;
}
}

 .inner-heading {
    padding-left: 0px !important;
}

 .inner-text p {
    font-size: 16px;
    text-align:justify;
	padding:10px;
}


element.style {
}

.objective h2 {
	
    color: #005594;
}

.text-center1 {
    text-align: center;
}

.graduation-cap-with-line1 {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    align-items: center;
    width: 300px;
}

span.tpsup-about-card_label_text i {
    margin: 0px 10px;
    color: #ff9528;
}

.objective ul {
    list-style: none;
   padding-left: 25px;
    font-size: 18px;
}

.objective ul li {
    list-style: none;
    padding: 0px 0px 5px 0px;
    font-size: 16px;
    list-style-position: inside;
    text-indent: -14px;
    padding-left: 14px;
}

.section ul li {
    font-size: 16px;
    line-height: 25px;
}

.objective ul li i {
    margin-right: 10px;
    color: #005594;
}




/*=======  sylubus section Starts ==========*/

.syllabus h2 {
	    color: #005594;
}

.graduation-cap-with-line {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    align-items: center;
    width: 300px;
    margin: 0 auto;
}
.syllabus ul.list-disk {
    padding: 10px;
}

 .syllabus ul.list-disk li {
    font-size: 22px;
    font-weight: 600;
    text-indent: 0px;
}

.latestjob .list-disk li, .syllabus .list-disk li {
    list-style: disc;
    list-style-image: url(../images/disc.webp);
    margin-left: 10px;
    padding: 0px;
}

.syllabus ul li i {
    margin-right: 10px;
    color: #005594;
}

section ul li {
    font-size: 16px;
    line-height: 25px;
}


section ul li {
    list-style-position: inside;
    text-indent: -11px;
    padding-left: 20px;
}



@media screen and (min-width: 320px) and (max-width: 768px) {
.text-center {
	font-size: 25px;
    text-align: center !important;
}
}


/*=======  Trainer PRofiels section starts ==========*/


.profile {
    background: #005594;
}

.p-5 {
    padding: 3rem 2rem !important;
}

.img-responsive {
	
	display: block;
    max-width: 100%;
    height: auto;
}

.pbtm-10 {
    padding-bottom: 10px !important;
	border-radius: 10px;
    margin: 40px 0 40px 0px;
}
.radius-10 {
    border-radius: 10px;
}

.bg-white {
	
  /* border-radius: 10px;
    margin: 0px 0 30px 0px;*/
	background: #fff;
}


.user-img {
    /* position: absolute; */
    /* bottom: 0; */
    margin: 10% 0px;
}

 .mx-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
}

.d-block {
    display: block !important;
}


.center-image-subrat strong {
    font-weight: 700;
    margin: 0px auto;
    font-size: 24px;
    text-align: center;
    color: #005594;
}

.center-image-subrat p {
    text-align: center;
    color: #000;
}

.profile .pad-3rem {
    padding: 0px !important;
}


.profile h2{
	color: #005594;
}



.second-text {
    margin: 10px 45px;
	
}

.profile ul li {
    text-indent: -19px;
    padding-left: 5px;
	line-height: 30px;

}

.profile ul li i {
    margin-right: 10px;
    color: #005594;
}

.profile .pad-3rem {
    padding: 0px !important;
}

.profile h3 {
	
 color: #005594;
}

.graduation-cap-with-line {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    align-items: center;
    width: 300px;
    margin: 0 auto;
}

/* responsive trainers */
.slide-bg {
    text-align: center;
}

.img-responsive {
	    display: block;
    max-width: 100%;
    height: auto;
}
}


/*=======  Why should learn section Starts ==========*/

.why h2{

	font-weight: 600;
    font-size: 39px;
}

.why {
    background: #005594;
}

.text-light {
    color: #f8f9fa !important;
}

.why ul li i {
	
 line-height: 35px;
}

.expected-salary ul li i, .why ul li i {
    margin-right: 10px;
    color: #fff;
}

/*=======  job-responsibilities SEction Starts ==========*/

@media screen and (min-width: 991px) {
	
.responsibilities {
	
	padding: 10px 0;
    height: auto;
}
}

/*.job-responsibilities, .why {
    background: #005594;
} 

.job-responsibilities {
    padding: 20px 10px;
}*/

.job-responsibilities h2 {
	    color: #005594;
}



/*.responsibilities {
    text-align: left !important;
}

.respons_in_text {
    padding: 0px;
}*/

.job-responsibilities ul li i {
	   margin-right: 10px; 
    color: #005594;
}

.job-responsibilities ul li i {
	    line-height: 35px;
		padding-left: 14px;
}

.slider-img {
    margin: 0px auto;
}

.img-responsive {
	    display: block;
    max-width: 100%;
    height: auto;
}
}

@media (min-width: 320px) and (max-width: 480px){
.responsibilities_images {
    width: 250px !important;
    height: 270px !important;
}
}

/*=======  Students Testimoniala SEction Starts ==========*/

.services-titel {
	
	color: #005594;
	
}


.services-item {
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 0 12px #F4F4F4;
  
}

.services-item .icon {
  border: 1px solid #f1f1f1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  
}

.services-item .icon i {
  font-size: 30px;
  color: #F63854;
  line-height: 70px;
  
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
   text-align: center;
    font-size: 20px;
        color: #005594;
}
}


.services-item .services-content h3 a:hover {
  color: #F63854;
}

.services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.services-item:hover .icon {
  background: #F63854;
}

.services-item:hover .icon i {
  color: #fff;
}

.services-content {
	text-align:justify;
}



#service {
  position: relative;
}


/*=======  FAQ SEction Starts ==========*/


.faqs-titel{
	
	color: #005594;
}

.module-accordion .module-toggle {
    font-weight: bold;
    color: #2e3543;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 1.5rem;
}


.module-accordion .module-item {
    border-color: #efefef;
}

.accordion>.card {
    overflow: hidden;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}



.module-accordion .module-header {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    border-bottom: none;
}



.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.module-accordion .module-title {
    font-size: 20px;
}


.collapse:not(.show) {
    display: none;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}


/*==================================
      New course  Page 2022 Ends
====================================*/



/*--------------------------------------------------------------
# Boostrap visibility Lead Form after the first Paragraph
--------------------------------------------------------------*/

@media (max-width: 1200px) {
.visible-Desktop {
    display: none;
}
}


@media (min-width: 768px) {
.visible-mobile{
    display: none;
}
}


/* Demos Page links hide in mobile view */
@media (max-width: 1200px) {
.hide-in-desktop{
    display: none;
}
}

@media screen and (min-width: 320px) and (max-width: 768px){
	.demos-section {
		margin: 20px 0 0 0;
	}
}


/*--------------------------------------------------------------
# Boostrap visibility Lead Form after the first Paragraph
--------------------------------------------------------------*/

/* --===========================
 Data Science Page CSS starts
================================ --*/
.sect-1 {
    
	padding:20px 40px;
}


.sect-2 {
    background: #f7f7f7;
	padding-top:50px;
}

.program-over  {
    background: #fff;
    padding: 20px;
}

.progrm-ovor {
    color: #537cbb;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 7px;
}


@media screen and (min-width: 320px) and (max-width: 768px) {
.progrm-ovor {
    font-size: 20px;
    line-height: 25px;

}
}


.read-option.tool-multiwrapbox {
    height: 102px !important;
}
.new-chgs .pro-sec-pra {
    min-height: auto;
    max-height: initial;
}
.tool-multiwrapbox {
    position: relative;
    overflow: hidden;
}

.tool-multiwrapbox .multi-text {
    float: right;
    margin-left: -5px;
    width: 100%;
    word-break: break-word;
}

.new-chgs p {
    color: rgba(94, 94, 94, 0.8);
    font-size: 14px;
    font-weight: 400;
    /* opacity: .8; */
}

.read-option .multi-text_after {
    top: 82px !Important;
    width: 88px;
    margin-left: -88px;
}
.tool-multiwrapbox .multi-text_after {
    float: right;
    text-align: right;
    width: 89px;
    margin-left: -89px;
    position: absolute;
    left: 100%;
    padding-right: 0;
    background: #fff;
}


.new-chgs .cors-dtl {
    margin-top: 30px;
}


cors-dtl h5 a {
    margin-bottom: 20px;
}
.cors-dtl h5 a {
    background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 8px 25px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    display: inline-block;
}


.moduls {
    margin-top: 20px;
}

.info-course__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fe7d01;
}

.block-sec {
    border: 1px solid #c4c6c8;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.new-chgs .block-sec h5 {
    color: #034ea2;
    font-size: 24px;
}

.bl-tm {
    margin: 20px 0 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
}

.block-hours {
    text-align: left;
    line-height: 20px;
}



.bl-enrl {
    margin: 10px 0 0;
}

.suctm-bg {
    background: #fe7d01;
    color: #fff !important;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 17px;
}

.custom-btn {
    /* display: inline-block; */
    padding: 13px 34px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

/*.who-shd-atn-sec {
    background: #3652da;
} */

.who-shd-atn-sec {
    /*background: url(../img/who-should-atn.png);*/
    padding: 9px 15px;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid #c4c6c8;
}

.who-shd-atn-sec h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
}

.who-shd-atn-sec .info-course__item::before {
    background-color: #ffffff;
}


.who-shd-atn-sec ul {
    font-size: 14px;
    font-weight: 400;
}


.who-shd-atn-sec ul .info-course__item {
    color: #fff;
    opacity: 1;
}
.info-course__item {
    color: rgba(94, 94, 94, 0.8);
    font-size: 15px;
    font-weight: 400;
    /* opacity: .9; */
}
.info-course__item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}



/* modules starts */


.moduls {
    margin-top: 20px;
}
.lerns-hdng {
    color: #537cbb;
    font-size: 24px;
    margin-bottom: 10px;
}

.module-content {
   /* min-height: 545px;
    height: 650px; */
    overflow-y: hidden;
}



.mt-20 {
    margin-top: 20px;
}
.panel-group {
    margin-bottom: 20px;
}

.moduls .panel-group .panel, .faq-sec .panel-group .panel {
    border-color: #c9c9c9;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}


.moduls .panel-warning>.panel-heading {
    /* background: #557dbc; */
	background:#326ece;
    border-color: #557dbc;
    border-radius: 0;
}
.moduls .panel-warning>.panel-heading {
   
    padding: 5px 8px;
    border-color: #c9c9c9;
    position: relative;
}

.panel-title {
    font-size: 14px;
}


.moduls .panel-body ul li {
    color: rgba(94, 94, 94, 0.8);
    font-size: 14px;
    font-weight: 400;
    /* opacity: .8; */
}

.moduls .panel-body ul li {
    list-style:disc;
}


.moduls .panel-title > .colsp {
    color: #fff;
    font-weight: 400;
}
.moduls .panel-title > .colsp {
    text-decoration: none;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    word-spacing: 0;
    text-transform: initial;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.panel-title>a, .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}


.moduls .panel-title > .colsp:before {
    color: #ffffff;
}
/*
.moduls .panel-title > .colsp:before {
    content: "\e622";
    float: right !important;
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: themify;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #fe7d01;
}

*/

.panel-heading a:before {
    font-family: themify;
	
    /*content: "\e61a";*/
    float: right;
    transition: all 0.5s;
}


.moduls .panel-title > .colsp.collapsed:before {
   /* content: "\e61a"; */
}



.modules_readMore {
    text-align: left;
    color: #fff !important;
    display: inline-block;
    padding: 13px 25px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid transparent;
    background: #fe7d01;
}




/* tools section */

.tools-sec {
    padding: 25px 20px;
    text-align: center;
}

.tools-co-hdng {
    color: #547dbc;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.oval {
    border: 0;
    -webkit-box-shadow: 0.8px 1px 10px 0 #ebebeb;
    box-shadow: 0.8px 1px 10px 0 #ebebeb;
}

.slick-slide img {
    min-height: 51px;
}

.tools-sec img {
    margin: 10px;
    /* -webkit-box-shadow: 0 3px 16px 0 rgb(234 234 234 / 60%); */
    /* box-shadow: 0 3px 16px 0 rgb(234 234 234 / 60%); */
    border-radius: 2px;
}




/* how we train */

.we-prepare-sec {
    padding: 20px 25px 60px;
}

.alicent {
    align-items: center;
    display: flex;
}

.we-prepare-sec h5 {
    color: #547dbc;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}

 .we-prepare li {
    align-items: center;
    display: flex;
    padding: 13px 0;
}

 .we-prepare li .mg {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

/* certificate-sec */

.certificate-sec {
    background: #f7f7f7;
}
.certificate-sec {
    background: #f1fafe;
    padding: 50px 25px;
}

.certificate-sec h3 {
    color: #537cbb;
    font-size: 32px;
    font-weight: 600;
}


.ali-cen {
    align-items: center;
    display: flex;
}
.certificate-img {
    text-align: center !important;
    padding: 10px;
}

.certificate-img img {
    margin: 0 auto;
}
.certificate-img img {
    -webkit-box-shadow: 0 3px 16px 0 rgb(234 234 234 / 60%);
    box-shadow: 0 3px 16px 0 rgb(234 234 234 / 60%);
    border: 5px solid #fff;
    border-radius: 5px;
}

.ali-cen h3 {
    color: #537cbb;
    font-size: 32px;
    font-weight: 400;
}

.certificate-sec p {
    margin-bottom: 10px;
}

/* tends section */

.trends-sec h2 {
    color: #537cbb;
    font-size: 32px;
    font-weight: 600;
}


/* faq */

 .faq-sec {
    padding: 10px 25px 0;
}

.faq-sec h2 {
    color: #537cbb;
    font-size: 32px;
    font-weight: 400;
}
.panel-group .panel, .faq-sec .panel-group .panel {
    border-color: #c9c9c9;
}

.faq-sec .panel-warning>.panel-heading {
    background: #326ece;
    border-color: #557dbc;
}
.faq-sec h3 {
    color: #537cbb;
    font-size: 32px;
}
.faq-sec .panel-title > a {
    font-weight: 400;
}

.faq-sec .panel-title > a {
    color: #fff;
    text-transform: initial;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    word-spacing: 0;
}

.faq-sec .panel-title > a {
    /* text-decoration: none; */
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.faq-sec .panel-title > a:before {
   /* content: "\e622"; */
    float: right !important;
    position: relative;
    top: 5px;
    display: inline-block;
    font-family: themify;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.six-pionts {
    padding-top: 5px;
}

.six-pionts .points-cls {
    margin-bottom: 35px;
}

.new-chgs .six-pionts .points-cls h2 {
    color: #537cbb;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
}


.six-pionts .points-cls h2 {
    color: #537cbb;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center; 
    margin: 10px 0;
}

/* --===========================
 Data Science Page CSS ENDS
================================ --*/

.course-content{
    margin-top:50px;
}

.relted-course {
   border: 1px solid #000000; 
}