/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Version: 1.0.0
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look nocourse further. Astra is fast, fully customizable and beautiful theme!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.post-navigation .nav-links {
    visibility: hidden;
}
.single .post-navigation  {
 border-top:0;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto {
    margin-top: 5px;
}

.ubermenu .ubermenu-nav .ubermenu-column-5-11 {
    margin-left: 20px;
}

.ubermenu .ubermenu-item.ubermenu-item-12893 > .ubermenu-target, .ubermenu .ubermenu-item.ubermenu-item-12893 > .ubermenu-content-block, .ubermenu .ubermenu-item.ubermenu-item-12893.ubermenu-custom-content-padded {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ubermenu .ubermenu-item.ubermenu-item-12892 > .ubermenu-target, .ubermenu .ubermenu-item.ubermenu-item-12892 > .ubermenu-content-block, .ubermenu .ubermenu-item.ubermenu-item-12892.ubermenu-custom-content-padded {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
    width: 85%;
}


/* orignal 
.educator-popup {
    display: none;
    max-width: 900px;
}*/

.educator-popup {
    display: none;
    max-width: 1300px;
} 

.educator-popup img,
.instructors-row img {
    background: #b9baba;
}

.educator-popup img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.instructors-row h4 a {
    font-size: 17px;
		font-weight:400;
}
.instructors-row .title {
    display: none;
}

.instructors-row .content {
    max-width: 100% !important;
}

h4 img {
		width: 198px;
}

h4 a img {
    display: block;
    border: 3px solid #fff;
    margin: 0 auto 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 204px;
}

h4 a img:hover {
    border: 3px solid #ef7c00;
}
/* Original
 * .lightbox-image {
    width: 25%;
    float: left;
} */ 

.popup-image img{
    border-radius: 200px;
}

.lightbox-image {
    width: 25%;
    float: left;
	padding:20px;
}

.lightbox-image img {
	width: 198px;
	height: 198px; 
}

.lightbox-description {
    width: calc(75% - 20px);
    margin-left: 20px;
    float: right;
}

a[data-fancybox="dialog"] {
    cursor: pointer;
}

@media (max-width: 767px) {

 .lightbox-image,
 .lightbox-description {
    width: 100%;
 }

 .lightbox-image,
 .lightbox-description {
    margin-bottom: 10px;
    text-align: center;
 }
}
@media (min-width: 768px) {

.instructors-row-4 .listing-item:nth-child(4n+1),
.instructors-row-3 .listing-item:nth-child(3n+1),
.instructors-row-2 .listing-item:nth-child(2n+1) {
    clear: both;
}

.instructors-row-4 .listing-item:nth-last-child(n+5) {
    margin-bottom: 20px;
}

.instructors-row-3 .listing-item:nth-last-child(n+4) {
    margin-bottom: 20px;
}

.instructors-row-2 .listing-item:nth-last-child(n+3) {
    margin-bottom: 20px;
}

}

@media (max-width: 767px) {

.instructors-row .listing-item:nth-last-child(n+1) {
    margin-bottom: 10px;
}
    
}

@media (min-width: 580px) and (max-width: 767px) {

.instructors-row .listing-item {
    width: 49%;
    margin-right: 1%;
    float: left;
    clear: none !important;
}
    
}
/** For pages with profiles **/
/** just add the page id **/

select.section-dropdown {
    float: right;
    background: #004080;
    color: #fff;
    position: relative;
    padding: 12px;
}

li.j-store {
    padding: 0 10px 0 0;
}

li.j-store a {
    display: block;
}

li.j-store:hover {
    background: #ed8321;
}

@media (max-width: 767px) {

select.section-dropdown {
    top: -10px;
    position: relative;
    margin: 0 auto;
    float: none;
}

}

@media (max-width: 767px) {

.select {
    float: left;
    margin-top: -20px;
}
   
}


select.mySelectClass {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #004180;
  color: #fff;
  float:right;
	max-width: 370px;
  width: 100%;
	line-height: 25px !important;
}
select.mySelectClass option {
    color: #fff;
    padding: 0 10px;
		background:#004180;
}
.select:after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    padding: 15px 15px;
    pointer-events: none;
}
.selWrap {
    background-color: #004180;
    border: 1px solid #23435c;
    max-width: 370px;
    width: 100%;
    border-radius: 3px;
    margin: auto;
    padding: 0 20px;
    float: right;
}

.selWrap:before {
    content: '\25BC';
    color: #fff;
    top: 10px;
    position: relative;
    font-size: 14px;
    float: right;
}

span.fa.store-default {
    color: #fff;
    font-weight: bold;
		font-family: 'Helvetica Neue',Arial,sans-serif!important
}

.selWrap div span a {
    color: #fff;
    font-weight: bold;
}

.selWrap a {
    color: #fff;
}

.u-hide {
    display: none;
    padding: 0 !important;
    list-style: none !important;
}

.s-dropdown--styled {
    border-radius: 3px;
    padding: 10px 0px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: 'nnReg', Helvetica, Arial, sans-serif;
}


@media (max-width: 767px) {

.selWrap {
    float: left;
    margin-top: -20px;
}
    
}
.s-dropdown--styled {
    border-radius: 3px;
    padding: 10px 0px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: 'nnReg', Helvetica, Arial, sans-serif;
}

table.coursefee {
		border:3px solid #fff;
		border-collapse:collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.coursefee caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.coursefee tr {
  background-color: #fff;
  border: 2px solid #fff;
  padding: .35em;
}

table.coursefee th,
table.coursefee td {
  padding: .625em;
  text-align: center;
	border: 2px solid #fff;
}

table.coursefee th {
  font-size: 1em;
  background-color: #EF7C00;
	color:#ffffff;
	vertical-align: center;
}
table.coursefee tr:nth-child(even) {
  background-color: #F3F5F5;
        }

table.coursefee th.cf_highlight {
		background-color:#004180;
}
table.coursefee tr.cf_final {
		background-color:#E4E4E4;
}

@media screen and (max-width: 600px) {
  table.coursefee {
    border: 0;
  }

  table.coursefee caption {
    font-size: 1.3em;
  }
  
  table.coursefee thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.coursefee tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.coursefee td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.9em;
    text-align: left;

  }
  
  table.coursefee td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
		padding-right:10px;
  }

  
  table.coursefee td:last-child {
    border-bottom: 0;
  }
}

