/*home-banner*/
.home-banner{
  border: 10px solid;
  border-image-slice: 1;
  border-width: 10px;
  border-image-source: linear-gradient(90deg, rgba(203,10,61,1) 0%, rgba(203,10,61,1) 100%);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.slick-dots li button:before {
    content: '' !important;
    width: 20px !important;
    height: 4px !important;
    background: #000;
    border-radius: 100px;
}
.slick-dots li.slick-active button:before {
    background: #cb0a3d !important;
    opacity: 1 !important;
}

/*animated heading*/
.animated-heading-before-part {
    color: #fff;
    opacity: 0.5;
}

span.animated-text.is-visible {
    color: #fff;
    position: relative;
}

span.animated-text.is-visible:before {
    position:absolute;
    background:#fff;
    height:4px;
    width:100%;
    content:'';
    bottom:0;
}


/*why oskano animated heading*/
.why-oskano-animated span.animated-heading-before-part {
    color: #000;font-weight:700;
    opacity: 1;
}

.why-oskano-animated span.animated-text.is-visible{
    color: #cb0a3d; font-weight:700;
    opacity: 1;
}

.why-oskano-animated span.animated-text.is-visible:before {
    position:absolute;
    background:#fff;
    height:0px;
    width:100%;
    content:'';
    bottom:0;
}





/*feature-box-01 */
.feature-box-01 .sppb-media {
    overflow: visible;
}
@media (min-width: 992px){
.feature-box-01 .pull-left {
    width: 16%!important;
    margin-top: 0px!important;
  }}
@media (max-width: 991px){
.feature-box-01 .pull-left {
    width: 18%!important;
    margin-top: 0px!important;
  margin-right: 10px !Important;
  }}



/*about-why-oskano-icon */
@media (min-width: 992px){
.about-why-oskano-icon .pull-left {
    width: 6%!important;
    margin-top: 0px!important;
    margin-right: 40px!important;
  }

.about-why-oskano-animated .sppb-addon-title{
  margin-bottom: 8px!important;}
}

@media (min-width: 768px) and (max-width: 991px){
.about-why-oskano-icon .pull-left {
    width: 8%!important;
    margin-top: 0px!important;
    margin-right: 30px!important;
  }}

.sppb-addon.sppb-addon-feature.sppb-text-left.feature-box-01.hover-img.about-why-oskano-icon {
    padding: 30px 0!important;
    border-top: 1px solid #ccc!important;
}
.sppb-addon.sppb-addon-feature.sppb-text-left.feature-box-01.hover-img.about-why-oskano-icon.about-why-oskano-icon-first {
    border-top: 0px solid #ccc!important;
}
.sppb-addon.sppb-addon-feature.sppb-text-left.feature-box-01.hover-img.about-why-oskano-icon:hover {
    background: #0129580d!important;
}





/*teestimonial */
.home-testimonial .sppb-carousel-extended-item {
    font-size: 16px!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px 20px 20px 20px;
    left: -10px;
    border-radius: 15px;
  }
.sppb-testimonial-carousel-message {
    min-height: 90px;
    font-size: 13px;
    font-family: 'poppins';
}
@media (min-width: 992px){
.home-testimonial .sppb-carousel-extended-item {
    padding: 40px;
  }}
@media (min-width: 768px) and (max-width: 991px){
.home-testimonial .sppb-carousel-extended-item {
    padding: 20px;}
.sppb-testimonial-carousel-message {
    min-height: 90px;
}}
@media (max-width: 767px){
.home-testimonial .sppb-carousel-extended-item {
    padding: 20px;
  }}


/*clients*/
.sppb-carousel-extended-nav-control .nav-control {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    color: #000;
    border: 0px solid #0080fe;
    transition: .35s;
}
.sppb-carousel-extended-nav-control .nav-control.next-control {
    float: right;
    margin-right: -30px;
}
.sppb-carousel-extended-nav-control .nav-control.prev-control {
    float: left;
    margin-left: -30px;
}
.sppb-addon-clients .sppb-carousel-extended-item {
    padding: 0px 0;
}


/*home-article*/
.home-article h3 a {
    line-height: 1.2;
    font-size: 20px;
}

.home-article img {
    border-radius: 15px 15px 0px 0px;
}
.home-article .sppb-article-img-wrap {
    margin: 0!important;
}
.home-article .sppb-article-info {
    margin: 0;
    padding: 30px 20px;
    background: white;
    margin-top: 0;
    z-index: 999;
    border-radius: 0px 0px 15px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home-article .sppb-article-introtext {
    height: 66px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 10px;
}
.home-article.sppb-addon-articles .sppb-addon-article .sppb-article-info h3 a {
    height: 51px;
    line-height: 1.2;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 10px;
}
a.sppb-readmore {
    font-weight: 700;
    position: relative;
    text-decoration: underline;
    font-size: 16px;
}
/*a.sppb-readmore:before {
    position:absolute;
    background:#cb0b3e;
    height:2px;
    width:100%;
    content:'';
    bottom:0;
}*/
a.sppb-readmore:hover {
    opacity: 0.5;
}


/*cta*/
.cta-style-01 h1.sppb-addon-title {
    font-weight: bold;
    color: rgb(0 0 0);
}

.cta-style-01 strong {
    color: #cb0a3d;
}

span.underlined {
    color: #cb0a3d;
    position: relative;
}

span.underlined:before {
    position:absolute;
    background:#fff;
    height:4px;
    width:100%;
    content:'';
    bottom:0;
}


/*admission*/
.admission-banner {
    display: flex;
    vertical-align: bottom;
    align-items: end;
    padding: 0 20px!important;
    box-shadow: rgb(204 227 255 / 60%) 0px 10px 36px 0px, rgb(233 238 255 / 57%) 0px 0px 0px 1px!important;
}

.admission-banner{
  /* border: 10px solid; */
  /* border-image-slice: 1; */
  /* border-width: 10px; */
  /* border-image-source: linear-gradient(90deg, rgba(203,10,61,1) 0%, rgba(203,10,61,1) 100%); */
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  /* border-radius: 15px; */
  box-shadow: 0px 0px 10px #00000020 !important;
}


/*course*/
.course-name .sppb-addon-title {
    font-size: 20px!important;
    line-height: 1.5!important;
}

/*.cert-title h1.sppb-addon-title {
    padding: 10px 20px;
    background: #dcdcdc;
    color: #000;
    border-radius: 10px;
}*/

.cert-title h1.sppb-addon-title {
    color: #000;
    border-radius: 10px;
}
.diploma-title h1.sppb-addon-title {
    padding: 10px 20px;
    background: #002857;
    color: #fff;
    border-radius: 10px;
}
.degree-title h1.sppb-addon-title {
    padding: 10px 20px;
    background: #243481;
    color: #fff;
    border-radius: 10px;
}
.course-box {
    padding: 0!important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px!important;
    border-radius:20px;
}

.course-name small {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3!important;
    color: #cb0a3d;
}

/*.cert-label span.sppb-addon-title {
    background: #002857;
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px!important;
    font-size: 13px;
    font-weight: 600;
}*/
.cert-label span.sppb-addon-title {
    color: #002857;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline !important;
}
.diploma-label span.sppb-addon-title {
    background: #002857;
    color: #fff ;
    border-radius: 50px;
    padding: 8px 10px!important;
    font-size: 14px;
}
.course-details {
    padding: 0px 30px;
}
@media (min-width: 768px) and (max-width: 991px){
.course-details {
    padding: 20px 20px;
}
.course-name small {
    font-size: 20px;
    font-weight: 700;
    color: #cb0a3d;
}
}

@media (max-width: 767px){
.course-details {
    padding: 50px 15px;
}
.course-name small {
    font-size: 16px;
    font-weight: 700;
    color: #cb0a3d;
}
}


/*trainwork*/

@media (min-width: 992px){
.trainwork-icon .pull-left {
    width: 6%!important;
    margin-top: 0px!important;
    line-height: 0px!important;
  }}

.trainwork-icon img {
    width: 120px;
}

.sppb-blocknumber-number {
    width: 60px!important;
    height: 48px;
    line-height: 48px;
    background-color: #cb0a3d !important;
    color: #FFFFFF!important;
    border-style: none!important;
    border-radius: 3px!important;
    /* clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 18% 50%, 0% 0%); */
    margin-top: 0px;
    margin-right: -40px;
    z-index: 9999 !important;
    font-size: 30px;
}

.faq-accordion .sppb-panel-heading {
    background: none;
    color: #002857;
}


/*news*/
ul.categories-modulenews-year.mod-list li{
    display: inline-flex;
    margin: 0 10px;
}

.sp-module.news-year .sp-module-title {
    margin: 0 0 5px!important;
    margin-top: 50px!important;
    text-transform: capitalize;
}

.sp-module.news-search {
    margin-top: 10px;
}

.sp-module.news-year li {
    display: block;
    border-bottom: 0px solid #e8e8e8;
}

















/*slideshow*/
@media(min-width:992px){
.home-slideshow-row {
    margin-top: -90px !important;
}}
ul.slick-dots {
    bottom: 50px !important;
}
@media(Max-width:991px){
ul.slick-dots {
    bottom: 40px !important;
}}
@media(max-width:450px){
.home-slideshow-row iframe {
    height: 225px !important;
}}
@media(max-width:400px){
.home-slideshow-row iframe {
    height: 200px !important;
}}

/*image-style-001*/
.image-style-001 img {
    border-radius: 1000px;
    transition: 0.3s;
}
.image-style-001 img:hover {
    transform:rotate(5deg);
}

/*image-pattern-001*/
.image-pattern-001 {
    position: relative;
}
.image-pattern-001:before {
    position: absolute;
    content: '';
    width: 550px;
    height: 550px;
    border-radius: 1000px;
    background: #002a5c;
    left: -300px;
    top: 50px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
@media(max-width:991px){
.image-pattern-001:before {
    width: 300px;
    height: 300px;
    left: -100px;
}}
.image-pattern-001:hover:before {
    top: 80px;
}

/*circle-pattern-001*/
.circle-pattern-001 {
    position: relative;
}
.circle-pattern-001:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 1000px;
    background: #002a5c;
    right: -100px;
    bottom: -150px;
    transition: 0.3s;
}
.circle-pattern-001:hover:before {
    bottom: -180px;
}

/*line-pattern-001*/
.line-pattern-001 {
    position: relative;
}
.line-pattern-001:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-radius: 1000px;
    background: #818181;
    bottom: 25px;
    transition: 0.3s;
}

/*line-pattern-002*/
.line-pattern-002 {
    position: relative;
}
.line-pattern-002:before {
    position: absolute;
    content: '';
    width: 49%;
    height: 1px;
    left: 0;
    border-radius: 1000px;
    background: #cb093d;
    bottom: 30px;
    transition: 0.3s;
}
.line-pattern-002:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 1px;
    right: 0;
    border-radius: 1000px;
    background: #cb093d;
    top: -30px;
    transition: 0.3s;
}
.line-pattern-002:hover:after, .line-pattern-002:hover:before {
    background: #002a5c;
}

