@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Saira+Semi+Condensed:wght@400;600&display=swap'); 

/* font-family: 'Roboto', sans-serif;
font-family: 'Saira Semi Condensed', sans-serif; */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

ul,
p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;

}

clear {
    clear: both;
}

button:focus {
    outline: none;
}

:focus {
    outline: none;
}

img {

    max-width: 100%;

}

.clear {
    clear: both;
}
.topheaderBox{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.topHeader {
    position: relative;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.logoArea{
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.nextBatch {
    margin-top: -20px;
}
.topHeaderRight {
    display: flex;
    align-items: center;
}
.topHeaderRight .topHeaderBtn {
    margin-top: 0;
    margin-right: 15px;
}
.topHeaderRight .topHeaderBtn .btnHeader {
    background: #ffffff;
    color: #000;
    border-color: #000;
    padding: 8px 14px;
    font-size: 14px;
}
.topHeader.fixed .topHeaderRight .topHeaderBtn .btnHeader {
    background: #4749de;
    color: #fff;
    border-color: #4749de;
}
.topHeaderRight .topHeaderBtn .btnHeader:hover{
    background:#ffd000 !important;
    color: #000 !important;
}
.topHeaderBtn {
    margin-top: 20px;
}
.topHeaderBtn .btnHeader {
    padding: 8px 22px;
    background: #f4f5ff;
    border: 1px solid #4749de;
    color: #4749de;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topHeaderBtn .btnHeader  i.fas{
    padding-left: 5px;
}
.topHeaderBtn .btnHeader:hover{
    transition: all .5s ease;
    background: #ffd000;
    color: #000 !important;
}
.topHeaderBtn .btnHeader:hover i.fas {
    padding-left: 10px;
    font-size: 14px;
}
.logoArea::before{
    content: "";
    position: absolute;
    width: 240px;
    height: 100px;
    background: #fff;
    top: -20px;
    left: 0px;
    z-index: -1;
    border-radius: 0px 0px 10px 10px;
}
.topHeader.fixed {
    position: fixed;
    top: -2;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    z-index:  99;
    transition: all .5s ease;
}
.headerNav ul{
    list-style: none;
}
.headerNav ul li{
    display: block;
    float: left;
    padding-right: 30px;
}
.topHeader .topHeaderRight .headerNav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.topHeader.fixed .topHeaderRight .headerNav ul li a {
    text-decoration: none;
    color: #0202d7;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 0px;
}
.topHeader.fixed .topHeaderRight .headerNav ul li a.active, .topHeader.fixed .topHeaderRight .headerNav ul li a:hover{
    color: #0082dc;
    border-bottom: 2px solid #0082dc;
    transition: padding-bottom .5s ease;
    padding-bottom: 6px;
}
.menuIconButton{
    display: none;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
}
.topHeader.fixed .topHeaderRight .headerNav .menuIconButton{
    color: #004b4e;
}
.sideMenuUl li{
    border-bottom: 2px solid #006867;
    padding-bottom: 10px;
    padding-top: 10px;
}
.sideMenuUl li a{
    color: #0152bd;
    font-size: 22px;
    font-weight: 600;
}

.bannerArea{
    background: url(../image/banner7.jpg)no-repeat;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    background-size:cover ;
    position: relative;
    margin-top: 75px;
}
/* .bannerArea::before{
    content: "";
    background: url(../image/shape3.png)no-repeat;
    width: 100%;
    height: 98px;
    position: absolute;
    bottom: -30px;
    background-size: cover;
    left: 0;
} */
.bannerText {
    padding-top: 30px;

}
.bannerText h1 {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 55px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}
.bannerText p {
    font-size: 27px;
    margin-top: 5px;
    color: #d6eef1;
}
.courseListBox{
    padding: 30px 0px 0px;
    position: relative;
}
/* .courseListBox::before{
    content: "";
    width: 195px;
    height: 274px;
    border-radius: 20px;
    background-color: #f0f0f0;
    position: absolute;
    right: -100px;
    top: 180px;
    transform: rotate(-35deg);
} */
.courseListBox::after{
    content: "";
    background-image: url(../image/coursebg.png);
    background-repeat: no-repeat;
    width: 168px;
    height: 329px;
    position: absolute;
    top: 30px;
    right: 0px;
    transform: translate(30px, 50px);

}
.headeArea{
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #3d3c3c;
    position: relative;
    text-align: center;
    padding-bottom: 25px;
}
.headeArea h2{
    font-size: 40px;
}
.headeArea:before{
    content: "";
    background-image: url(../image/headerBg2.png);
    background-repeat:no-repeat;
    width: 145px;
    height: 22px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 20px);

}
.listCourse ul li {
    position: relative;
    color: #464646;
    font-size: 22px;
    margin-bottom: 15px;
    padding-left: 20px;
}
.listCourse ul li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0,-50%);
    background: #f05122;
    box-shadow: rgb(240 81 34) 0px 5px 10px;
}

