body {
    overflow-x: hidden;
}
.inner-title {
    position: relative;
}   
.hero .left .content ul li::before, .mobile-layout .hero.hero-mobile .left .content ul li::before  {   
    display: none;
}
.mobile-layout .hero.hero-mobile .left .content ul.supporting li::before {
        content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #343F50;
    position: absolute;
    left: 0;
    top: 13px;
}
.hero .left .content ul.supporting li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}
.hero .left .content ul li {
    padding: 0;
}
.hero .left .content ul.supporting li {
    padding: 3px 0 3px 30px;
    font-size: 20px;
    position: relative;
}
.hero .left .slick-dots {
    position: initial;
    margin-top: 30px;
}
/* .inner-title:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 300px;
    height: 100%;
    background: url(../img/left.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-title:after {
    content: '';
    position: absolute;
    bottom:0;
    right:0;
    width: 300px;
    height: 100%;
    background: url(../img/right.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */
.inner-title:before {
    content: '';
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0, 131, 78, 0.8);*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
     width: 100%;
    height: 100%;
    background: #E6EAF8;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.txt-white p, .txt-white h1, .txt-white h2, .txt-white h3, 
.txt-white h4, .txt-white h5, .txt-white h6, .txt-white ul li, .txt-white a {
    color: #fff !important;
}
    /*.menu .address {*/
    /*    width: calc(100% - 100px);*/
    /*}*/