/*line-pattern-003*/
.line-pattern-003 {
    position: relative;
}
.line-pattern-003:before {
    position: absolute;
    content: '';
    width: 49%;
    height: 1px;
    left: 0;
    border-radius: 1000px;
    background: #fff;
    bottom: 15px;
    transition: 0.3s;
}
.line-pattern-003:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 1px;
    right: 0;
    border-radius: 1000px;
    background: #fff;
    top: 15px;
    transition: 0.3s;
}

/*home-icon-001*/
.home-icon-001 img {
    width: 100px;
    transition: 0.3s;
}
.home-icon-001:hover img {
    transform: scale(1.05);
}

/*line-pattern-004*/
.line-pattern-004 {
    position: relative;
}
.line-pattern-004:before {
    position: absolute;
    content: '';
    width: 49%;
    height: 1px;
    left: 0;
    border-radius: 1000px;
    background: #cb093d;
    bottom: 15px;
    transition: 0.3s;
    z-index: 99;
}
.line-pattern-004:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 1px;
    right: 0;
    border-radius: 1000px;
    background: #cb093d;
    top: 15px;
    transition: 0.3s;
    z-index: 99;
}
.line-pattern-004:hover:after, .line-pattern-004:hover:before {
    background: #002a5c;
}

/*line-pattern-005*/
.line-pattern-005 {
    position: relative;
}
.line-pattern-005:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 1px;
    right: 0;
    border-radius: 1000px;
    background: #cb093d;
    bottom: 15px;
    transition: 0.3s;
    z-index: 99;
}
.line-pattern-005:hover:after {
    background: #fff;
}

