@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Roboto', sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	font-family: 'Roboto', sans-serif;
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:30px;
}
p {
	line-height: 26px;    
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 25px 0 0;
    padding: 0 4%;
}
.header.landing_page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 25px 4%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin: 0 !important;
}
header .phone {
    text-align: right;
}
header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 6px 25px !important;
    border-radius: 50px;
    color: #000 !important;
    background: #ef4231 !important;
    font-weight: 600;
}
/*########################################################*/
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: none;
}
#cssmenu > ul {
    text-align: right;
}
#cssmenu > ul > li {
    float: none;
    display: inline-block;
}
#cssmenu > ul > li > a {
    padding: 0;
    margin: 4px 25px;
    font-size: 17px;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    background: transparent;
}
#cssmenu > ul > li:first-child > a {
    padding-left:0 !important;
    margin-left:0 !important;
}
/*#cssmenu > ul > li > a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border-left: 14px solid #f72585;
    background: #f72585;
    bottom: -8px;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}*/
#cssmenu > ul > li.has-sub > a {
    margin-right: 0 !important;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #f8a125;
    border-bottom: none !important;
}
/*#cssmenu > ul > li:hover > a::before, #cssmenu > ul > li.active > a::before {
    height: 3px;
    opacity: 1;
}*/
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu ul ul li a {
    padding: 10px 14px;
    width: 228px !important;
    font-size: 15px;
    background: #fff;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #00092e;
    /*text-transform: uppercase;*/
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    background: #d63d32;
    color: #fff;
}
#cssmenu ul ul {
    z-index: 9999;
    text-align: left;
    box-shadow: 1px 0 11px rgb(0 0 0 / 26%);
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #f8a125;
}
.header.inner_header #cssmenu > ul > li > a {
    color: #000;
}
.header.inner_header #cssmenu > ul > li.has-sub > a::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.header.inner_header #cssmenu > ul > li:hover > a, .header.inner_header #cssmenu > ul > li.active > a {
    color: #f8a125;
}
.header.inner_header #cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #f8a125;
}
.header.inner_header #cssmenu #menu-button::before {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
.header.inner_header #cssmenu #menu-button::after {
    background: #000;
}
/*############################### Menu ############################*/
.banner {
    width: 100%;
    background: #fff;
    position: relative;
    min-height: 100vh;
}
.no-pad-gap {
	padding: 0 !important;
}
.banner_img {
    float: right;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.banner_img img {
    width: 100%;
    /*object-fit: cover; */
    height: 100%;
}
.banner_content {
    position: absolute;
    content: '';
    top: 38%;
    left: 5%;
}
.banner_content h2 {
    font-size: 100px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.banner_content h2 span {
    display: inline-block;
    font-weight: 700;
}
.banner_content h2::before {
    position: absolute;
    content: '';
    background: url('../../../images/aifset_theme/underline1.png') no-repeat top left;
    width: 105px;
    height: 10px;
    bottom: 0;
    left: 0;
}
.banner_content h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
/*.banner_content_img_sec {
    height: 94px;
    width: auto;
}
.banner_content_img_sec img {
    width: 100%;
    height: 100%;
}*/
.banner_content ul {
    padding: 0 0 0 20px;
    margin: 40px 0 0;
    list-style-type: disc;
}
.banner_content ul li {
    display: list-item;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
}
/*.banner_content h3 {
	display: inline-block;
	color: #fff;
	background: #e74751;
	font-size: 52px;
	font-weight: 600;
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 99;
	line-height: 55px;
}*/
.banner_link {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.6) !important;
    display: inline-block;
}
.banner_link i {
    display: inline-block;
    margin-right: 10px;
    color: rgba(255,255,255,1) !important;
}
.banner_link:hover {
    color: rgba(255,255,255,1) !important;
}
.black-text {
	display: inline-block;
	color: #000;
}
.white-text {
    display: inline-block;
    color: #fff;
    margin-left: 12px;
}
.form_title {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
}
.banner_form_sec {
    background: #000;
    padding: 20px;
    width: 350px;
    border-radius: 10px;
    position: absolute;
    top: 15%;
    right: 60px;
    z-index: 99;
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.form-control {
    height: 35px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e7f1fd;
}
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.submit-btn {
	background: #e74751;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
}
.submit-btn:hover {
	background: #a63238;
	color: #fff;
}
.no-padding {
	padding: 0!important;
}
.social_media {
    padding: 0;
    margin: 0 0 0 10px;
    text-align: right;
    float: right;
}
.social_media li {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-right: 5px;
}
.social_media li:last-child {
	margin-right: 0px;
}
.social_media li a {
    display: inline-block;
    width: 35px !important;
    line-height: 31px !important;
    text-align: center;
    border: 2px solid #fff !important;
    border-radius: 50px;
    color: #27286d !important;
    background: #fff !important;
    padding: 0 !important;
}
.social_media li a:hover {
	color: #fff;
	border: 2px solid #e74751;
	background: #e74751;
}
.home .footer_wrap {
    border-top: 1px solid #fff;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 4%;
    background: #000;
} 
.footer_wrap {
    width: 100%;
    padding: 10px 4%;
    background: #161616;
}
.terms_link {
	font-size: 15px;
	font-weight: 600;
	color: rgba(255,255,255,0.6) !important;
	/*text-transform: uppercase;*/
	display: inline-block;
}
.terms_link:hover {
	color: rgba(255,255,255,1) !important;
}
.footer_wrap p {
	font-size: 15px;
	font-weight: 600;
	color: rgba(255,255,255,0.6) !important;
	/*text-transform: uppercase;*/
	margin: 0;
}
.visit_ctpl_link {
	font-size: 15px;
	font-weight: 600;
	color: rgba(255,255,255,1) !important;
	float: right;
}
.visit_ctpl_link i {
	display: inline-block;
	margin-left: 10px;
}
/*############################# NEW #############################*/
header.inner-header {
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding: 10px 0;
    background: #f7f7f7;
}
.inner-header .logout a#dropdownMenuButton {
    padding-right: 25px;
}
.inner-header .logout .dropdown.show .dropdown-menu.show {
    left: 0;
    transform: translate3d(-25px, 50px, 0px) !important;
}
button.ui.blue.button.pay_now_btn {
    color: #fff;
}
a.btn.btn-link.frmReg, a.btn.btn-link.frmLogin, a.btn.btn-link.forPwd.showifvalid {
    width: 100%;
    color: #ffc107;
}
.link3{
    display: inline-block;
    color: #000;
}
.link3:hover{
    color: #ad0a20;
    text-decoration: none;
}
button#removecoupon {
    background: #80070d;
    border-color: #80070d;
    color: #fff;
}
.bg-secondary {
    background-color: #000 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input:-webkit-autofill
{
 -webkit-text-fill-color: #000 !important;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
button#applycoupon {
    /* padding: 6px 15px; */
    /* background: #d63d32; */
    height: 49px;
}
#fdsformsteps .form-control {
    height: 35px !important;
    font-size: 14px !important;
    color: #555 !important;
    background-color: #f8f9fa !important;
    border: 1px solid #ced4da !important;
}
button.ui.blue.button.pay_now_btn {
    padding: 5px 15px;
    background: #d63d32 ;
}
.position-ref.full-height.form_sec .form_title {
    color: #000;
}
.copyright {
    background: #3e485b;
    width: 100%;
    padding: 10px 0 0;
    color: #fff;
    position: relative;
    z-index: 99;
}
.copyright h6 {
    color: #fff;
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 7px;
}
.copyright h6 a {
    color: #ffc107;
    font-weight: 600;
}