/*#content {*/
/*    padding-top: 28px;*/
/*}*/
.article-listing-horizontal .grid .item .content h4 {
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-listing-horizontal .grid .item:first-child .content p {
    max-height: 10.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.inner-title {
    /*background-color: rgba(52, 63, 80, 0.03);*/
    /*background-color: rgb(0 131 78);*/
    text-align: center;
    /* padding: 100px 0px; */
    background-size: cover;
    background-position: center;
    background: url(https://ipsrsolutions.ipsrtraining.com/wp-content/uploads/2024/07/bnr-avada.jpg);
        height: 300px;
    display: flex;
    background-position: 0 40%;
    align-items: center;
}
.site-main {
    padding: 50px 0px;
}
.inner-title h1{
    z-index: 1;
    position: relative;
    font-size: 30px;
    /*text-transform: uppercase;*/
}

.inner-title h1 span{
	font-weight: 400;
}
.bnr-img {
    width: 75%;
    margin-left: auto;
}
.bnr-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.img-bg {
    margin-top: 30px;
    margin-bottom: -30px;
    border-radius: 5px;
    position: relative;
}
.inner-title .container {
    overflow: initial;
}
.header-inner {
    padding: 25px 100px;
    position: initial;
    width: 100%;
    z-index: 999999;
    /* background: #fff; */
}
.overlay {
    position: absolute;
    background-color: rgba(0, 131, 78, 0.8);
    bottom: 0;
    left: 0;
    width: 35%;
    height: 30%;
    text-align: right;
    padding: 3px 12px;
}
.inner-content-area {
    padding: 50px 0;
}
.mobile-layout .header.header-mobile {
    position: relative !important;
}
.mobile-layout.nav-open .header.header-mobile nav .nav-toggle svg {
    stroke: #fff;
}
#about figure {
    width: 100%;
    min-height: auto;
    display: block;
}
.site-main ul li {
    position: relative;
    padding-left: 30px;
}
.site-main ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
}
.site-main ul {
    margin-bottom: 20px;
}
/* contact page */
.contact-left{
	padding-right: 50px;
}
.contact-form{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
}
.form-row-one{
	width: 100%;
	float: none;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;	
}
.form-row-two{
	width: 48%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;	
}

.form-row-two:nth-child(even){
	margin-right: 2%;
}
.contact-form:after{
	content: '';
	clear: both;
	display: block;
}
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='tel'],
.contact-form input[type='number']{
	width: 100%;
	height: 50px;
	display: inline-block;
	padding: 10px;
	margin:0px 0px 0px 0px;
	border:solid 1px #b7b7b7;	
}
.contact-form select{
	width: 100%;
	height: 50px;
	display: inline-block;
	padding: 10px;
	margin:0px 0px 0px 0px;
	border:solid 1px #b7b7b7;	
}
.contact-form textarea{
	width: 100%;
	height: 90px;
	display: inline-block;
	padding: 10px;
	margin:0px 0px 0px 0px;
	border:solid 1px #b7b7b7;	
}
.contact-form input[type='submit']{
	width: 100%;
	height: 50px;
	display: inline-block;
	padding: 10px;
	margin:0px 0px 0px 0px;
	border:none;	
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
}
.contact-form input[type='submit']:hover{
	background-color: #004f2e;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors
{
	width: 48%;
    float: right;
    margin-top: 0;
}
.contact-left .address-section{
	background-color: #f6f7fb;
	padding: 20px;
	width: 98%;
	margin-top: 40px;
}
.contact-left .address-section h3{
	font-size: 24px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	padding-left: 75px;
    margin-bottom: 30px;
}
.contact-left .address-section p{
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.contact-left .address-section{
	padding-left: 5px;
	position: relative;
}
.contact-left .address-section:before{
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 50px;
	position: absolute;
	left: 30px;
	top: 0;
	color: #010101;
}

.contact-left .address-section address{
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	padding-left: 25px;
}
.contact-left .address-section span{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	padding-left: 25px;
}
.contact-right .academic-details,
.contact-right .learning-details,
.contact-right .it-details{
	background-color: #f6f7fb;
	padding: 20px;
	padding-left: 5px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.contact-right .academic-details:before,
.contact-right .learning-details:before,
.contact-right .it-details:before{
	content: "\f19d";
	font-family: 'FontAwesome';
	font-size: 50px;
	position: absolute;
	left: 20px;
	top: 0;
	color: #010101;
}
.contact-right .learning-details:before{
	content: "\f02d";
}
.contact-right .it-details:before{
	content: "\f121";
}
.contact-right .academic-details h3,
.contact-right .learning-details h3,
.contact-right .it-details h3{
	font-size: 24px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	padding-left: 90px;
	margin-bottom: 30px;
}
.contact-right .academic-details span,
.contact-right .learning-details span,
.contact-right .it-details span{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	word-break: break-all;
	padding-left: 20px;
}
.contact-right .academic-details span a,
.contact-right .learning-details span a,
.contact-right .it-details span a{
	color: #333;
	text-decoration: none;
}
.google-map iframe{
	width: 100%;
	height: 450px;
}
/* contact page ends */
/* Knowledge Hub */

.knowledge-hub-details{
	display: grid;
	grid-template-columns: 67% 30%;
	grid-column-gap: 40px;
}
.knowledge-hub-details img{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	float: none;
	max-width: 100%;
	/*width: 100%;*/
	height: auto;
}
.knowledge-hub-details h2{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	color: #005231;
	font-size: 21px;
	line-height: 28px;
	font-weight: 500;
}
.knowledge-hub-details h3{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	color: #000000;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.knowledge-hub-details h4{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
/*.knowledge-hub-details p{*/
/*	text-align: justify;*/
/*}*/
span.category {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    color: #b6b6b6;
    text-transform: uppercase;
    margin-right: 10px;
}
.knowledge-hub-details span.date{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	color: #7c7c7c;
	font-size: 16px;
	line-height:20px;
	font-weight: 400;
	display: block;
}
.knowledge-hub-details span.category-name{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	color: #bbbbbb;
	font-size: 14px;
	line-height:18px;
	font-weight: 400;
}
.knowledge-hub-details ul{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
}
.knowledge-hub-details ul li{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	list-style: none;
}
.knowledge-hub-details ul li:before{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 18px;
	padding-right:5px;
}
.knowledge-hub-right .links-section{
	text-align: left;
}
.knowledge-hub-right .links-section a{
	margin-bottom: 4px;
}
.knowledge-hub-right .category-list{
	padding: 0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}
.knowledge-hub-right .category-list span.category-name{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	display: inline-block;
	width: 100%;
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
}
.knowledge-hub-right .category-list .knowledge-news img{
	width: 110px;
    height: 70px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #e5e5e5;
    object-fit: cover;
    border-radius: 4px;
}
.knowledge-hub-right .category-list .knowledge-news h3{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
}
.knowledge-hub-right .category-list .knowledge-news p{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
.knowledge-hub-right .category-list .knowledge-news{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	min-height: 80px;
}
.knowledge-hub-right .video-section{
	width: 100%;
	padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}
.knowledge-hub-right .video-section .video {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
}
.knowledge-hub-right .video-section .video img {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
}
.knowledge-hub-right .video-section h3 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.knowledge-hub-right .signup{
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}
.knowledge-hub-right .signup p{
	font-size: 14px;
	line-height: 16px;
	color: #999;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
}
.knowledge-hub-right .signup input[type="text"] {
    background-color: #fcfcfc;
    padding: 10px 10px;
    margin: 0px;
    width: 60%;
    border: solid 1px #efefef;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.knowledge-hub-menu-outer{
	background-color: #f5f5f5;
}
.knowledge-hub-menu-outer:after{
	content: '';
	clear: both;
	display: block;
}
.knowledge-hub-menu{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 75%;
	float: left;
}
.knowledge-hub-menu ul{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.knowledge-hub-menu ul li{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    list-style: none;
    color: #585757;
    font-size: 14px;
    text-transform: uppercase;
}
.knowledge-hub-menu ul li a{
	padding: 13px 15px 13px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	list-style: none;
	color: #585757;
	font-size: 14px;
	text-transform: uppercase;
}
.knowledge-hub-menu ul li a:hover{
	text-decoration: none;
	color: #000000;
}
.knowledge-hub-search{
	text-align: right;
	width: 25%;
	float: left;
	position: relative;
}
.knowledge-hub-search input[type="text"]{
	width: 340px;
	height: 36px;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	padding: 10px;
	margin-top: 5px;
	
}
.knowledge-hub-search:after{
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 18px;
	right: 0;
    top: 10px;
	position: absolute;
	z-index: 99
}
.knowledge-hub-outer{
	padding: 50px 0px;
    margin: 0px 0px 0px 0px;
}
.other-category-list{
	margin-top: 50px;
	display: grid;
	grid-template-columns: 30.5% 31% 30.5%;
	grid-gap: 50px;
}
.knowledge-category-list img{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.knowledge-category-list span.category-name{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 11px;
    color: #b6b6b6;
    font-weight: 500;
    text-transform: uppercase;
}
.knowledge-category-list h2{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #007144;
    font-weight: 500;
     max-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.knowledge-category-list p{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    max-height: 3.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.success-stories-outer{
	padding: 30px 0px 35px;
    margin: 0px 0px 0px 0px;
    background-color: #f0f0f0;
}

.success-stories-outer .container{
	display: grid;
    grid-template-columns: 58% 40%;
    grid-column-gap: 2%;
}

.success-stories-outer .container .success-stories-left,
.success-stories-outer .container .success-stories-right{
	position: relative;
}
.success-stories-outer .container .success-stories-left .overlay,
.success-stories-outer .container .success-stories-right .overlay{
 position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.3);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.success-stories-outer .container .success-stories-left img,
.success-stories-outer .container .success-stories-right .right-box-one img{
	width: 100%;
	height: auto;
}

.success-stories-outer .container .success-stories-left .text,
.success-stories-outer .container .success-stories-right .text{
 position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.8);
  overflow: hidden;
  width: 100%;
  height:auto;
  z-index: 999;
  padding:15px;
}
.success-stories-outer .container .success-stories-left .text h1,
.success-stories-outer .container .success-stories-right .text h1{
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.success-stories-outer .container .success-stories-left .text h1 span,
.success-stories-outer .container .success-stories-right .text h1 span{
	color: #fff;
	font-size:20px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}

.success-stories-outer .container .success-stories-right .right-box-one{	
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.success-stories-outer .container .success-stories-right .right-box-one:last-child{
	margin-bottom: 0px;
}

.success-stories-outer .container .success-stories-right .client-testimonial{
	background:rgba(0,113,68,10);
	padding: 30px;
	
}
.success-stories-outer .container .success-stories-right .right-box-one,
.success-stories-outer .container .success-stories-right .client-testimonial{
	height: 265px;	
}
.success-stories-outer .container .success-stories-right .client-testimonial h2{
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.success-stories-outer .container .success-stories-right .client-testimonial h2 span{
	color: #fff;
	font-size:20px;
	line-height: 20px;
	font-weight: 300;
	text-transform: none;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
.success-stories-outer .container .success-stories-right .client-testimonial p{
	color: #fff;
	font-size:14px;
	line-height: 16px;
	font-weight: 300;
	text-transform: none;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.success-stories-outer .container .success-stories-right a:hover,
.success-stories-outer .container .success-stories-left a:hover{
	text-decoration: none;
}
.success-stories-outer .container .success-stories-right .client-testimonial img{
	float: right;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.success-stories-outer .container .success-stories-right .client-testimonial:after{
	content: '';
	display: block;
	clear: both;
}
.success-stories-outer .container .success-stories-right a:hover .client-testimonial{
	background-color: #005f39;
}



.success-stories-banner{
    margin: 0px 0px 0px 0px;
    position: relative;
    height: 280px;
    border-radius: 5px;
}
.success-stories-banner:after{
	content: '';
	clear: both;
	display: block;
}
.success-stories-banner .overlay{
 position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,68,40,0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.inner-text {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 30px;
}
.success-stories-banner h1{
	color: #fff;
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    
}
.success-stories-banner h1 span{
	color: #fff;
	font-size:20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
.success-stories-banner a.back{
	color: #fff;
	font-size:14px;
	line-height: 20px;
	font-weight: 700;
}
.success-stories-banner a.back:hover{
	text-decoration: none;
	color: #45ffb2;
}
.success-stories-banner a.back:before{
	content: "\f0d9";
	font-family: 'FontAwesome';
	margin-right: 10px;
}




.success-stories-testimonial-outer{
	display: grid;
	grid-template-columns: 57% 40%;
	grid-column-gap: 50px;
	margin-top:65px;
	margin-bottom: 65px;
}
.success-stories-testimonial-details img{
	float: none;
}
.outer-section{
	display: -moz-box;
   display: -webkit-box;
   display: box;
   margin-top: 70px;
}
.success-stories-client-logo{
	width: 200px;
	float: none;
}
.success-stories-client-details{
	-moz-box-flex: 1; 
   -webkit-box-flex: 1;
   box-flex: 1; 
   margin-top: 20px;
}
.success-stories-testimonial-details span.title{
	color: #ee0000;
	font-size:20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
.success-stories-testimonial-details span.othter-details{
	color: #151515;
	font-size:16px;
	line-height: 20px;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
.success-storise-more-details{
	background-color: #f0f0f0;
	 padding: 0px 0px 40px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.success-storise-more-details p{
	color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
}
.success-storise-more-details h2{
	color: #000;
	font-size:24px;
	line-height: 32px;
	font-weight: 500;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.success-stories-testimonial-content{
	background-color: #151515;
	padding: 40px 65px;
	border-radius: 5px;
}

.success-stories-testimonial-content p{
	color: #fff;
	font-size:24px;
	line-height: 32px;
	font-weight: 300;
	font-style: italic;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.success-stories-testimonial-content p:before{
	content: "\f10d";
	font-family: 'FontAwesome';
	color: #ee0000;
	margin-right: 10px;
}
.success-stories-testimonial-content .sub-title{
	color: #c6c3c3;
	font-size:14px;
	line-height: 16px;
	font-weight: 300;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.success-stories-overview{
	padding: 40px 0px 40px 0px;
    margin: 40px 0px 0px 0px;
    border-top:solid 1px #ececec;
}
.success-stories-overview h2{
	color: #004428;
	font-size:24px;
	line-height: 32px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}
.inner-page-testimonial-slider{
	background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    url(../img/testimonial-inner-bg.jpg);
    background-repeat: no-repeat;
    padding: 50px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-page-testimonial-slider h3{
	color: #fff;
	font-size:35px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.inner-page-testimonial-slider .jom-slider{
	background-color: transparent;
}

.inner-page-testimonial-slider .slider-box{
	padding-bottom: 30px;
	color: #fff;
    min-height: 0 !important;
}
.inner-page-testimonial-slider .slider-box h2{
    padding: 10px 20px;
    font-size: 18px;
    margin: 0px;
    color: #fff;
    text-align: center;
}
.inner-page-testimonial-slider .slider-box p{
    padding: 30px 150px;
    line-height: 31px;
    font-size: 20px;
    text-align: center !important;
    font-family: georgia;
	color: #fff;
	font-style: italic;
}
.inner-page-testimonial-slider .slider-box .read-more{
	border: solid 2px #007144;
    display: block;
    padding: 3px 15px;
    color: #007144;
    font-size: 12px;
    font-weight: 500;
    border-radius:0px;
    text-transform: uppercase;
    float: none;
    width: 108px;
    margin-left: 20px;
}

.inner-page-testimonial-slider .slider-box:after{
	content: '';
	clear: both;
	display: block;
}

.inner-page-testimonial-slider .jom-slider [data-controls="prev"],
.inner-page-testimonial-slider .jom-slider [data-controls="next"]{
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;

}
.knowledge-hub-right .links-section a {
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 8px;
    font-weight: 500;
    margin-bottom: 8px;
}
.article-listing-vertical.news .grid .item .content p {
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-listing-vertical .grid .item .content h4 a, .article-listing-vertical .grid .item .content .h4 a {
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-listing-vertical .grid .item:first-child .content p, 
.three-column-section .item p {
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.video-section p {
    max-height: 5.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.horizontal-label-listing li a, .tab-label li a {
	color: #343F50;
}
.slick-dots li button:before {
    font-size: 0;
}
.knowledge-hub {
    content: '';
    clear: both;
    display: flex;
    margin: 0px 0px 30px 0px;
    gap: 30px;
}
.knowledge-hub .video-section {
    width: 50%;
}
.knowledge-hub .video-section img {
    width: 100%;
}
.knowledge-hub .knowledge-section {
    width: 50%;
}
.knowledge-news img {
    float: left;
    margin-right: 20px;
    width: 160px;
    height: 120px;
    object-fit: cover;
}
.desktop-view{
    display: block;
}
.mobile-view{
    display: none;
}
.footer-logo {
    width: 70%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sticky-bottoms {
    pointer-events: none;
}
.sticky-bottoms .social {
    pointer-events: all;
}
 .light-bg {
    background-color: rgba(52, 63, 80, 0.03);
}

.knowledge-news h5 {
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.knowledge-news p, .knowledge-news h3 {
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-listing-horizontal .grid .item .cover img {
    height: 400px;
}
.p-120 {
    padding-bottom : 120px !important;
}
.wpcf7-form p {
    position: relative;
}
.wpcf7-spinner {
    position: absolute;
    float: left;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0;
}
.knowledge-hub-menu-outer {
    background-color: #f5f5f5;
    padding: 5px 0;
}
.knowledge-category-list {
    box-shadow: 1px 1px 14px #00000024;
}
.knowledge-category-dt {
    padding: 0 15px 15px 15px;
    min-height: 130px;
}
.subscription-link {
    padding: 40px 15px;
    background: #00834e;
    color: #f3f1f0;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}
.acc-style {
    width: 16%;
    display: inline-block;
    padding: 10px;
}

/* List style  */
/* .list-type5{
    width: 70%;
    margin:0 auto !important;
    }
    ul.list-type5  {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack
    margin: 0;
    margin-left: 1em;
    padding: 0;
    counter-reset: li-counter;
    }
    ul.list-type5  li{
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em;
    background-color: #005231 !important;
    padding-left: 58px;
    }
    
    .list-type5 a{
    text-decoration:none;
    color:black;
    font-size:15px;
    font-family: 'Raleway', sans-serif;
    }
    
    .list-type5 li:hover{
    box-shadow:inset -1em 0 #AF5725;
    -webkit-transition: box-shadow 0.5s; 
    transition: box-shadow 0.5s;
    }
    
    ul.list-type5  li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #AF5725;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
    }
    .fusion-checklist.list-type5  .fusion-li-item-content, 
    ul.fusion-checklist.list-type5 .fusion-li-item-content {
        padding: 10px !important;
        color: #fff !important;
    } */
    /* List style  ends */

#comment-input input, #comment-textarea textarea, input, select, textarea {
    border-color: #00834e !important;
}
.wpcf7-select-parent .select-arrow {
    top: 0.5px !important;
}
.comment-form .comment-form-cookies-consent input {
    min-width: auto;
    margin-right: 7px;
}
.blog-table {
     border-collapse: collapse;
     width: 100%;
     margin-bottom: 20px;
}
.blog-table, .blog-table th, .blog-table  td { 
 border: 1px solid #30996e78;
 padding: 5px 10px;
}
.knowledge-hub-details ul li.comment {
    list-style: none;
}
.fusion-body .fusion-title a {
    color: var(--awb-link-color);
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width:1440px) {

.middle-one {
    margin-left: -600px;
}
.service-list {
    grid-gap: 20px;
}

	}



@media (max-width:1200px) {
.container {  
    /*max-width: 970px; */
}
.banner-bg .container {
    max-width: 990px;
}
.middle-one {
    margin-left: -495px;
}
.footer-outer {
    grid-template-columns: 30% 24% 19% 19%;
}
.knowledge-section {
    padding-left: 50px;
}
/*.contact-left {*/
/*    width: 60%;*/
/*}*/
/*.contact-right {*/
/*    width: 40%;*/
/*}*/
.knowledge-hub-menu{
    width: 100%;
    float: none;
    display: inline-block;
}
.knowledge-hub-menu ul{
    text-align: center;
    float: none;
}
.knowledge-hub-menu ul li{
    text-align: center;
    float: none;
    display: inline-block;
}
.knowledge-hub-menu ul li a {
    padding: 13px 15px 13px 15px;
}
.knowledge-hub-search{
    width: 340px;
    float: none;
    display: block;;    
     margin:auto;
     margin-bottom: 10px;
}
.knowledge-hub-search input[type="text"] {
    width: 340px;
    height: 36px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.knowledge-hub-search:after {
    top: 7px;
}
.acc-style {
    width: 100%;
    display: block;
    padding-left: 0;
}
}

@media (max-width: 991px) {
.desktop-view{
    display: none;
}
.mobile-view{
    display: block;
}
.logo {
    width: 100%;
    float: none;
    text-align: center;
    margin: 10px 0px;
}
/*.container {  */
/*    max-width: 700px; */
/*}*/
.banner-captoin{
    padding: 50px 0px 0px 0px;
}
.banner-captoin h1{
    font-size: 40px;
    line-height: 50px;
}
.banner-captoin p{
    font-size: 16px;

}
.banner-captoin span{
    font-size: 18px;
    line-height: 24px;
}
.banner-bg .container {
    max-width: 768px;
}

.knowledge-hub {
    display: block;
	padding-right:10px;
	padding-left:10px;
	
}
.video-section{
	margin-bottom:30px;
	}
.video-section,
.knowledge-section {
    width: 100%;
    float: none;
	padding-left: 0px;
}
.news-evets-section .news-one {
    width: 100%;
    display: inline-block;
}
.video img{
	/* width: 100%; */
	height: auto;
}
.icon-thumb img{
	width: auto;
}


.web-service, 
.learning-services {
    width: 100%;
    float: none;
	padding-right:10px;
	padding-left:10px;
}

.footer-outer {
	display:block;
	grid-column-gap: 0px;
    grid-template-columns: 100% 100% 100% 100%;
}

.awards-section, .news-evets-section, .useful-link,.address-section{
	width:100%;
	display:inline-block;
	border-right: none;
	padding:0px 20px;
	margin-bottom:30px;
	}
.links-section a{
	margin-bottom:5px;
	}
.contact-left {
    width: 100%;
    padding-right: 0px;
}
.contact-right {
    width: 100%;
}
.contact-left .address-section {
    width: 100%;
    margin-top: 10px;
}

.knowledge-hub-details {
    display: block;
    grid-template-columns: 100% 100%;
    grid-column-gap: 0px;
}
.knowledge-hub-left,
.knowledge-hub-right{
   width: 100%; 
}
.knowledge-hub-right{
    margin-top: 30px;
}

.other-category-list {
    margin-top: 50px;
    display: block;
    grid-template-columns: 100% 100% 100%;
    grid-gap: 0px;
}
.knowledge-category-list{
    margin-bottom: 30px;
}
.knowledge-hub-search input[type="text"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.knowledge-hub-outer {
    padding: 20px 0px;
}
}

@media (max-width: 780px) {
.success-stories-outer .container {
        display: block;
    }
    .success-stories-outer .container .success-stories-right .client-testimonial img {
        width: auto;
    }
    .testimonial-item {
    padding: 30px;
    }
.container {  
    max-width: 100%; 
}
.banner-bg .container {
    max-width: 80%;
    width: 80%;
    margin:auto;
}
    .success-stories-left {
        margin-bottom: 30px;
    }

.middle-one {
    margin-left: 0;
    position: relative;
    left: 0%;
    bottom: 0px;
    margin-top: 150px;
}
.weg-slide-item h2 {
    font-size: 20px;
}
	.service-list {
    grid-gap: 20px;
}
.service-list {
    display:inline-block;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0px;
	margin-bottom:20px;
}
.banner-bg {
    height: 800px;
}
.signup input[type="text"] {
    width: 200px;
    float: none;
}
.signup input[type="button"] {
    padding: 10px 15px;
    position: relative;
}
.form-row-two {
    width: 100%;
    float: none;
}
.form-row-two:nth-child(even) {
    margin-right: 0%;
}
.contact-form textarea {
    width: 100%;
}
.inner-content-area {
    padding: 30px 0px;
    margin: 0px 0px 0px 0px;
}
.inner-title h1 {
    font-size: 30px;
    line-height: 30px;
}
    .success-stories-testimonial-outer, .outer-section {
        display: block;
    }
    .success-stories-client-logo img {
        width : auto;
    }
}

@media (max-width: 991px) {
    .knowledge-hub {
        display: block;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 780px) {
	.stickyHeader { 
		background: #fff;
		/*position: fixed;*/
        -webkit-box-shadow: 0px -2px 5px 5px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px -2px 5px 5px rgba(0,0,0,0.11);
    box-shadow: 0px -2px 5px 5px rgba(0,0,0,0.11);
    
     }
     .nav-open .stickyHeader { 
		background: transparent;
		 -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
     }
}
@media (max-width: 780px) {
    .container {  
        max-width: 100%; 
    }
    .banner-bg .container {
        max-width: 80%;
        width: 80%;
        margin:auto;
    }
    .middle-one {
        margin-left: 0;
        position: relative;
        left: 0%;
        bottom: 0px;
        margin-top: 150px;
    }
    .weg-slide-item h2 {
        font-size: 20px;
    }
        .service-list {
        grid-gap: 20px;
    }
    .service-list {
        display:inline-block;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 0px;
        margin-bottom:20px;
    }
    .banner-bg {
        height: 800px;
    }
    .signup input[type="text"] {
        width: 200px;
        float: none;
    }
    .signup input[type="button"] {
        padding: 10px 15px;
        position: relative;
    }
    .form-row-two {
        width: 100%;
        float: none;
    }
    .form-row-two:nth-child(even) {
        margin-right: 0%;
    }
    .contact-form textarea {
        width: 100%;
    }
    .inner-content-area {
        padding: 30px 0px;
        margin: 0px 0px 0px 0px;
    }
    .inner-title h1 {
        font-size: 30px;
        line-height: 30px;
    }
     .contact-left {
        padding-right: 0;
    }
    }

    .news-sidebar h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .fusion-text a {
    color: #af5725;
}
.mentor-div img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.subscribe_wrap {
    padding: 50px;
    box-shadow: 2px 7px 35px #00000021;
    border-radius: 10px;
    background: #343f50;
}
.fusion-text ul {
    margin-bottom: 10px;
}
.fusion-text ul li {
    padding-left: 30px;
    position: relative;
}
.fusion-text ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #af5725;
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 5px;
}
.fusion-button.button-flat.post-card-cls  {
    text-decoration: underline;
}

    #academix ul.fusion-filters {
    display: inline-flex;
    align-items: center;
    justify-content: space-between !important;
    gap: 10px;
}
#academix .fusion-filter {
    /* float: left; */
    /* margin-right: 30px; */
    background: #eee;
    color: #343F50;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 109px;
    white-space: nowrap;
    text-align: center;
    gap: 10px;
    margin-right: 0;
}
#academix .fusion-filters .fusion-filter a{
    line-height: 21px;
    border: 0;
}
#academix .fusion-filters .fusion-filter.fusion-active a{
    text-decoration: underline;
}
#academix .fusion-search-element.fusion-search-element-1.fusion-search-form-classic {
    width: 50%;
    margin: 0 auto 20px;
}
#academix li.fusion-filter.fusion-filter-all {
    display: none;
}
.awb-toc-el {
    background: #30996e14;
    padding: 10px !important;
}
/*handbook*/
.handbook_doc_link, #ol{
	display: none;
}
.form-wrapper {
    display: none;
    margin: 50px 0;
    /* border-top: 1px solid #30996e; */
    padding: 30px 30px 25px;
    /* padding-bottom: 0; */
    background: #30996e0d;
    height: auto;
}
.form-wrapper .form_ctrl {
    /*padding: 0 20%;*/
    /*text-align: center;*/
    margin: 10px 0;
}
.form_ctrl button {
    width: 100%;
    background: #a9440b;
    border: 0;
    color: #fff;
    padding: 5px;
    box-shadow: 2px 2px 5px #000;
	font-weight: bold;
}
.form_ctrl input[type=text], .form_ctrl input[type=email] {
    width: 100%;
    padding: 5px;
}
div#hdl a {
    background: rgba(0, 131, 78, 0.8);
    padding: 10px 53px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}

div#ol, div#hdl {
    text-align: center;
    font-weight: bold;
    margin: 10px;
}
.subscription-div  {
    padding: 40px 15px;
    background: #30996e;
    color: #f3f1f0;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}
.menu nav ul li ul.sub li:hover ul.sub-child {
    opacity: 1;
    pointer-events: all;
    z-index: 999;
    left: 100%;
    transition: all 0.2s ease-in-out;
    height: auto;
}
.menu nav ul li ul.sub li ul.sub-child {
    position: initial;
    height: 0;
}
.fusion-text.fusion-text-3.awb-text-cols.fusion-text-columns-2 {
    column-count: 1;
}
.right-support-div img {
    margin-left: auto;
    margin-bottom: 50px;
}
.right-support-div .right-img4 {
    margin: 0;
    width:  100%;
}
.hero .right .box {
        width: 280px;
        height: 280px;
    }
    @media only screen and (max-width: 1200px) {
    .hero .right .box span {
        font-size: 25px;
    }
}
    @media (max-width: 767px) {
        .inner-title h1 {
            margin: 0 !important;
            /* margin-top: 30px; */
            font-size: 28px !important;
            line-height: 28px !important;
        }
         #respond, #comments {
            display: none;
        }
        .header nav .nav-toggle {
    background-color: #fff;
        }
        .header nav .nav-toggle svg line:first-child {
        translate: -4px 0;
    }
    .header nav .nav-toggle svg line:nth-child(2) {
        translate: 0 -1px;
    }
    .header nav .nav-toggle svg line:nth-child(3) {
        translate: 0 1px;
    }
    .nav-open .header nav .nav-toggle svg {
        stroke: #fff;
    }
        .header nav .nav-toggle svg {
            stroke: #343F50;
        }
        .inner-title h1 {
            
            margin: 30px 0 0;
            /* margin-top: 30px; */
        }
        .ltalk {
            display: none;
        }
        .entry-content img {
            width: 100%;
        }
        .success-stories-client-logo img {
            width : auto;
        }
        .entry-content .container {
            width: 100%;
        }
        .success-stories-client-logo .exc-logo {
            width: 100%;
        }
#academix .fusion-search-element.fusion-search-element-1.fusion-search-form-classic {
    width: 100%;
}
    }
    @media (max-width: 580px) {
    .article-listing-vertical .grid .item:first-child .cover img {
        height: 200px;
    }
    }

.fusion-imageframe img{
	object-position: top !important;
	object-fit: fill !important;
	height: auto;
}
.fusion-no-lightbox img {
    height: 230px !important;
    object-fit: cover !important;
}



/* ------------------------------ */
.knowledge-hub-details ul li {
    list-style: none;
}
/* .knowledge-hub-details ul li:before {
    display: none !important;
} */

.fusion-text ul li:before {
    content: "\f00c" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #af5725;
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 5px;
}

.knowledge-hub-left a {
    color: #a9440b;
}

.author-social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #a4420f;
    transition: color 0.3s ease;
}