/*home-news*/
.home-news-style-001 .sppb-addon-image-layout-text {
    font-size: 16px;
    display: block;
    display: -webkit-box !important; 
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.home-news-style-001 {
    border: 1px solid #828282;
    transition: 0.3s;
}
.home-news-style-001:hover {
    box-shadow: 0px 0px 10px #00000080;
}
.home-news-style-001 .sppb-addon-image-layout-content {
    padding: 20px;
}
.home-news-style-001 .sppb-btn-secondary {
    background: none;
    color: #000;
    padding: 0;
    font-style: italic;
    font-size: 16px;
}
.home-news-style-001 .sppb-btn-secondary:hover {
    color: #cb093d;
}
.home-news-style-001 .sppb-image-layout-title {
    font-size: 18px;
    display: block;
    display: -webkit-box !important; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

/*title-style-001*/
.title-style-001 {
    position: relative;
}
.title-style-001 h1:before {
    position: absolute;
    content: '';
    width: 86%;
    height: 1px;
    right: 150px;
    border-radius: 1000px;
    background: #cb093d;
    bottom: 0px;
    top: 0;
    margin: auto;
    transition: 0.3s;
    z-index: 99;
}
.title-style-001:hover h1:before{
    background: #002a5c;
}

/*title-style-002*/
.title-style-002 {
    position: relative;
}
.title-style-002 h1:before {
    position: absolute;
    content: '';
    width: 72%;
    height: 1px;
    left: 320px;
    border-radius: 1000px;
    background: #cb093d;
    bottom: 0px;
    top: 0;
    margin: auto;
    transition: 0.3s;
    z-index: 99;
}
.title-style-002:hover h1:before{
    background: #002a5c;
}

/*circle-pattern-002*/
.circle-pattern-002 {
    position: relative;
}
.circle-pattern-002:before {
    position: absolute;
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 1000px;
    background: #002a5c;
    left: -100px;
    top: -80px;
    transition: 0.3s;
}
@media(Max-width:991px){
.circle-pattern-002:before {
    width: 270px;
    height: 270px;
    left: -100px;
    top: 40px;
}}
.circle-pattern-002:hover:before {
    top: -30px;
}

/*circle-pattern-003*/
.circle-pattern-003 {
    position: relative;
}
.circle-pattern-003:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 1000px;
    background: #002a5c;
    right: -100px;
    bottom: -200px;
    transition: 0.3s;
}
.circle-pattern-003:hover:before {
    bottom: -150px;
}

/*line-pattern-006*/
.line-pattern-006 {
    position: relative;
}
.line-pattern-006:after {
    position: absolute;
    content: '';
    width: 200%;
    height: 1px;
    right: 0;
    border-radius: 1000px;
    background: #cb093d;
    bottom: 15px;
    transition: 0.3s;
    z-index: 99;
}
.line-pattern-006:hover:after {
    background: #002a5c
}

/*circle-pattern-005*/
.circle-pattern-005 {
    position: relative;
}
.circle-pattern-005:before {
    position: absolute;
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 1000px;
    background: #002a5c;
    right: -300px;
    top: -80px;
    transition: 0.3s;
}
@media(Max-width:991px){
.circle-pattern-005:before {
    width: 170px;
    height: 170px;
    right: -130px;
    top:- 40px;
}}
.circle-pattern-005:hover:before {
    top: -30px;
}

/*circle-pattern-006*/
.circle-pattern-006 {
    position: relative;
}
.circle-pattern-006:before {
    position: absolute;
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 1000px;
    background: #002a5c;
    left: -100px;
    top: -80px;
    transition: 0.3s;
}
@media(Max-width:991px){
.circle-pattern-006:before {
    width: 170px;
    height: 170px;
    left: -50px;
    top: -140px;
}}
.circle-pattern-006:hover:before {
    top: -110px;
}

/*accordion*/
.sppb-panel-title {
    font-size: 16px;
    color: #cb0a3d;
}
@media(max-width:991px){
    .sppb-panel-title {
    font-size: 14px;
}
}

/*circle-pattern-007*/
.circle-pattern-007 {
    position: relative;
}
.circle-pattern-007:before {
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    border-radius: 1000px;
    background: #002a5c;
    left: -80px;
    top: -200px;
    transition: 0.3s;
}
.circle-pattern-007:hover:before {
    top: -170px;
}
@media(Max-width:991px){
.circle-pattern-007:before {
    width: 100px;
    height: 100px;
    left: -50px;
    top: -70px;
}
.circle-pattern-007:hover:before {
    top: -80px;
}}

/*line-pattern-007*/
.line-pattern-007 {
    position: relative;
}
.line-pattern-007:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 1px;
    left: 0;
    border-radius: 1000px;
    background: #cb093d;
    top: 15px;
    transition: 0.3s;
    z-index: 99;
}
.line-pattern-007:hover:after {
    background: #002a5c;
}