ul.secoundListCourse li:last-child{
    background: #cbefff;
    position: relative;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 5px;
    padding: 10px 40px 10px 20px;
    display: inline-block;
    position: relative;
}
ul.secoundListCourse li:last-child::before{
    z-index: 1;
    background: #6f4edb;
    box-shadow: rgb(95 68 212) 0px 5px 10px
}
ul.secoundListCourse li:last-child::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #cbefff;
    position: absolute;
    top: 33%;
    left: -7px;
    transform: rotate(45deg);
    z-index: 0;
}
.listCourse{
    position: relative;
    padding-top:30px ;
}
.listCourse::after{
    content: "";
    position: absolute;
    bottom: 90px;
    right: -80px;
    z-index: -1;
    width: 102px;
    height: 102px;
    border-radius: 10px;
    background: #fcdcd3;
    transform: rotate(75deg);
}
section.powerBiList {
    padding: 50px 0px;
    position: relative;
}
.powerBiBox {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding:20px 15px;
    border-radius: 6px;
}
.powerBiBox::after{
    content: "";
    background: url(../image/poweBg.png)no-repeat;
    width: 100%;
    background-size:cover ;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
}
.powerBiBox .iconPowe {
    border: 2px solid #747878;
    padding: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-right: 20px;
    min-width: 60px !important;
    height: 60px;
    line-height: 40px;
    background: #fff;
    display: block;
}
.powerBiBox .iconPowe img {
    min-width: 40px !important;
    max-height: 40px !important;
    width: 100%;
}
.gradientPowerBi{
    background-image: linear-gradient(to right, #a2641f, #b27524, #c1882a, #cf9b30, #ddae37);
}
.gradientPowerApps{
    background-image: linear-gradient(to right, #66204f, #792b60, #8d3771, #a14383, #b64f95);
}
.gradientPowerAppBi{
    background-image: linear-gradient(to right, #302cc2, #4736ca, #5a41d1, #6b4bd9, #7b56e1);
}
.gradientModernData{
    background-image: linear-gradient(to right, #0161cb, #0082dc, #009ddb, #00b6d0, #02cbc1);
}
.gradientAWSData{
    background-image: linear-gradient(to right, #ea494a, #f05744, #f4653e, #f77238, #f98032);
}
.gradientBusiness{
    background-image: linear-gradient(to right, #004b4e, #006867, #00867c, #00a68f, #00c69e);
}
.powerBiBox h5{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;

}
section.courseDetails {
    padding-bottom: 50px;
    background: url(../image/bg.png)no-repeat;
    background-size:cover ;
}
.topCoursesBox {
    padding-top: 40px;
    position: relative;
}
.topCoursesHeader {
    background: #4537cb;
    display: inline-block;
    color: #fff;
    padding: 15px 55px 15px 15px;
    border-radius: 0px 11px 52px 0px;
}
/* .topCoursesHeader::before{
    content: "";
    background: #4537cb;
    background-repeat: no-repeat;
    background-size: cover;
    width: 46%;
    height: 72px;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 1;
    border-radius: 0px 0px 80px 0px;
} */
/* .topCoursesHeader::after{
    content: "";
    background-image: url(../image/poweBg2.png);
    background-repeat: no-repeat;
    background-size:cover ;
    width: 100%;
    height:72px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
} */
.topCoursesHeader h3 {
    font-size: 25px;
    position: relative;
    z-index: 3;
}
.courseList {
    margin-top: 30px;
    padding-left: 15px;
}
.courseList ul li {
    position: relative;
    color: #464646;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 15px;
    padding-left: 20px;
    display: inline-block;
    /* background: #e8e6ff; */
    margin-right: 5px;
}
.courseList ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(0,-50%);
    background: #4537cb;
    box-shadow: rgb(69 55 203) 0px 5px 10px;
}
.reverseCourse .topCoursesHeader{
    background: #ed5147;
} 
.reverseCourse .courseList  ul li::before{
    background: #ed5147;
    box-shadow: rgb(237 81 71) 0px 5px 10px;
}
.lastListCourse .topCoursesHeader{
    background: #a83183;
}
/*--added by sourav--*/
.secondCourse .topCoursesHeader{
    background: #00867c;
}
/*--[End of] added by sourav--*/
/* .lastListCourse .courseList  ul li{
    background: #ffd9f3;
} */
.lastListCourse .courseList  ul li::before{
    background: #a83183;
    box-shadow: rgb(168 49 131) 0px 5px 10px;
}

section.career {
    padding-top: 50px;
}
.careerWrap {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}
.relativeValid{
    position: relative;
}
.tableBox{
    position: relative;
    margin-top: 65px;
}
 .offertag {
    position: absolute;
    right: 0;
    top: -110px;
    z-index: 1;
}
.offerTagImg::after{
    background-image: url(../image/poweBg2.png);
    width: 51px;
    height: 126px;
    top: 0px;
}
.skillSetBox{
    position: relative;
}
.skillSetBox .topCoursesHeader::before{
    width: 56%;
}

section.eligibility {
    margin-top: 50px;
    background: #6045d4;

}
section.eligibility {
    background-image: url(../image/top-right-orange.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 418px auto;
}
section.eligibility .eligibilityWrap{
    background-image: url(../image/dots-left-bottom-purple.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 50px 0px;
}
section.eligibility .headeArea {
    color: #fff;
}
.boxmandatorySkill {
    padding-top: 20px;
    color: #fff;
}
section.eligibility .courseList {
    margin-top: 10px;
}
.mandatorySkill {
    padding-top: 30px;
}
.eligibility .courseList ul li{
    color: #fff;
}
.eligibility .courseList ul li::before{
    background: #ddd;
    box-shadow: rgb(186 185 189) 0px 5px 10px;
}
.eligibilityImage {
    text-align: center;
}

.skillSetBox table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 15px;
    text-align: right;
}
.skillSetBox table td:first-child{
    text-align: left;
}
tr.headerArae th {
    font-size: 18px;
    padding: 30px 15px;
    border: 1px solid #ddd;
}
tr.headerArae th:first-child{
    border: 0px solid transparent;
}
.skillTh{
    position: relative;
}
.skillTh p{
    background: #428bdc;
    padding: 7px 50px;
    color: #fff;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(10px, -50%);
}
.skillTh p::before{
    content: '';
    width: 0px;
    position: absolute;
    bottom: -14px;
    left: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 30px 15px 0;
    border-color: transparent #428bdc transparent transparent;
    transform: rotate(0deg);
}
tr.headerArae th.powerTh {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #66204f, #792b60, #8d3771, #a14383, #b64f95);
}
tr.headerArae th.powerTh p{
    color: #fff;
}
.powerTh::before{
    content: "";
    height: 221px;
    width: 100%;
    background: #e3e3e3;
    position: absolute;
    border-radius: 37px 21px 41px 42px;
    top: -164px;
    z-index: 1;
    transform: rotate(343deg);
    opacity: 0.2;
}
tr.headerArae th.powerTh:nth-child(2){
    background-image: linear-gradient(to right, #a2641f, #b27524, #c1882a, #cf9b30, #ddae37);
}
tr.headerArae th.powerTh:last-child{
    background-image: linear-gradient(to right, #302cc2, #4736ca, #5a41d1, #6b4bd9, #7b56e1);
}
tr.headerArae th.powerTh:nth-child(3){
    background-image: linear-gradient(to right, #004b4e, #006867, #00867c, #00a68f, #00c69e);
}
tr.headerArae th.powerTh:nth-child(5){
    background-image: linear-gradient(to right, #0161cb, #0082dc, #009ddb, #00b6d0, #02cbc1);
}
th.arrowList {
    padding-right: 30px;
    position: relative;
    font-size: 18px;
    text-align: right;
}
th.arrowList::before{
    content: "";
    background-image: url(../image/arrow.png);
    width: 22px;
    height: 69px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
th.arrowReferral::before{
    content: "";
    background-image: url(../image/arrow3.png);
    width: 22px;
    height: 40px;
    position: absolute;
}
/*--- Edited by Sourav */
th.arrowPayment::before{
    content: "";
    background-image: url(../image/arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 180px;
    position: absolute;
}
/*--[End of] Edited by Sourav */
.bgGreen td{
    background: rgb(0 165 137 / 50%);
}
.bgBlue td{
    background: rgb(0 165 137 / 10%);
}
.bgYellow td{
    background: rgb(217 169 53 / 20%);
}
.course-search-form {
    padding: 80px 0 60px 0;
    position: relative;
    overflow: hidden;
    background: #1f232c;
    text-align: center;
}
.course-search-form.shape-style:before {
    content: '';
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/shape2.png) no-repeat center top;
    background-size:cover ;
}

.SerchFormBox {
    display: flex;
}
.SerchFormBox .icon {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 15px;
    font-size: 16px;
    color: #0489c7;
    box-shadow: 0px 3px 5px #323232;
}
.serhForm {
    margin-top: 40px;
}
.SerchFormBoxWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.SerchFormBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 15px;
}
.SerchFormBox  a{
    color: #fff;
    font-size: 16px;
}
.footerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerBox p a{
    color: #ddd;
}
.footerBox ul {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #00aeff;
}

.footerBox ul li {
    margin-left: 10px;
}
.footerBox ul li a {
    color: #fff;
    font-size: 20px;
}
.footer{
    background: #000;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
}
.btnContact {
    margin-top: 15px;
}
.btnContact a {
    background: #00d;
    color: #fff;
    font-size: 17px;
    padding: 12px 30px;
    border-radius: 50px;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btnContact a:hover{
    background: #0082dc ;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.siteWrapAdd{
    position: relative;
}
.siteWrapAdd::before{
    content: '';
    width: 104px;
    height: 245px;
    position: absolute;
    top: 60%;
    left: 0;
    background: url(../image/sitewrap.png) no-repeat center top;
    transform: translate(0, -40%);
}
.tableSection .textleft{
text-align: left;
}
.bannerBox .topHeaderBtn {
    display: inline-block;
}
.bannerArea.termsConditions{
    background: url(../image/termsBg.jpg) no-repeat center top;
    background-size: auto;
    background-size: cover;
    height: 300px;
}
.termsCondBody {
    margin: 50px 0px;
  }
  .textTerms p {
    position: relative;
    color: #464646;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .textTerms h5 {
    font-size: 24px;
    margin-top:15px;
    margin: 15px 0px;
    color: #4749de;
  }
  /* .textTerms ul {
    padding-left: 25px;
  } */
  .textTerms ul li{
    margin-bottom: 10px;
    color: #464646;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .footerBox p a:hover{
    color:#ffd000 ;
  }
  
.skillSetBox table td span.oldPrice {
    text-decoration: line-through;
    font-size: 13px;
    color: #6c6b6b;
    margin-right: 10%;
    display: inline-block;
}