.banner_form_sec .form-control:disabled, .banner_form_sec .form-control[readonly] {
    background: #333333;
    color: #fff;
}
.walkin-btn {
    display: inline-block;
    font-size: 16px;
    background: #ff4638;
    color: #fff;
    padding: 8px 40px;
    position: absolute;
    top: 25px;
    right: 0;
}
.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    padding: 0;
    background: #dc3545;
}
.jconfirm-title-c {
    background: #fae1e3;
    padding: 10px !important;
    font-size: 18px !important;
}
.jconfirm-content-pane {
    background: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 14px !important;
    line-height: 19px !important;
    margin: 0 !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 10px;
    padding-right: 10px;
}
.jconfirm-cell {
    background: rgba(0,0,0,0.6);
}
.placement_wrap {
    padding: 70px 0 0;
    position: relative;
    background: #bbc0c7;
}
.placement_wrap::before {
    position: absolute;
    content: '';
    background: url(../../../images/about_course_bg.jpg) no-repeat top right / 100% 100%;
    width: 35%;
    /*height: calc(100% + 200px);*/
    height: 100%;
    top: 0px;
    right: 0;
}
.placement_wrap h2 {
    font-size: 70px;
    font-weight: 700;
    color: #0d1931;
    margin: 0 0 60px 40px;
}
.placement_wrap .icon_content_sec {
    margin-left: 3%;
}
.placement_wrap .icon_content_sec ul li {
    margin-bottom: 20px; 
    float: none;
    display: block;
}
.placement_wrap .icon_content_sec ul li:nth-child(1) {
    width: 54%;
}
.placement_wrap .icon_content_sec ul li:nth-child(2) {
    width: 64%;
}
.placement_wrap .icon_content_sec ul li:nth-child(3) {
    width: 74%;
}
.placement_wrap .icon_content_sec ul li:nth-child(4) {
    width: 84%;
}
.placement_wrap .icon_text {
    background: #811615;
    float: none;
    width: 100%;
    height: 92px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.placement_wrap .icon_content_sec ul li:nth-child(2) .icon_text, .placement_wrap .icon_content_sec ul li:nth-child(4) .icon_text {
    background: #0d1931;
}
.placement_wrap .icon_text p {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-align: left;
    line-height: 31px;
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon_numbers {
    width: 170px;
    text-align: center;
    float: right;
    background: #fff;
    height: 100%;
    font-size: 44px;
    font-weight: 700;
    color: #ff4638;
    line-height: 92px;
    position: relative;
    padding-left: 12px;
}
.icon_numbers::after {
    position: absolute;
    content: '';
    border-top: 46px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 46px solid transparent;
    top: 0;
    right: -30px;
}
#dataFormRegistration input.btn.btn-warning.btn-block {
    margin-top: 5px;
}
#dataFormRegistration a.btn.btn-danger.btn-block.frmLogin {
    margin-top: 10px;
}
#dataFormLogin a.btn.btn-danger.btn-block.frmReg {
    margin-top: 10px;
}
.banner-call-btn {
    display: inline-block;
    font-size: 20px;
    background: #ffc107;
    color: #000;
    padding: 8px 30px;
    position: absolute;
    z-index: 999;
    top: 393px;
    left: 60px;
}
.banner-call-btn:hover {
    background: #ff4638;
    color: #fff;
}
.apply-now-btn {
    display: inline-block;
    font-size: 20px;
    background: #ffc107;
    color: #000;
    padding: 10px 40px;
    margin: 20px 0 0 0px;
}
.apply-now-btn:hover {
    background: #ff4638;
    color: #fff;
}
header.inner-header .logo img {
    width: auto;
    height: 56px!important;
}
.card-header, .card-footer {
    border-color: rgba(0, 0, 0, 0.03);
    background: #000 !important;
    color: #fff;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.15rem;
    font-size: 80%;
    color: #f44336;
    text-align: left;
    line-height: 11px;
}