/*table-style-001*/

.table-style-001 table th {
    padding: 10px 25px;
    line-height: 1.3;
    text-align: center;
    background: #d80017;
    border-color: #dee2e6;
    color: #fff;
  	font-size: 16px;
    letter-spacing: 0.5px;
}
.table-style-001 table td {
    padding: 10px 25px;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
}
.table-style-001 table td:first-child {
    text-align: center;
    font-weight: 700;
    vertical-align: baseline;
}
@media(max-width:991px){
.table-style-001 table th {
  	font-size: 14px;
}
.table-style-001 table th:nth-child(2) {
  	font-size: 14px;
    min-width: 300px;
}
.table-style-001 table td {
  	font-size: 14px;
}
}

/*trainwork-icon-style-001*/

.trainwork-icon-style-001 img {
    width: 120px;
    transition: 0.3s;
}
.trainwork-icon-style-001 img:hover {
    transform: rotate(10deg);
}
@media(max-width:991px){
.trainwork-icon-style-001 h5 {
    font-size: 16px !important;
    min-height: 50px !important;
}
.trainwork-icon-style-001 img {
    width: 80px;
    transition: 0.3s;
}}

/*jpk-icon-style-001*/

.jpk-icon-style-001 img {
    width: 120px;
    transition: 0.3s;
}
/*@media(min-width:992px){
.jpk-icon-style-001 h5 {
    min-height: 45px;
  }}*/