.pill-btn,
.pill-btn2,
.pill-btn3{
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 10px;
	border-radius:5px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  vertical-align: bottom;
  white-space: normal;
  border: 2px solid #ef7c02;
  transition: .15s     background-color,.15s border-color,.15s color,.15s fill;
  font-weight: 500;
	max-width:250px;
	text-align:center;	
}
.pill-btn2 {
    color:#fff;
	background:#ef7c02;
	font-size: 16px;
	font-weight:700;
    height:50px;
	width:210px;
}
.pill-btn:hover{
  color:#fff;
  background:#ef7c02;
  border-color:#ef7c02;
  
}
.pill-btn2:hover{
  color:#fff;
	background:#004180;
  border-color:#004180;
}
.pill-btn3 {
    color:#fff;
	background:#004180;
	font-size: 16px;
	font-weight:700;
    height:50px;
	border-color:#004180;
}
.pill-btn3:hover {
    color:#fff;
	background:#ef7c02;
    border-color:#ef7c02;
}

.teaching-post-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
		 justify-items: center;
}

.teaching-post-item {
    border: 0;
    padding: 20px;
		text-align: center;
		
}

.teaching-post-item h2 {
    margin-top: 0;
}

.teaching-post-content {
    margin-top: 10px;
}
.teaching-post-content img {
		border-radius:200px;
}
/* Media query for screens 768px and below (typical tablet and mobile sizes) */
@media screen and (max-width: 768px) {
    .teaching-post-grid {
        grid-template-columns: repeat(2, 1fr); /* Display 2 columns on smaller screens */
    }
		
}

/* start of Roadmap */
@media only screen and (min-width:2000px) {
    .roadmap-content,                                                                                                                                                                                                 
    .roadmap-content .et_pb_text {
        display: block !important
    }
}
ul.training-roadmap-list {
    padding-left: 0;
    padding-bottom: 20px;
    margin:auto;
}

ul.training-roadmap-list.one-sublevel-only li:nth-child(2) {
    background: none
}

ul.training-roadmap-list li:nth-child(2) {
    background: url(/wp-content/uploads/2023/08/training-roadmap-bg1.png) no-repeat bottom center
}

ul.training-roadmap-list li {
    list-style-type: none;
    padding-bottom: 10px;
    background: url(/wp-content/uploads/2023/08/training-roadmap-bg2.png) no-repeat bottom center
}

ul.training-roadmap-list li:nth-child(1) {
    background: url(/wp-content/uploads/2023/08/training-roadmap-bg4.png) no-repeat bottom center;
    padding-bottom: 47px
}

ul.training-roadmap-list li:nth-last-child(1) {
    background: url(/wp-content/uploads/2023/08/training-roadmap-bg3.png) no-repeat top -20px center
}