.jpk-icon-style-001 img:hover {
    transform: rotate(10deg);
}
@media(max-width:991px){
.jpk-icon-style-001 h5 {
    font-size: 16px !important;
}
.jpk-icon-style-001 img {
    width: 80px;
    transition: 0.3s;
}}
iframe{
  height:800px;
}

/*line-pattern-008*/
.line-pattern-008 {
    position: relative;
}
.line-pattern-008:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 1px;
    right: 0;
    border-radius: 1000px;
    background: #cb093d;
    top: -16px;
    transition: 0.3s;
    z-index: 99;
}
.line-pattern-008:hover:after {
    background: #002a5c;
}

/*phone-padding*/
@media(Max-width:768px){
.phone-padding .sppb-col-xs-6 {
  padding: 0px 7px !important;
  }}

/*list-icon-001*/

.list-icon-001 ul { list-style: none; padding: 0px; margin-bottom: 0; }

.list-icon-001 ul li {margin: 5px 10px;padding-left: 15px;line-height: 2;font-weight: 500;letter-spacing: 1px;color: #545454;}

.list-icon-001 ul li:before {color: #002a5c;content: '\f00c';font-family: fontawesome;margin-right: 10px;margin-left: -25px;font-size: 30px;}


@media(max-width:991px){
.list-icon-001 ul { list-style: none; padding: 0px; margin-bottom: 0; }

.list-icon-001 ul li {margin: 5px 10px;padding-left: 15px;line-height: 1.5;font-weight: 500;letter-spacing: 1px;}

.list-icon-001 ul li:before {color: #002a5c;content: '\f00c';font-family: fontawesome;margin-right: 10px;margin-left: -25px;font-size: 20px;}
}

/*circle-pattern-008*/
.circle-pattern-008 {
    position: relative;
}
.circle-pattern-008:before {
    position: absolute;
    content: '';
    width: 550px;
    height: 550px;
    border-radius: 1000px;
    background: #002a5c;
    right: -150px;
    bottom: -230px;
    transition: 0.3s;
}
.circle-pattern-008:hover:before {
    bottom: -280px;
}
@media(Max-width:991px){
.circle-pattern-008:before {
    width: 350px;
    height: 350px;
    right: -50px;
    bottom: -70px;
}
.circle-pattern-008:hover:before {
    bottom: -100px;
}}

/*circle-pattern-009*/
.circle-pattern-009 {
    position: relative;
}
.circle-pattern-009:before {
    position: absolute;
    content: '';
    width: 350px;
    height: 350px;
    border-radius: 1000px;
    background: #002a5c;
    right: -150px;
    bottom: -400px;
    transition: 0.3s;
}
.circle-pattern-009:hover:before {
    bottom: -350px;
}
@media(Max-width:991px){
.circle-pattern-009:before {
    width: 350px;
    height: 350px;
    right: -50px;
    bottom: -330px;
}
.circle-pattern-009:hover:before {
    bottom: -350px;
}}


.sppb-addon.sppb-addon-clients.sppb-text-left .sppb-col-sm-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sppb-carousel-extended-outer-stage {
    justify-content: center;
    align-items: center;
}

.fa-quote-left:before, .fa.fa-long-arrow-left:before, .fa.fa-long-arrow-right:before,.fa-fish:before, .fa-bars:before, .fa-comments:before,
.fa.fa-close:before, .fa.fa-remove:before, .fa-phone:before,.fa-envelope:before, .fa-chevron-up:before,.fa.fa-map-marker:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}


/*mission vision*/
.mission-vision {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mission-vision .sppb-addon-content {
    min-height: 80px;
}

/*incorporate*/
@media(min-width:992px){
.incooperation {
    background: #fff !important;
    box-shadow: 0px 0px 10px #00000030;
    border-radius: 1000px;
    padding: 10px;
    position: absolute;
    right: 0;
    height: auto;
    top: 148px;
    width: 1000px;
    right: -700px;
    text-align: left !important;
    padding: 15px 50px;
  }}
@media(max-width:991px){
.incooperation {
    background: #fff !important;
    box-shadow: 0px 0px 10px #00000030;
    border-radius: 1000px;
    padding: 10px;
    height: auto;
    width: 300px;
    text-align: left !important;
    padding: 3px 0px 3px 30px;
    position: fixed;
    bottom: 10px;
    right: -115px;
 }
.incooperation img {
    max-width: 150px !important;
}

.incooperation p, .incooperation span {
    font-size: 10px !IMPORTANT;
    margin-bottom: -3px !IMPORTANT;
}}
@media(Max-width:991px){
  .landing-transparent-button.sppb-btn-default {
    font-size: 14px !important;
}
}

/*accordion*/
.sppb-panel.sppb-panel-modern {
    border-radius: 15px !important;
}

/*partner*/
.partner-box {
    padding: 30px !Important;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px!important;
}
@media(max-width:991px){
.partner-box  {
    padding: 15px !Important;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px!important;
}}

/*train work*/
.how-it-works .sppb-media-body.sppb-text-left {
    background: #fff;
    box-shadow: 0px 0px 10px #00000030;
    border-radius: 15px;
    padding: 30px 30px 30px 50px;
    margin: 8px;
}
.how-it-works {
    position: relative;
}
.how-it-works:before {
    position: absolute;
    content: '';
    width: 1px;
    background: #b5b5b5;
    height: 126%;
    left: 9px;
    top: 0px;
    z-index: -1;
}
/**/

/*client-slider*/
.client-slider {
    position: relative;
}
.client-slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 999999;
}

/*admission*/
.admission-banner h3 {
    text-align: left;
    font-size: 20px !important;
    color: #000 !important;
    margin-bottom: 5px !important;
}
.admission-banner .sppb-addon-content {
    text-align: left;
}
.admission-banner {
    border-radius: 20px !important;
}
.admission-banner img.sppb-img-responsive {
    border-radius: 20px 20px 0px 0px;
}
.admission-banner .sppb-btn-default {
    background: transparent !important;
    border: none;
    color: #cb0a3d !important;
    text-decoration: underline;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 16px;
}

.admission-banner .sppb-btn-default:hover,
.admission-banner .sppb-btn-default:active,
.admission-banner .sppb-btn-default:focus {
    background: transparent !important;
    border: none;
    color: #000000 !important;
    text-decoration: underline;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 16px;
  outline: none !important;
}

/*train-work*/
.trainwork-icon {
    background: #fff;
    box-shadow: 0px 0px 10px #00000020;
    border-radius: 20px;
}
.sppb-addon.sppb-addon-feature.feature-box-01.hover-img.trainwork-icon {
    padding: 15px !important;
}
.trainwork-icon .sppb-addon-text span {
    font-size: 14px;
}
@media(min-width:992px){
.trainwork-icon .sppb-addon-text {
    min-height: 130px;
  }}

@media(max-width:991px){
.trainwork-icon .sppb-text-left {
    text-align: center;
}
}


/*table-style-001*/

.course-tabs table th {
    padding: 10px 10px;
    line-height: 1.3;
    text-align: center;
    background: #d80017;
    border-color: #dee2e6;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.course-tabs table td {
    padding: 5px 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
    border: 1px solid #ececec;
}
.course-tabs table tr:first-child p {
    color: #fff !important;
}
.course-tabs table tr:first-child {
    font-weight: 700;
    background: #cb0a3d;
    color: #fff !important;
}

.course-tabs table td:nth-child(2) {
    min-width: 100px !important;
}

.course-tabs table td:nth-child(3) {
    min-width: 150px !important;
    text-align: left;
}
@media (max-width: 767px) {
.course-tabs table td { font-size: 13px; }
table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}}

@media(min-width:992px){
.br-display-none-desktop br {
    display: none;
}}



/*partnership-icon*/
.partnership-icon.sppb-btn-default {
    border-radius: 100px !IMPORTANT;
    padding: 0px !important;
    font-size: 30px !important;
    background: transparent !important;
    border: transparent;
    color: #cb0a3d !IMPORTANT;
}
.partnership-icon.sppb-btn-default {
  -webkit-animation: linear infinite;
  -webkit-animation-name: move-left-right;
  -webkit-animation-duration: 1s;
}

@media(max-width:991px){
.partnership-logo img {
    max-height: 40px;
}}