ul.training-roadmap-list li.stage1-roadmap a {
    background-color: #E78005;
    color: #fff;
    max-width: 325px
}

ul.training-roadmap-list li.stage2-roadmap a {
    background-color: #E75C05;
    color: #fff;
    max-width: 325px
}
ul.training-roadmap-list li.stage3-roadmap a {
    background-color: #CE3D04;
    color: #fff;
    max-width: 325px
}

ul.training-roadmap-list li.stage1-roadmap a:hover,
ul.training-roadmap-list li.stage2-roadmap a:hover,
ul.training-roadmap-list li.stage3-roadmap a:hover {
    background: #262626
}

ul.training-roadmap-list li a {
    background: #f0f0f0;
    border: 1px solid #707070;
    color: #000000;
    text-align: center;
    padding: 20px;
    margin: 0px auto 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    max-width: 225px;
    display: block
}

ul.training-roadmap-list li a:hover {
    background: #2E3186;
    color: #fff
}

li.stage1-roadmap,                                                                                                                                                                                                    
li.stage2-roadmap,                                                                                                                                                                                                    
li.stage3-roadmap {
    position: relative
}

li.stage1-roadmap img,                                                                                                                                                                                                
li.stage2-roadmap img,                                                                                                                                                                                                
li.stage3-roadmap img {

    top: 15px;
    right: -60px;
    position: absolute;
    max-width: 40px;
    z-index: 5;
}

li.roadmap-4stages img {
    right: -30px;
}

ul.training-roadmap-list li:nth-child(2) {
    background: url(/wp-content/uploads/sites/3/2023/08/training-roadmap-bg1.png) no-repeat bottom center;
}

ul.training-roadmap-list li {
    list-style-type: none;
    padding-bottom: 10px;
    background: url(/wp-content/uploads/sites/3/2023/08/training-roadmap-bg2.png) no-repeat bottom center;
}

ul.training-roadmap-list li:nth-child(1) {
    background: url(/wp-content/uploads/sites/3/2023/08/training-roadmap-bg4.png) no-repeat bottom center;
    padding-bottom: 47px;
}

ul.training-roadmap-list li:nth-last-child(1) {
    background: url(/wp-content/uploads/sites/3/2023/08/training-roadmap-bg3.png) no-repeat top -20px center
}


@media (max-width:980px) {
    li.stage1-roadmap img {
        display: none
    }

    li.stage3-roadmap img {
        display: block
    }

    li.stage2-roadmap img,                                                                                                                                                                                            
    li.stage3-roadmap img {
        top: -40px;
        left: calc(50% - 25px);
        transform: rotate(90deg)
    }
}
/* end of Roadmap */               

/* Grid style */
.display-posts-listing-3.grid {
		display: grid;
		grid-gap: 16px;
		place-items: start;
		text-align:center;
}

.display-posts-listing-4.grid {
		display: grid;
		grid-gap: 15px;
		place-items: start;
		text-align:center;
}


@media (min-width: 600px) {
		.display-posts-listing-3.grid,
		.dsiplay-posts-listing-4.grid {
				grid-template-columns: repeat( 1, 1fr );
				/*place-items: center start;*/
				}
}

@media (min-width: 1024px) {
		.display-posts-listing-3.grid {
				grid-template-columns: repeat( 3, 1fr );
				}
		.display-posts-listing-4.grid {
				grid-template-columns: repeat( 4, 1fr );
				}
}

table.programme_table  {
  font-size:15px;
  border-collapse: collapse;
  border-spacing: 0px;
  border:0;
}
table.programme_table td, th {
    border:0;
}
table.programme_table td {
    border:0;
}
table.programme_table tr th {
    text-align:left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.programme_table th {
  color:#004180;
}

.course-banner {
  height:300px !important;
	width:100% !important;	
	object-fit:cover;
	object-position:100% 20%;
	
}
.domain-banner {
  width:1200px;
	height:auto;	
}

.toggle-orange-button {
    background: #ef7c00;
    border: none;
    font-size: 20px;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
		font-weight:500;
		text-align:center;
		word-wrap:break-word;
		
}
.toggle-orange-button:hover {
    background: #033062;
		color:#fff;
}
.orange-hover:hover {
  color:#EF7C00;
}
.myvideo {
    width: 100%;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:30px;
	text-align:center;
    font-size:30px;
	z-index:100;
}

.my-float{
	margin-top:16px;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #ef7c02;
  font-size: 14px;
  font-weight:600;
}