/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&family=Teko:wght@300;500;600&display=swap'); */
html, body {
	margin:0;
	padding:0;
}
.sec-menu {
	position: relative;
    display: inline-block;
    padding: 31px 3px;
}
.country-name{color:#5b5a5a !important;}
.bread-crm {
	position: relative;
    text-align: left;
    padding: 10px 0;
    width: 100%;
}
.course-name {
    color: #fe7d01;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 1%;
}
.legible {
    max-width: 48.75rem !important;
    text-align: center;
    margin: 1% auto;
    text-transform: initial;
    font-size: 18px;
    font-weight: 500;
}
/* .tarinig-place {
	color: #fe7d01;
    font-size: 22px;
    text-transform: initial;
    font-weight: 500;
	    margin: 10px auto;
} */
.tarinig-place {
    color: #fe7d01;
    font-size: 17px; 
    text-transform: initial;
    font-weight: 600;
    margin: 1% auto;
    border: 2px solid;
    width: 50%;
	padding: 2px;
}

.training-place {
    color: #fe7d01;
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    margin: 15px auto;
    border: 2px solid;
    width: 30%;
    padding: 5px;
    margin-bottom: 2%;
}

.countdown {
/*   display: flex; */
    margin: 20px auto;
}
.countdown span, .countdown h1 {
    color: #fe7d01;
    font-weight: 500;
}
.countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
}
.countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
	display: block;
    font-size: 35px;
    line-height: 1em;
}
.countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
    display: block;
    font-size: 26px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
}
.custom-btn {
	display: inline-block;
    padding: 13px 34px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
	margin: 10px;
	cursor: pointer;
}
.suctm-bg {
	background: #fe7d01;
    color: #fff !important;
}
.suctm-qiut-bg{
	border: 1px solid #fe7d01;
    color: #fff !important;
} 
.sect-2 {
	background:#f1fafe;
	padding-top:45px;
	padding-bottom:45px;
}
.no-padding{
	padding:0;
}
.progrm-sec {
	margin-bottom: 20px;
 /*    min-height: 181px;
    max-height: 181px; */
    overflow: hidden;
}
.pro-sec-pra {
	    min-height: 147px;
    max-height: 147px;
    overflow: hidden;
}
.program-over{
	    background: #fff;
    padding: 20px;
}
.progrm-ovor{
    font-size: 29px;
    color: #034ea2;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.program-over .duration-detail {
    height: auto;
	padding: 10px
}
.offer-sec{
	background:url(../img/ofer-right-img.png);
	padding: 14px 15px;
    color: #fff;
	margin-bottom: 20px;
}
.offer-sec small{
    font-size: 12px;
    display: block;
    padding: 10px 0 0;
}
.offer-perc{
	font-size: 35px;
    color: #fe7d01;
}
.offer-cont{
	    font-size: 17px;
    color: #fe7d01;
}
.block-sec{
	border: 1px solid #c4c6c8;
    text-align: center;
    padding: 10px;
	margin-bottom: 20px;
}
.block-sec h3{
	color:#034ea2;
	font-size:24px;
}
.block-hours {
	text-align: left;
    line-height: 20px;
}
.bl-tm{
    margin: 20px 0 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
}
.bl-enrl {
	margin: 10px 0 0;
}
.who-shd-atn-sec{
	background:url(../img/who-should-atn.png);
	padding: 9px 15px;
    color: #fff;
	margin-bottom: 20px;
}
.who-shd-atn-sec h3 {
	color:#fe7d01;
	font-size:22px;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: themify;
   content: "\e61a";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.course-detals .sub-hdng .hv{
	background: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
    padding: 8px 25px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
	width: auto;
}
.moduls{
	margin-top:20px
}
	.panel-group .panel {
		border-radius: 0;
		box-shadow: none;
		border-color: #EEEEEE;
	}

	.panel-default > .panel-heading {
		padding: 0;
		border-radius: 0;
		color: #212121;
		background-color: #FAFAFA;
		border-color: #EEEEEE;
	}

	.panel-title {
		font-size: 14px;
	}

	.panel-title > a {
		display: block;
		padding: 15px;
		text-decoration: none;
	}

	.more-less {
		float: right;
		color: #212121;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #EEEEEE;
	}
.tools-sec{
	    padding: 40px 20px;
		text-align:center
}
.tools-co-hdng{
	color: #034ea2;
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tools-sec img{
	margin: 10px;
    /* -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6); */
    /* box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6); */
    border-radius: 2px;
}
.seo-relt-cont-bg{
	background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 50px 25px;
    text-align: center;
	margin-bottom: 50px;
}	
.seo-relt-cont {
    /*margin: 10px;
	-webkit-box-shadow: 0 3px 16px 0 rgba(35, 33, 33, 0.27); */
    /* box-shadow: 0 3px 16px 0 rgba(35, 33, 33, 0.27); */
    /* border-radius: 2px; */
    /* background: #fff;
    padding: 30px; */
    text-align: left;
    color: #fff;
    font-size: 17px;
}
.sec-register{
	background: linear-gradient(to bottom,#1b67b0 0%,#23b7d1 100%);
    padding: 50px 25px;
    text-align: center;
}
.sec-register h3{
	font-size: 26px;
    margin-bottom: 25px;
    color: #fff;
}
.sec-register .form-control{
	background: #f1fafe;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    height: 40px;
}
.sec-register .inf {
    color: #fff;
    padding: 25px 0 20px;
    font-size: 18px;	
}
.our-caths {
	background: #f1fafe;
    padding: 40px 0 14%;
}
.our-caths-sec2{
	    background: #fff;
    padding-bottom: 70px;
}
.our-caths h3{
	font-size: 26px;
	text-align:center;
	color:#034ea2;
	font-weight: 600;
}
.our-caths h2{
	font-size: 26px;
	text-align:center;
	color:#034ea2;
	font-weight: 600;
}
.catch-box {
	text-align: center;
    -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    background: #fff;
	    margin-top: -90px
}
.cat-name1{
	color:#fe7d01;
	font-size:20px;
	margin: 10px;
}
.cat-name2{
	color:#034ea2;
	font-size:20px;
	margin: 10px;
}
.cat-name3{
	color:#fe7d01;
	font-size:20px;
	margin: 10px;
}
.catch-box .cat-border1{
	background: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
    padding: 0px;
}
.catch-box .cat-border2{
    background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 0px;
}
.catch-box .cat-border3{
	background: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
    padding: 0px;
}
.cat-border1{
	background: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
    padding: 8px;
}
.cat-border2{
    background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 8px;
}
.cat-border3{
	background: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
    padding: 8px;
}
.catch-content {
    padding: 0 20px 0px;
    /* min-height: 243px; */
	height: 186px;
    overflow-y: hidden;
}
.catch-content-more {
    height: auto ! important; 
}
.catch-content ul {
	text-align: left;
}
.catch-content ul .info-course__item {
    margin-bottom: 5px;
}
.catch-box a {
	text-align: right;
    color: #fe7d01;
    padding: 0 20px 13px;
    display: block;
}
.img-cah {
	    margin-top: -50px;
    display: inline-block;
}
.certificate-sec{
	background: #f1fafe;
    padding: 50px 25px;
}
.certificate-img{
	text-align: right;
}
.certificate-img img{
	-webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    border: 5px solid #fff;
    border-radius: 5px;
}
.ali-cen {
	    align-items: center;
    display: flex;
}
.ali-cen h3{
	font-size: 26px;
    text-align: left;
    color: #034ea2;
    margin-bottom: 10px;
	font-weight: 600;
}
.re-program{
	background: url(../img/re-program.png);
    padding: 50px 25px 60px;
    text-align: center;
}
.re-program h3{
	font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
	font-weight: 600;	
}
.course-box {
	background: #fff;
}
.course-box .course-namew {
    color: #fe7d01;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 15% 0px;
    margin-top: 10px;
    padding: 10px;
    min-height: 144px;
}
.course-box .course-namew h3 {
    color: #034ea2;
    font-size: 20px;
    padding: 40px 0 10px;
}
.course-box .course-namew .course-namew-a1{
	    background: #034ea2;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 55px;
}
.course-box .course-namew .course-namew-a2{
	    background: #fe7d01;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 55px;
}
.course-box  .dura {
	text-align: left;
    color: #fff;
}
.course-box   .pric {
	    text-align: right;
    color: #fff;
}
.faq-sec {
	padding: 50px 25px;
}
.faq-sec h2{
	font-size: 29px;
    color: #034ea2;
    margin-bottom: 20px;
	font-weight: 600;	
}
.faq-sec h3{
	font-size: 29px;
    color: #034ea2;
    margin-bottom: 0px;
	font-weight: 600;	
}
.faq-sec .panel-title > a:before {
  content: "\e622";
  float: right !important;
  position: relative;
  top: 5px;
  display: inline-block;
    font-family: themify;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.faq-sec .panel-title > a.collapsed:before {
  content: "\e61a";
}
.faq-sec .panel-title > a {
  text-decoration: none;
}
.faq-sec .panel-warning>.panel-heading {
    background: #034ea2;
    border-color: #034ea2;
    border-radius: 0;
    padding: 7px 10px;
}
.faq-sec .panel-title > a {
    color: #fff;
    text-transform: initial;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    word-spacing: 0;
}
.partner-sec {
    padding: 50px 25px 60px;
    text-align: center;
}
.partner-sec h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #034ea2;
	font-weight: 600;	
}
.pmidigit {
    color: #034ea2;
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
    margin: 0;
    text-transform: capitalize;
}
.cc-select {
    display: block;
    background: initial;
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #5d5d5d;
}
.cc-select option {
    color: #333;
}
.month-list {
    margin: 35px auto 20px;
}
.month-list li {
    display: inline-block;
    margin-right: 7px;
}
.month-list li a {
    color: #5d5d5d;
    border: 1px solid #5d5d5d;
    border-radius: 3px;
    padding: 7px 20px;
    font-size: 17px;
}
.month-list li a .flaticon-calendar:before {
	    margin-left: 0;
}
.month-list li .current-month {
    background: #fe7d01;
    color: #fff;
    border-color: #fe7d01;
}
.BannerSection__programStats__box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /* height: 100%; */
    z-index: 10;
    border-radius: 4px;
    padding: 4px 5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
}
.BannerSection__programStats__box li {
    padding: 0 10px;
}
.BannerSection__programStats__static__label {
    font-size: 15px;
    font-weight: 700;
    color: #252525;
    margin: 5px 0;
}
.smartness-overloaded {
    all: unset;
}
.BannerSection__programStats__static__desc {
    font-size: 14px;
    font-weight: 400;
    color: #666e75;
    margin: 5px 0;
}
.BannerSection__programStats__static__label .enroll-now {
	    background: #fe7d01;
    color: #fff;
    border-color: #fe7d01;
    border-radius: 3px;
    padding: 6px 15px;
    font-size: 15px;
    display: block;
    margin: 12px auto;
}
.duration-detail {
	background: #f1fafe;
    padding: 20px;
	height: 277px;
}
.duration-detail h3 {
	font-size: 21px;
    color: #034ea2;
    text-align: center;
}
.duration-detail .ls {
    margin-bottom: 10px;
    margin-top: 10px;
    align-items: center;
    display: flex;
}
.dura-tm {
	color: #034ea2;
    font-size: 20px;
    font-weight: 600;
}
.course-price-dtl {
	    padding: 0 0 40px 0;
	    margin-top: 4%;
}
.moduls .panel-warning>.panel-heading {
	background: transparent;
    padding: 5px 8px;
    border-color: #c9c9c9;
	position: relative;
}
.moduls .panel-title > .colsp:before {
    content: "\e622";
    float: right !important;
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: themify;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #fe7d01;
}
.moduls .panel-title > .colsp.collapsed:before {
  content: "\e61a";
}
.moduls .panel-title > .colsp {
  text-decoration: none;
      padding: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    word-spacing: 0;
    text-transform: initial;
}
.moduls .panel-title > .colsp-content:before {
    display: none;
}
.moduls .panel-title > .colsp-content{
	cursor: default;
}
.moduls .assignment {
	position: absolute;
    right: 70px;
    bottom: 3px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    color: #5d5d5d;
    background: #f2f5f9;
}
.moduls .assignment-act{
	background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    color: #fff;
}
.prequest-ul li{
	color: #034ea2;
}
.prequest-ul li span {
	width: 18px;
    height: 18px;
    background: #fe7d01;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 18px;
}
.prequest-ul li span i{
	    font-size: 11px;
}
.datepicker {
  display: inline-block;
}

.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}
.reviw-sec {
	padding: 50px 25px 60px;
}
.reviw-sec h4 {
	font-size: 26px;
    margin-bottom: 10px;
    color: #034ea2;
    font-weight: 600;	
}
.rating-block {
	text-align: left;
}
.reviw-sec .sr{
	align-items: center;
    display: flex;
    margin-bottom: 5px;
}
.reviw-sec .progress{
    height: 9px;
    margin-bottom: 0;
}
.reviw-sec  .progress-bar{
	background: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
}
.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}
.rating-star {
	display: inline-block;
}
.rating-star li{
	display: inline-block;
}
.rating-star li i{
font-size: 23px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
}
.over-rating {
	color: #034ea2;
    font-size: 35px;
    font-weight: 500;
}
.f-top-list{
	text-align: left;
}
.f-top-list li{
	display: inline-block;
    margin-right: 15px;
}
.f-top-list li a{
	color: #fff;
}
.thim-contact-list li {
    line-height: 26px;
    font-size: 15px;
    display: flex;
    align-items: baseline;
    color: #fff;
/*     text-align: justify; */
    margin-bottom: 10px;
}
.thim-contact-list li i {
    font-size: 18px;
    min-width: 28px;
    color: #fe7d01;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.w-100 {
    width: 100% !important;
}
.input-group-append, .input-group-btn, .input-group-prepend {
    font-size: .9375rem;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.subscr{
    margin-bottom: 30px;	
}
.subscr .form-control{
	    padding: 7px 12px;
    font-size: 16px;
    height: 42px;
    border: 0;
}
.subscr button {
	padding: 8px 20px;
    background: #fe7d01 !important;
    font-size: 17px;
    border-color: #fe7d01 !important;
}
.ftr-mid-sec{
	    margin-top: 40px;
}
.emg-tech li{
	    background: #1f3659;
    border-radius: 3px;
    padding: 3px 15px;
	    margin-bottom: 8px;
}
.emg-tech li a{
	color:#fff
}
.emg-tech li a:before{
    content: "\e649";
    float: right !important;
    position: relative;
    top: 9px;
    display: inline-block;
    font-family: themify;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
}
.list-unstyled {
    padding-left: 15px;
    list-style: none;
    margin-top: 6px;
    font-size: 14px;
    line-height: 23px;
}
.list-unstyled .mn
{
	    margin-bottom: 6px;
}
.g-mr-5 {
    margin-right: 0.3571428571rem !important;
    color: #fff !important;
}
.footer-hdng {
    font-weight: 600;
}
.d-inline {
    display: inline !important;
}
.list-inline {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding: 0;
}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
.cors-dtl{
	margin-top:0px;
}
.cors-dtl a i, .cors-dtl a i{
	font-size: 19px;
    margin-left: 8px;
}
.cors-dtl a[aria-expanded=true] .ti-arrow-circle-down {
  display: none;
}
.cors-dtl a[aria-expanded=false] .ti-arrow-circle-up{
  display: none;
}
.cors-dtl h3 a{
    background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 8px 25px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    display: inline-block;
}
.cors-dtl .panel-collapse { }

/* Home page */
.max {
	max-width: 520px;
    margin: 50px auto 30px;
    text-align: center;
}
.max h1{
    color: #034ea1;
    font-size: 29px;
    font-weight: 500;
}
.max h3 {
    color: #034ea1;
    font-size: 29px;
    font-weight: 500;
}
.max1 {
	    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}
.home-page .header-section {
    position: relative;
    margin-bottom: 0;
    margin-top: 50px;
}
.pro-cat .courses__content{
	min-height: 167px;
}
.pro-cat .courses__wapper {
    border: solid 1px rgb(255, 255, 255);
}
.pr-course-name {
	font-size: 16px;
    color: #5d5d5d;
    display: block;
    padding-top: 10px;
	text-align: center;
	min-height: 82px;	
}
.domain-ana {
	    margin-bottom: 4%;
}
.domain-ana .rating-star{
	    padding: 10px;
}
.basic-padding{
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    background-color: #fff;
    text-align: center;
}
.image-hover {
  background: #000;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-hover .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0;
    text-align: left;
}
/* .image-hover .overlay::before {
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
} */
.image-hover img {
	    width: 100%;
	    opacity: .3;
/*   -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  max-width: none;
  width: calc(100%);
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); */
}
.image-hover h4 {
  padding: 15% 0 10px;
  color: #fff;
  position: relative;
  font-size: 19px;
      text-align: center;
}
.image-hover .btn-hover {
  display: inline-block;
  color: #fff;
  opacity: 0;
  margin: 0;
    padding: 6px 20px;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
      background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    border: 0;
    color: #fff;
	border-radius:0;
}
.image-hover:hover img {
  opacity: .3;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.image-hover:hover .overlay::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover:hover .btn-hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.road-map-sec {
    padding: 100px 0;
    background-size: cover;
}
.road-map-my {
    background: url(../img/roadmap-bg.jpg) no-repeat;
	background-size: cover !important;
}
.road-map-ind {
    background: url(../img/roadmap.jpg?v=1.1.2) no-repeat;
	background-size: cover !important;
}
.road-map-sec h3{
	color: #034ea1;
    font-size: 29px;
    font-weight: 500;
}
.road-map-sec p{
	    margin: 10px 0 25px;
}
.road-map-sec .button-default {
	font-size:15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    padding: 13px 44px;
}
.get-rec-sec {
	padding: 50px 0;
	background: url(../img/get-recom.jpg);
	    margin: 60px auto;
		text-align:center
}
.get-rec-sec h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
}
.get-rec-sec p{
	    color: #fff;
    margin: 10px 0 25px;
}
.get-rec-sec .button-default {
	font-size:15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    padding: 13px 44px;
}
.personal-lern-sec {
    background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 50px 0 15px;
    margin-bottom: 80px;
    text-align: center;
}
.personal-lern-sec  .max1 h3{
	color: #ffffff;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 10px;
}
.personal-lern-sec  .max1 p{
	color:#fff
}
.personal-lern-sec .tabs{
  background-color:transparent;
  padding-top:30px;
  padding-bottom:30px;
}
.personal-lern-sec .tabs .tab-content {
	    background: #fff;
}
.personal-lern-sec .tabs .tab-pane{
      padding: 40px;
	  padding-bottom: 0px;
}

.personal-lern-sec .tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:60px;
}

.personal-lern-sec .tabs p{
  font-size:14px;
}

.personal-lern-sec .tabs a {
    font-size: 17px;
    font-weight: 700;
    padding: 20px 10px;
    align-items: center;
    display: flex;
}

.personal-lern-sec .tabs li a {
    background-color: #ffffff;
    margin-top: 0;
    text-align: left;
    border-radius: 0px;
    border: solid 1px rgb(246, 246, 246);
    margin-bottom: 7%;
    box-shadow: 0 5px 15px rgb(238, 134, 47);
}
.personal-lern-sec .tabs li a img {
	    margin-right: 10px;
}
.personal-lern-sec .tabs li.active{
    background-color: #fff;
    color: #034ea1;
}
.personal-lern-sec .nav-pills>li.active>a, .personal-lern-sec .nav-pills>li.active>a:focus, .personal-lern-sec .nav-pills>li.active>a:hover {
    background-color: #ffffff;
    color: #eb592a;
}
.personal-lern-sec .nav-stacked>li+li {
    margin-top: 0;
}
.personal-lern-sec .tab-content .tps{
	margin-bottom: 20px;
	    text-align: left;
}
.personal-lern-sec .tab-content .tps h5{
	padding: 10px 0;
}
.our-differentiators{
    margin-bottom: 4%;
}
.our-differentiators  .tsb {
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
}
.our-differentiators  .tsb .tab-content{
	    padding: 30px;
}
.our-differentiators  .nav-justified>li>a {
	color: #5d5d5d;
    font-size: 16px;
	border-radius: 0;

}
.our-differentiators .nav-pills>li.active>a, .our-differentiators .nav-pills>li.active>a:focus, .our-differentiators .nav-pills>li.active>a:hover {
    color: #fc730d;
    background-color: transparent;
    border: 0px solid;
    border-top: 0;
    border-radius: 0;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
}
.our-differentiators  .tb-imlst{
	text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
	margin: 30px 0;
}
.our-differentiators  .tb-imlst h5{
	padding: 5px 10px 10px;
}
.our-differentiators  .tb-s-imlst {
    align-items: center;
    display: flex;
    text-align: center;
    color: #034ea1;
}
.about-sc {
    padding: 100px 0;
}
.about-sc h3 {
    color: #034ea1;
    font-size: 29px;
    font-weight: 500;
}
.about-sc p {
    margin: 10px 0;
}
.about-sc .ve-cntr{
	align-items: center;
    display: flex;
}
.hrdf-sec {
	    background: #f1fafe;
    margin: 60px auto;	
    padding: 50px 0;
}
.hrdf-sec .hr-ct {
	align-items: center;
    display: flex;
}
.hrdf-sec h3 {
    color: #034ea1;
    font-size: 29px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
}
.hrdf-sec p {
    margin: 10px 0;
}
.hrdf-sec .right-mg {
    width: 100%;
    position: absolute;
    bottom: -172px;
    right: 15px;
}
.testimonial{
        -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
     padding: 20px 20px 20px 120px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
			    text-align: left;
        }

        .testimonial .pic{
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
/*             top: 60px; */
            left: 20px;
        }
.testimonial .pic img{
            width: 100%;
            height: auto;
        }
.testimonial .description{
    font-size: 15px;
    letter-spacing: 0;
    color: #5d5d5d;
    line-height: 25px;
    margin-bottom: 0;
        }
        .testimonial .title{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #034ea2;
    margin: 0;
        }
        .testimonial .post{
    display: inline-block;
    font-size: 16px;
        }
        .owl-theme .owl-controls .owl-page span{
            border: 2px solid #2A3D7D;
            background: #fff !important;
          border-radius:0 !important;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: #29D18B !important;
          border-color:#29D18B;
        }
        @media only screen and (max-width: 767px){
            .testimonial{
                padding: 20px;
                text-align: center;
            }
            .testimonial .pic{
                display: block;
                position: static;
                margin: 0 auto 15px;
            }
        }
.testi-sec .testimonial .rating-star li i {
		font-size: 16px;}
		
.testi-sec .list-course__header__icon {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: initial;
    margin-left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent !important;
    color: #42495b;
    cursor: pointer;
    padding: 5px 20px;
    border: 1px solid #ddd;
}
.testi-sec .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.testi-sec .slick-dots li button {
    font-size: 0;
    line-height: 15px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%
}
.testi-sec .slick-dots li button:before {
    font-size: 0;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ddd;
    content: '';
}
.testi-sec .courses__list .slick-list {
    padding-bottom: 0;
}

.enquiry {
    position: fixed;
    top: 35%;
    right: 0px;
    z-index: 999;
    background: #f48220;
    padding: 30px 10px;
    width: 45px;
}
.enquiry .aplunw{
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
#make-enquiry  .modal-dialog {
	    width: 350px;
}
#make-enquiry .modal-header {
	border:0;
}
#make-enquiry .modal-header .close {
    margin-top: -2px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    color: #a7a6a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
	    opacity: 1;
}
#make-enquiry .modal-content {
    border-radius: 3px;
}

#make-enquiry .modal-content .btn-success {
    webkit-transition: all 400ms cubic-bezier(.4,0,.2,1);
    transition: all 400ms cubic-bezier(.4,0,.2,1);
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    border: 0;
    color: #fff;
    width: auto;
    display: block;
    padding: 13px 37px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    margin: 0 auto;
}
#make-enquiry .modal-content article[role="login"] {
    background: #fff;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px 5px 0;
    margin-bottom: 0;
}
#make-enquiry .modal-content .form-control{
	border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 37px;
    padding: 4px 10px;
    font-size: 15px;
}
#make-enquiry .modal-content  article[role="login"] input[type="submit"] {
/*   padding: 10px 15px;
  font-size: 16px; */
}

#make-enquiry .modal-content  article[role="login"]:hover {
  webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

#make-enquiry .modal-content  article[role="login"] h3 {
  font-size: 26px;
  font-weight: 300;
  color: #23bab5;
  margin-bottom: 20px;
}

#make-enquiry .modal-content  article[role="login"] p {
  font-size: 16px;
  padding: 5px 15px;
}

#make-enquiry .modal-content  .nav-tab-holder {
  padding: 0 0 0 30px;
  float: right;
}

#make-enquiry .modal-content  .nav-tab-holder .nav-tabs {
  border: 0;
  float: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#make-enquiry .modal-content  .nav-tab-holder .nav-tabs > li a{
 
}
#make-enquiry .modal-content .nav-tab-holder .nav-tabs > li  .for-indv {
	    margin-left: 0;
    margin-right: -30px;
}
#make-enquiry .modal-content .nav-tab-holder .nav-tabs > li  .for-bisins{
	margin-left: -30px;
    margin-right: 0;
}
#make-enquiry .modal-content .nav-tab-holder .nav-tabs > li > a {
    background: #e6e7e9;
    color: #6c6c6c;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 80px;
    text-align: center;
    padding: 10px 5px;
    border: 0;
}

#make-enquiry .modal-content .nav-tab-holder .nav-tabs > li.active > a, #make-enquiry .modal-content .nav-tabs > li.active > a:hover, #make-enquiry .modal-content .nav-tabs > li.active > a:focus {
    color: #FFF;
    background-color: #f48220;
    z-index: 9;
}

#make-enquiry .modal-content .mobile-pull {
  float: right;
}

#make-enquiry .modal-content article[role="manufacturer"] {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
  padding: 0 0 40px;
  max-width: 420px;
  margin: -45px auto 0;
}

#make-enquiry .modal-content article[role="manufacturer"] header {
  background: #23bab5;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
}

#make-enquiry .modal-content article[role="manufacturer"] h1 {
  font-size: 26px;
  font-weight: 300;
  border-bottom: 1px solid #f2f2f2;
  padding: 25px 15px;
}

#make-enquiry .modal-content article[role="manufacturer"] ul {
  padding: 0 25px;
}

#make-enquiry .modal-content article[role="manufacturer"] ul li {
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 15px;
  color:#404040;
}

#make-enquiry .modal-content article[role="manufacturer"] ul li i {
  color: #23bab5;
}

#make-enquiry .modal-content .login-signup {
  padding: 0;
}

@media only screen and (max-width: 767px) {
.slider-bnr .carousel-control {
    display: none;
}
 #make-enquiry .modal-content  .mobile-pull {
    float: none;
  }

 #make-enquiry .modal-content  .nav-tab-holder {
    float: none;
    overflow: hidden;
  }

 #make-enquiry .modal-content  .nav-tabs > li > a {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

 #make-enquiry .modal-content  .nav-tabs > li {
    width: 50%;
  }
}

/* Corporate Training */
.section-type-1 {
	    padding-top: 20px;
}
.section-type-1 .ui-slogan {
    color: #034ea2;
    font-size: 24px;
    margin-bottom: 10px;
}
.section-type-1 p{
	    margin: 0px 0 15px;
}
.img-group-1 {
    margin-top: 50px;
}
.img-decor-btm {
    position: relative;
}
.section-type-3 {
    margin-bottom: 50px;
    padding-top: 50px;
}
.b-advantages-1 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 94px;
    border-top: 1px solid rgba(232, 232, 232, 0.54);
}
.corporate-page .b-advantages-1 .b-advantages__icon {
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 34px;
    border-radius: 50px;
    transition: all 0.5s ease;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
	    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
	    color: #f48220;
}
.ui-title-inner {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5d5d5d	;
    margin-top: 0;
    margin-bottom: 0;
}
.section-pricing {
    padding-top: 60px;
    padding-bottom: 50px;
    color: #fff;
}
.corp-training-form {
    display: inline-block;
    width: 100%;
    margin: 30px 6px 60px;
    padding-top: 41px;
    text-align: center;
    vertical-align: bottom;
    color: #666;
    border: 5px solid #f48220;
    background-color: white;
    padding: 40px;
	border-radius: 3px;
}
.corp-training-form .form-control {
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 25px;
    box-shadow: none;
    border-radius: 3px;
}
.corp-training-form  .button-default {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    padding: 13px 44px;
}
.section-pricing h3{
	    font-size: 24px;
}
.area-bg {
    position: relative;
	background-size: cover;
    background-position: bottom;
}
.area-bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: .8;
    background: #00000078;
}
.area-bg__inner {
    position: relative;
    z-index: 110;
}

/* news-event */
.news-event {
	    margin-bottom: 4%;
    padding-top: 20px;
}
.news-event .max{
	    margin-top: 0;
}
.news-event .tb-imlst {
    text-align: left;
    border-radius: 3px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    margin: 0 0 30px 0;
    max-height: 460px;
    min-height: 460px;
    display: inline-block;    
}
.news-event .tb-imlst a img{
	width:100%
}
.news-event .tb-imlst h5 {
    padding: 5px 10px;
    color: #034ea1;
    font-size: 16px;
    font-weight: 600;
	min-height: 58px;
}

#news-events  .modal-dialog {
	    width: 350px;
}
#news-events .modal-header {
	border:0;
}
#news-events .modal-header .close {
    margin-top: -2px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    color: #a7a6a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
	    opacity: 1;
}
#news-events .modal-content {
    border-radius: 3px;
}

#news-events .modal-content .btn-success {
    webkit-transition: all 400ms cubic-bezier(.4,0,.2,1);
    transition: all 400ms cubic-bezier(.4,0,.2,1);
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    border: 0;
    color: #fff;
    width: auto;
    display: block;
    padding: 13px 37px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    margin: 0 auto;
}
#news-events .modal-content article[role="login"] {
    background: #fff;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px 5px 0;
    margin-bottom: 0;
}
#news-events .modal-content .form-control{
	border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 37px;
    padding: 4px 10px;
    font-size: 15px;
}
/* The radio */
.radio {
 
     display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#f8204f;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#f8204f;
    
 
}

/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#d7d7d7;
    border-style:solid;
    border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#f48220;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
	margin-bottom: 10px;
	background-color: #f8204f;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}
.cust-btn:hover{
	
	border-color: #f8204f;
	background-color: #fff;
	color: #f8204f;
	border-radius: 20px;
	transform-style: 2s;
}
.tb-imlst .ulcont {
	padding: 0px 10px 15px;
	min-height: 150px;
}
.tb-imlst ul li {
    list-style-type: none;
    padding: 0 0 0 20px;
    position: relative;
	color: #5d5d5d;
}
.tb-imlst ul li:after {
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 14px;
    color: #ff9600;
    font-family: 'FontAwesome' !important;
    font-weight: 500;
    content: "\f00c";
}
label.error {
    color: #f32323;
    display: flex;
}
input.error{
    margin-bottom: 0px !important;
}


/*Responsive Css*/
@media (max-width: 1025px) {
    .sec-menu {
    padding: 13px 3px;
}
.banner::before {
    background-position: right;
}
.b-advantages-1 {
    padding-left: 80px;
}
}
@media (max-width: 991px) {
.road-map-sec {
    background-position: bottom;
}
.get-rec-sec {
    background-position: center;
}
.reviw-sec .sr {
    display: block;
}
.banner::before {
    background-position: right;
}
.header-top__top .navbar-header {
    float: initial;
}
.sec-menu {
    padding: 10px 3px;
}
.categories {
    margin: 0;
    margin-right: 15px;
}
/*Course Page*/
.catch-box {
    margin-top: 0;
    margin-bottom: 20px;
}
.img-cah {
    margin-top: 0;
}
.catch-content {
    min-height: auto;
}
.b-advantages-1 {
    min-height: 150px;
}
/*Course Page*/
}
@media (max-width: 767px) {

/*Course Page*/
.b-advantages-1 {
    min-height: auto;
}
.catch-box {
    margin-top: 0;
    margin-bottom: 20px;
}
.img-cah {
    margin-top: 0;
}
.catch-content {
    min-height: auto;
}
.ali-cen {
    display: block;
}
.certificate-img {
    text-align: center;
}
/*Course Page*/
    
.banner .banner-box h2 {
    font-size: 34px;
}
.our-differentiators .tb-s-imlst {
    display: block;
}
.our-differentiators .tb-s-imlst h5{
    margin-bottom: 10px;
}
.about-sc .ve-cntr {
    display: block;
}
.partner-sec img {
    margin:0 auto;
    display:block;
}
.reviw-sec .sr {
    display: block;
}
.testi-sec {
    margin-top: 20px;
}
.testi-sec .courses__item.slick-slide {
    height: auto;
    padding: 0;
}
.testi-sec .testimonial {
    margin: 0 0px 30px 0px;
}
.banner .banner-box h2 {
    font-size: 29px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0;
}
.nav-right--notlogin {
    margin: 0;
}
.form-search__input-group {
    width: 100%;
}
.form-search {
    display: block;
}
.sec-menu {
    display: block;
    padding: 0;
}
.sec-menu .menu-main .navbar-nav {
    margin: 0;
}
.menu-main li.menu-main__item {
    margin: 0;
}
.categories {
    padding: 15px 3px 0;
    margin: 0;
    margin-right: 0;
}
.menu-main li.menu-main__item > a.menu-main__link {
    padding: 14px 0 0;
}
.road-map-sec {
    background-position: bottom;
}
.get-rec-sec {
    background-position: right;
}
.banner::before {
    background-position: right;
}
#make-enquiry .modal-dialog {
    width: auto;
}
#news-events .modal-dialog {
    width: auto;
}
#year-end-offer .modal-dialog {
    width: auto;
}
.BannerSection__programStats__box li {
    padding: 0 5px;
}
.BannerSection__programStats__static__label {
    font-size: 13px;
    font-weight: 600;
}
.tarinig-place {
    color: #fe7d01;
    font-size: 14px;
}
.legible {
    display: none;
}
.course-name {
    font-size: 15px;
    margin: 10px 0 0;
    line-height: 20px;
}
.btn-play-group .suctm-bg{
   display: none;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
.banner .banner-box .btn-play-group a {
    width: 190px;
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    border: 0;
    color: #fff;
}
.event a {
    background-color: #ffffff !important;
    color: #f48220 !important;
    border: 1px solid rgba(244, 130, 32, 0.44) !important;
    border-top: 3px solid #f48220 !important;
}
#errordiv #email-error {
	margin-top: -5%;
}
#error-page .main-content h1.error-nmbr {
    color: #fff;
    font-size: 180px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 75px 0px;
    text-shadow: 10px 7px 0px #dadada;
}
#error-page .header .page-title p {
    margin-bottom: 0px;
    color: #969595;
    line-height: 1.62em;
}
#error-page .header .page-title {
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0px;
    text-transform: capitalize;
}
.inno-shadow {
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    padding: 20px;
    border-radius: 3px;
    margin-top: 25%;
}

.ri-ck-arrow {
    margin-right: -10px;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 30px;
    right: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    background: rgba(0, 0, 0, 0.32);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;	
}
.lf-ck-arrow {
    margin-left: -10px;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    background: rgba(0, 0, 0, 0.32);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}
.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}
.carousel-control {
    text-shadow: none;
    opacity: 1;
	display: none;
}
.carousel-control:focus, .carousel-control:hover {
    opacity: 1;
}
.carousel-inner .item {
    margin-bottom: 0;
}
.carousel-indicators  {
    width: 5%;
    bottom: 10%;
    left: 77.5%;
    position: absolute;
    white-space: nowrap;
}
.carousel-inner .item a img {
width: 100%;
}
#year-end-offer  .modal-dialog {
	    width: 350px;
}
#year-end-offer .modal-header {
	border:0;
}
#year-end-offer .modal-header .close {
    margin-top: -2px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    color: #a7a6a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
	    opacity: 1;
}
#year-end-offer .modal-content {
    border-radius: 3px;
}

#year-end-offer .modal-content .btn-success {
    webkit-transition: all 400ms cubic-bezier(.4,0,.2,1);
    transition: all 400ms cubic-bezier(.4,0,.2,1);
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    border: 0;
    color: #fff;
    width: auto;
    display: block;
    padding: 13px 37px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    margin: 0 auto;
}
#year-end-offer .modal-content article[role="login"] {
    background: #fff;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px 5px 0;
    margin-bottom: 0;
}
#year-end-offer .modal-content .form-control{
	border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 37px;
    padding: 4px 10px;
    font-size: 15px;
}
ul#banner_timer {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    display: block;
    text-align: center;
}
ul#banner_timer li {
	display: inline-block;
	margin-left: 35px;
}
ul#banner_timer li span {
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    color: #fe7d01;
}
ul#banner_timer li.seperator {
	font-size: 80px;
	line-height: 70px;
	vertical-align: top;
}
ul#banner_timer li p {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
}
#event-name{
	cursor: pointer;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-nav {
	text-align: center;
}
.owl-next, .owl-prev {	
    background: 0 0;
    font: inherit;
	color: #337ab7 !important;
    padding: 5px 20px !important;
    text-align: center !important;
    display: inline-block !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border: 1px solid #dddddd;
    border-radius: 2px !important;
    margin: 0px 5px !important;
}
.workshop-content .ulcont {
	height: 120px;
    min-height: 120px;
	overflow: hidden;
}
.workshop-content .read-more {
	text-align: right;
    padding: 0 15px 5px;
}
.workshop-content img {
	height: 203px !important;
    max-height: 203px;
}
#options .dropdown-menu>li>a{
	cursor: pointer;
}
.prequest-ul li::before{
	content: "\f058";
	color: orange;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 5px;
}
.country-code{
	width: 100%;
}
#phoneCodeId {
	display: inline-block;
	position: relative;
	float: left;
	padding: 0 7px 7px 7px;
	top: 5px;
	border-bottom: 1px solid #d8d8d8;
}
.phoneCodediv{
	width: 85%;
	float: left;
	border-bottom: 0!important;
	margin-bottom: 0!important;
	position: static;	
}
.phoneCodeinput{
	width: 100%;
	margin-bottom: 15px;
}
#companies-slider .owl-prev, #companies-slider .owl-next, #partners-slider .owl-prev, #partners-slider .owl-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#companies-slider .owl-prev, #partners-slider .owl-prev {
  left: -2rem !important;
  font-size: 30px !important;
  border: none;
}

#companies-slider .owl-next, #partners-slider .owl-next {
  right: -2rem !important;
  font-size: 30px !important;
  border: none;
}
#companies-slider .owl-item img, #partners-slider .owl-item img {
    width: auto !important;
}
.slick-slide img{
	min-height: 51px;
}
/* Innodatatics Start*/
@media (max-width: 767px) {
	#banner_timer {
		display: none!important;
	}
	.month-list li {
		display: inline-block;
		margin-right: 7px;
		margin-bottom: 24px;
	}
	.tarinig-place {
		margin-top: 5%;
	}
	.learn-center-sel{
		margin-top: 3%;
	}	
}
/* Innodatatics End*/
.sec p img{
	width: 100% !important;
}
.banner-rating {
    color: #f1edea;
    font-size: 14px;
    text-transform: none;
    font-weight: 100;
}
.web-read-more{
    text-align: right;
    padding-right: 15px;
}
@media only screen and (min-width: 401px) and (max-width: 960px) {
  .legible {
    font-size: 15px;
  }
  .course-name {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .progrm-ovor {
    line-height: 32px;
}
  #blocation {
	  margin-top: 2%;
  }
}

/* ************************
   04.11: Contact
   ********************* */


   .theme-input-style {
  border: 1px solid #e0e0e0;
  height: 50px;
  width: 100%;
  padding: 0 20px;
}

.theme-input-style:focus {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}

textarea.theme-input-style {
  height: 200px;
  padding: 20px 20px;
}



.contact-info .single-contact-info:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .contact-info .single-contact-info:last-child {
    margin-bottom: 50px;
  }
}

.contact-info .single-contact-info .image {
  margin-right: 30px;

   width: 70px;
   float: left;
}
.contact-info .single-contact-info .media-body {
	width: 200px;
    float: left;
}


.contact-info .single-contact-info h4 {
      font-weight: 500;
    margin-bottom: 4px;
    font-size: 22px;
    color: #333;
}

.contact-info .single-contact-info p a {
  display: block;
}

.contact-info .single-contact-info p a:not(:last-child):after {
  content: ',';
}

.contact-info h3,
.contact-form-wrapper h3 {
  font-weight: 500;
    margin-bottom: 15px;
    font-size: 28px;
    color: black;
}

.contact-info > p,
.contact-form-wrapper > p {
  font-size: 18px;
  margin-bottom: 40px;
}

.contact-form .theme-input-style {
  margin-bottom: 30px;
}



.locations {
  padding-left: 0;
  padding-right: 0; }

.locations   .h1 {
    margin-bottom: 2.25rem; }

.locations   .map {
    position: relative;
    background: url("../img/icon-map.svg") -300px center no-repeat; }

@media screen and (min-width: 48rem) {
      .locations   .map {
        height: 360px;
        background-size: 850px auto;
        background-position: 0 0; } }

@media screen and (min-width: 62rem) {
      .locations   .map {
        height: 480px;
        background-size: 1180px auto;
        background-position: -50px 0; } }

@media screen and (min-width: 73.75rem) {
      .locations   .map {
        background-position: 0 0; } }

@media screen and (min-width: 48rem) {
    .locations   .marker {
      width: 50px;
      height: 50px;
      display: block;
      position: absolute; } }

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .locations   .marker.mountain-view-location {
      left: 99px;
      top: 66px; } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
    .locations   .marker.mountain-view-location {
      left: 95px;
      top: 96px; } }

@media screen and (min-width: 48rem) and (min-width: 73.75rem) {
    .locations   .marker.mountain-view-location {
      left: 145px;
      top: 96px; } }

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .locations   .marker.india-location {
      left: 554px;
      top: 90px; } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
    .locations   .marker.india-location {
      left: 786px;
    top: 186px; } }

@media screen and (min-width: 48rem) and (min-width: 73.75rem) {
    .locations   .marker.india-location {
      left: 786px;
    top: 186px; } }

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .locations   .marker.china-location {
      left: 654px;
      top: 90px; } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
    .locations   .marker.china-location {
      left: 870px;
      top: 134px; } }

@media screen and (min-width: 48rem) and (min-width: 73.75rem) {
    .locations   .marker.china-location {
      left: 868px;
    top: 226px; } }

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .locations   .marker.germany-location {
      left: 392px;
      top: 30px; } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
    .locations   .marker.germany-location {
      left: 505px;
      top: 50px; } }

@media screen and (min-width: 48rem) and (min-width: 73.75rem) {
    .locations   .marker.germany-location {
      left: 555px;
      top: 55px; } }

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .locations   .marker.brazil-location {
      left: 275px;
      top: 225px; } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
    .locations   .marker.brazil-location {
      left: 345px;
      top: 320px; } }

@media screen and (min-width: 48rem) and (min-width: 73.75rem) {
    .locations   .marker.brazil-location {
      left: 390px;
      top: 325px; } }

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .locations   .marker.egypt-location {
      left: 435px;
      top: 90px; } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
    .locations   .marker.egypt-location {
      left: 565px;
      top: 135px; } }

@media screen and (min-width: 48rem) and (min-width: 73.75rem) {
    .locations   .marker.egypt-location {
      left: 615px;
      top: 135px; } }

@media screen and (min-width: 48rem) and (min-width: 48rem) {
    .locations   .marker.uae-location {
      left: 495px;
      top: 105px; } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
    .locations   .marker.uae-location {
      left: 650px;
      top: 155px; } }

@media screen and (min-width: 48rem) and (min-width: 73.75rem) {
    .locations   .marker.uae-location {
      left: 700px;
      top: 150px; } }

@media screen and (min-width: 48rem) {
    .locations   .pin {
      width: 12px;
      height: 12px;
      position: relative;
      top: 19px;
      left: 19px;
      border-radius: 50%;
      z-index: 10;
          background: #009fce;
    background-image: linear-gradient(to right,#009fce 0%,#f58a22 100%);} }

.locations   .pin   .address {
    color: #2e3d49;
    margin-bottom: 3rem;
    font-size: 0.875rem; }

@media screen and (min-width: 48rem) {
      .locations   .pin   .address {
    padding: 24px;
    opacity: 0;
    color: #fff;
    width: 240px;
    position: absolute;
    left: -115px;
    top: -135px;
    visibility: hidden;
    color: #2d5cde;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 30px 0 rgba(0, 86, 106, 0.15); } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
    .locations   .pin   .address {
      width: 288px;
      left: -134px; } }

@media screen and (min-width: 48rem) {
        .locations   .pin   .address:after {
          content: '';
          position: absolute;
          left: 120px;
    height: 35px;
    bottom: -35px;
          display: inline-block;
          border-left: 2px solid #213e92;; } }

@media screen and (min-width: 48rem) and (min-width: 62rem) {
      .locations   .pin   .address:after {
        left: 139px; } }

@media screen and (min-width: 48rem) {
    .locations   .pin:focus   .address, .locations   .pin:hover   .address {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; } }

@media screen and (min-width: 48rem) {
    .locations   .pin-effect {
      top: 10px;
      left: 10px;
      width: 30px;
      height: 30px;
      opacity: 1;
      display: block;
      position: absolute;
      border-radius: 50%;
      background: rgba(2, 179, 228, 0.2);
	      background-image: linear-gradient(to right,rgba(0, 159, 206, 0.3) 0%,rgba(245, 138, 34, 0.3) 100%);
      -webkit-animation: pulsing-pin 2.4s infinite;
              animation: pulsing-pin 2.4s infinite; }
      .locations   .pin-effect.india-location {
        -webkit-animation-duration: 2800ms;
                animation-duration: 2800ms;
        -webkit-animation-delay: 0.15ms;
                animation-delay: 0.15ms; }
      .locations   .pin-effect.china-location {
        -webkit-animation-duration: 3000ms;
                animation-duration: 3000ms;
        -webkit-animation-delay: 0.20ms;
                animation-delay: 0.20ms; }
      .locations   .pin-effect.germany-location {
        -webkit-animation-duration: 2800ms;
                animation-duration: 2800ms;
        -webkit-animation-delay: 0.30ms;
                animation-delay: 0.30ms; } }

@media screen and (min-width: 30rem) {
  .card-container {
    width: 66%;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 48rem) {
  .contain {
    padding-bottom: 6rem; }
  .cards-contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .card-container {
    width: calc(50% - 0.7rem); }
  .locations   .h1 {
    margin-bottom: 4.5rem; } }

@media screen and (min-width: 62rem) {
  .cards-contain {
    margin-bottom: 1.5rem; }
  .card-container {
    width: calc(33% - 0.7rem); } }

@-webkit-keyframes pulsing-pin {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsing-pin {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

/* Contact page */




 .contact_360 {
		    padding: 18px 20px ! important;
    background-color: #f9f9f9 ! important;
    margin-bottom: 30px ! important;
    text-align: left ! important;
    border-bottom: 5px solid #d88d37 ! important;
    border: 1px solid #c3c3c3;
	height: 280px;
	}

	 .contact_360:hover{
		border-bottom: 5px solid #034ea2 ! important;
		background-color: #fff ! important;
	 }

	.contact_ul{
		list-style-type: none;
		margin-top: 20px;
	}
	.icon_color {
		color: #ff9e15;
		font-size: 24px;
		margin-bottom: 10px;
	}


	/* ADDED ON 12-12-2019 */

	.media-body h4{
		 font-weight: bold;
		 color: #333;
	 }

	 .media-body ul{
		 font-size: 16px;
	 }

	 .media-body b{
		 font-weight: bold;
		 color: #333;
	 }


.tophdr-fixed {
	z-index: 999;
    top: 0;
    width: 100%;
   /* -webkit-box-shadow: -0.2px 3px 16px #f4f4f4;*/
    box-shadow: none;
    background-color: #fff;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: fixed;
}
.header-content {
    height: 105px;
    position: relative;
}
.menu-main.fix-header .menu-main__link {
    padding: 0 !important;
}
.menu-main.fix-header .menu-main__item {
    margin: 0 15px;
}
.menu-main.fix-header {
    float: initial;
}	 
.mobile-view-call {
    position: fixed;
    bottom: 80px;
    left: 20px;
    cursor: pointer;
    z-index: 999;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 15px;
    text-align: center;
    line-height: 68px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}
.mobile-view-call {
    display: none;
}
.mobile-view-call img {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 767px) and (min-width: 300px){
.progrm-sec, .pro-sec-pra {
	    max-height: initial;
}
	.progrm-ovor {
    line-height: 32px;
}
	.mobile-view-call {
		display: block;
	}
}
.prvcy-plcy {
    margin-bottom: 20px;}
.prvcy-plcy h4 {
    font-weight: 700;
    color: #42495b;
    font-size: 17px;
    margin-bottom: 3px;
}
.review-num {
font-size: 18px;
color: #252525;
font-weight: 600;
margin-left: 10px;
display: inline-block;
}
strong{
font-weight: 800 !important;
}
.tag-sec {
	    padding: 50px 25px;
}
.course-tags h3{
    font-size: 18px;
    color: #034ea2;
    margin-bottom: 18px;
}
.course-tags-ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.course-tags-ul li {
	display: inline-block;
    margin: 0 5px 8px;
}
.course-tags-ul li a {
    display: block;
    border: 1px solid #e8e8e8;
    height: 35px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    color: #121212;
    border-radius: 3px;
}
#pre-release-offers .modal-dialog {
    width: auto;
}
#pre-release-offers  .modal-dialog {
	    width: 350px;
}
#pre-release-offers .modal-header {
	border:0;
}
#pre-release-offers .modal-header .close {
    margin-top: -2px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    color: #a7a6a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
	    opacity: 1;
}
#pre-release-offers .modal-content {
    border-radius: 3px;
}

#pre-release-offers .modal-content .btn-success {
    webkit-transition: all 400ms cubic-bezier(.4,0,.2,1);
    transition: all 400ms cubic-bezier(.4,0,.2,1);
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    border: 0;
    color: #fff;
    width: auto;
    display: block;
    padding: 13px 37px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    margin: 0 auto;
}
#pre-release-offers .modal-content article[role="login"] {
    background: #fff;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px 5px 0;
    margin-bottom: 0;
}
#pre-release-offers .modal-content .form-control{
	border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 37px;
    padding: 4px 10px;
    font-size: 15px;
}
.news-event .enroll-btn{
padding: 8px 16px;
font-size: 14px;
background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
color: #fff;
font-weight: bold;
border: 1px solid transparent;
margin: 0px 10px 13px;
}
.top-offer-sec {
    background: url(../img/offer-background.jpg);
    background: #357EC7;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.top-offer-sec .days-cnt{
	font-weight: 700;
    font-size: 18px;
}
.top-offer-sec .close-bn{
	position: absolute;
    top: 7px;
    right: 20px;
    margin-top: -2px;
    color: red;
    border-radius: 10%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    background: #fff;
}

/* 27-06-2020 */
.top-ofralg {
	align-items: center;
    display: flex;
}
.ofr-cnt {
	    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-align: center;
}
.ofr-cnt span{
	font-size: 45px;
    font-family: 'Teko', sans-serif;
    padding-right: 10px;
}
.ofr-aplybn {
	background: #fa7d01;
    border-color: #fa7d01;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 18px;
    font-family: 'Rubik', sans-serif;
    border-radius: 3px;
}

/* 27-06-2020 */

.affix-top{
    top: 46px;
}
.affix {
	top: 46px;
}
@media (max-width: 767px){
.top-offer-sec{
    padding-top: 50px;
}
}

/* Start Course banner 
.header {
    width: 100%;
    color: #fff;
    background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, hsla(217, 82%, 15%, 0.8), hsla(217, 82%, 15%, 0.8)), url(../img/course-bnr.png);
    background-size: auto 70px, cover, cover;
    background-position: bottom center, center, center;
    background-repeat: no-repeat;
    padding: 5% 0 0;
    margin-bottom: 5%;
}
.hdr-row {
	margin-bottom: 50px;
}
.header .desc h1 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 300;
    line-height: 48px;
}
.header .desc h1 span{
	    font-weight: 500;
    letter-spacing: 2px;
}
.header .desc .list-points {
    padding-left: 20px;
    list-style: none;
}
.header .desc .list-points li {
padding: 6px 0 6px 0;
font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.list {
	font-size: 17px;
    margin-left: 10px;
}
.header .desc .list-points li:before {
    font-family: "fontAwesome";
    content: "ï†";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ffa500;
}

.videi-ci {
	text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    vertical-align: middle;
    display: flex;
}
.header .videi-ci .playBtn {
    cursor: pointer;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #1c63a9, #5bbfc7);
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    line-height: 55px;
}
.header .wt-cnt{
	display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
flex: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: .6px;
}
.header .wrapCd {
    background: #fff;
    border-radius: 8px;
    padding: 40px 15px;
    text-align: center;
    color: #072047;
}
.header .wrapCd ul.cd {
    padding: 0;
    list-style: none;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.header .wrapCd ul.cd li {
    display: inline-block;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    color: #072047;
    font-size: 14px;
}
.header .wrapCd ul.cd li span {
display: block;
    font-weight: 500;
    font-size: 56px;
    font-family: 'Teko', sans-serif;
    color: #fe7d01;
    line-height: 50px;
}
.header .wrapCd h4{
	color: #072047;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
a.btn-warning {
    background: #fa7d01;
    border-color: #fa7d01;
    color: #fff;
	    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 18px;
}
.header .panelProject {
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    margin-top: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
.header .panelProject ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.header .panelProject ul li {
    padding: 15px;
    color: #808285;
    font-size: 12px;
    margin-top: 3px;
    align-items: center;
    display: flex;
    margin: 0 auto;
}
.panelProject h5 {
	color: #072047;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 8px 0 0px;
}
.vid-sec{
	display: flex;
	text-align:center
}
.bnr-rating {
	text-align: left;
    align-items: center;
    display: inline-block;
    margin-right: 20px;
}
.bnr-rating ul{
	margin-right: 0px;
    display: inline-block;
}
.bnr-rating ul li{
    display: inline-block;
}
.bnr-rating ul li i{
	font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
}
.rt-cnt{
	display: inline-block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.lerns{
	display: inline-block;
}
.lerns .rt-cnt i{
	font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#fa7d01 100%);
}
.rt-sc{
margin-top: 15px;
}
End Course banner */

/* .header {
    position: relative;
	width: 100%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4% 0;
    max-height: 630px;
}

.header .desc {
}
.hdr-row {
	margin-bottom: 50px;
}
.header .desc h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 37px;
    font-weight: 300;
    line-height: 48px;
}
.header .desc h1{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 2px;
}
.header .desc h1 span{
	    font-weight: 500;
    letter-spacing: 2px;
}
.header .desc .list-points {
    padding-left: 20px;
    list-style: none;
}
.header .desc .list-points li {
padding: 6px 0 6px 0;
font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.list {
	font-size: 17px;
    margin-left: 10px;
}
.header .desc .list-points li:before {
    font-family: "fontAwesome";
    content: "ï†";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ffa500;

}

.videi-ci {
	text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    vertical-align: middle;
    display: flex;
}
.header .videi-ci .playBtn {
    cursor: pointer;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #1c63a9, #5bbfc7);
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    line-height: 55px;
}
.header .wt-cnt{
	display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
flex: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: .6px;
}
.header .wrapCd {
    background: #fff;
    border-radius: 8px;
    padding: 40px 15px;
    text-align: center;
    color: #072047;
}
.header .wrapCd ul.cd {
    padding: 0;
    list-style: none;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.header .wrapCd ul.cd li {
    display: inline-block;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    color: #072047;
    font-size: 14px;
}
.header .wrapCd ul.cd li span {
display: block;
    font-weight: 500;
    font-size: 56px;
    font-family: 'Teko', sans-serif;
    color: #fe7d01;
    line-height: 50px;
}
.header .wrapCd h4{
	color: #072047;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
a.btn-warning {
    background: #fa7d01;
    border-color: #fa7d01;
    color: #fff;
	    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 18px;
}
 .panelProject{

	 width: 100%;
 }
 .panelProject ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.panelProject ul li {
    padding: 15px;
    color: #808285;
    font-size: 12px;
    margin-top: 3px;
    align-items: center;
    display: flex;
    margin: 0 auto;
}
.panelProject h5 {
	color: #072047;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 8px 0 0px;
}
.vid-sec{
	display: flex;
	text-align:center
}
.bnr-rating {
	text-align: left;
    align-items: center;
    display: inline-block;
    margin-right: 20px;
}
.bnr-rating ul{
	margin-right: 0px;
    display: inline-block;
}
.bnr-rating ul li{
    display: inline-block;
}
.bnr-rating ul li i{
	font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
}
.rt-cnt{
	display: inline-block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.lerns{
	display: inline-block;
}
.lerns .rt-cnt i{
	font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#fa7d01 100%);
}
.rt-sc{
margin-top: 15px;
}
.funfactArea {
    margin-top: -70px;
    position: relative;
    z-index: 11;
}
.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}
.MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding-bottom: 0px;
}
.funfactWrap {
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    margin: auto;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.opacity-9 {
    opacity: .9;
}
.z-index-1 {
    z-index: 1;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.gradient-bg1 {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%,#7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%,#7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264f5', endColorstr='#7202bb',GradientType=1 );
}
.header .desc .pra {
font-family: 'Poppins', sans-serif;
font-size: 37px;
font-weight: 300;
line-height: 48px;
}
@media (max-width: 1025px){
.panelProject ul li {
padding: 15px 7px;
}
.panelProject ul li img{
width: 80%;
}
.header .desc .pra {
font-size: 30px;
line-height: 42px;
}
.header .desc h1 {
margin-bottom: 10px;
}
}
@media (max-width: 942px){
.header .desc .pra {
font-size: 30px;
line-height: 42px;
}
.header .desc h1 {
margin-bottom: 20px;
}
.panelProject ul li img{
width: 100%;
}
.panelProject ul li {
padding: 15px;
}
.header {
max-height: initial;
}
.rt-sc {
margin-bottom: 15px;
}
}
@media (max-width: 767px){
.header {
max-height: initial;
}
.header .desc .pra {
font-size: 24px;
line-height: 34px;
}
.header .desc h1 {
font-size: 28px;
line-height: 38px;
margin-bottom: 20px;
}
.rt-sc {
margin-bottom: 15px;
}
.header .wrapCd ul.cd li span {
font-size: 45px;
}
.funfactArea {
margin-top: -50px;
}
}
@media (max-width: 360px){
.header .wrapCd ul.cd li {
padding: 0 6px
}
}
@media (max-width: 320px){
.header .desc .pra {
font-size: 21px;
line-height: 34px;
}
.header .desc h1 {
font-size: 25px;
line-height: 35px;
}
} */

#for_individuals_form .phoneCodediv, #for_business_form .phoneCodediv{
	margin-bottom: 15px !important;
	width: 100%;
}
#for_individuals_form .phoneCodeinput, #for_business_form .phoneCodeinput {
    padding-left: 90px !important;
}
/* Start blog banner */
.blog-bnr {
	width: 100%;
	color: #fff;
	background: url(../img/blog-bnr1.jpg);
	background-size: cover;
	background-position: bottom center, center, center;
	background-repeat: no-repeat;
	padding: 5% 0;
	margin-bottom: 5%;
}
.blog-bnr h3 {
	font-size: 35px;
}
.blog-bnr h4 {
	color: #f58634;
	font-size: 35px;
}
.blog-bnr .desc .list-points {
	padding-left: 20px;
	list-style: none;
}
.blog-bnr .desc .list-points li {
	padding: 6px 0 6px 0;
	font-weight: 300;
}
.list {
	font-size: 17px;
	margin-left: 10px;
}
.blog-bnr .desc .list-points li:before {
	font-family: "fontAwesome";
	content: "\f046";
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #f58634;
	/* 	background: linear-gradient(to bottom right, #1c63a9, #5bbfc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.catergry {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 999;
	background: #f48220;
	padding: 36px 6px;
	width: 45px;
}
.catergry .aplunw {
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	display: block;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
#hider {
	position: absolute;
	top: -16px;
	right: -20px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: red;
	cursor: pointer;
	background: #fff;
}
#showr {
	cursor: pointer
}
.blog-cat .text {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	margin-left: 45px;
	padding: 20px 10px;
	width: 350px;
	border-top-left-radius: 0;
}
.blog-cat .text ul li a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #f58634;
	width: 100%;
	font-size: 17px;
	padding: 10px 0 5px;
}
.blog-cat .text ul li:last-child a {
	border-bottom: 0;
}
.blog-cat {
	position: fixed;
	left: 0;
	z-index: 99999;
}
.thim-contact-list .address-ic:before {
	content: "\f041";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	min-width: 28px;
	color: #fe7d01;
}
.thim-contact-list .mail-ic:before {
	content: "\f003";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	min-width: 28px;
	color: #fe7d01;
}
.thim-contact-list .phone-ic:before {
	content: "\f095";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	min-width: 28px;
	color: #fe7d01;
}
@media (max-width: 767px) {
	.blog-cat {
		top: 35%;
	}
	.blog-cat .text {
		width: 360px;
	}
	#hider {
		right: -2px;
	}
}
@media (max-width: 375px) {
	#hider {
		right: -2px;
	}
	.blog-cat .text {
		width: 310px;
	}
}
@media (max-width: 360px) {
	#hider {
		right: -2px;
	}
	.blog-cat .text {
		width: 310px;
	}
}
@media (max-width: 320px) {
	#hider {
		right: -2px;
	}
	.blog-cat .text {
		width: 275px;
	}
}
/* End blog banner */
/* Start Show all clases calender */
.modal-dialog-show {
    width: 100%;
    margin: 0px auto;
}

.panels {
    background: #ebf1f8;
    border: 1px solid #dde6ed;
    border-radius: 4px;
    margin-top: 16px;
    padding: 20px 10px;
}

.modal.show-batches {
    display: block;
    background: #fff;
}
.modal {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    overflow: hidden;
    outline: 0px;
    background: rgba(39,44,55,0.6);
    overflow-y: auto;
    height: 100%;
}

.batch-scroll {
    max-height: calc(106vh - 154px);
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 48px;
}

.modal.show-batches a.close {
    top: 35px;
    right: 30px;
}

#LvcBatch {
    position: relative;
}

.trining-options .show-batches-s .col-md-8 {
    width: 627px;
    float: left;
}

.show-batches-s h3 {
    margin-top: 32px;
    margin-bottom: 32px;
    color: #293031;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.batch-scroll {
    max-height: calc(106vh - 154px);
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 48px;
}

.show-batches-s ul li.panels:first-child {
    margin-top: 0;
}

.show-batches-s ul li.panels {
    padding: 22px 20px;
    display: inline-block;
    width: 100%;
}

.show-batches-s ul li.panels {
    background: #ebf1f8;
    border: 1px solid #dde6ed;
    border-radius: 4px;
    margin-top: 16px;
    padding: 20px 10px;
}

.show-batches-s ul .pannel-head {
    display: inline-block;
    width: 100%;
}

.show-batches-s ul .pannel-head {
    padding-right: 54px;
    position: relative;
}

.show-batches-s ul li.active .pannel-head p {
    margin-bottom: 24px;
}

.show-batches-s ul .pannel-head p {
    width: 44%;
    float: left;
    margin-bottom: 0;
}

/*.show-batches-s ul .pannel-head p:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(https://www.simplilearn.com/ice9/assets/course_sprite_7.svgz) no-repeat;
    background-position: -263px -195px;
    vertical-align: middle;
    margin-right: 16px;
}*/

.show-batches-s ul li.active .pannel-head p.time {
    margin-bottom: 24px;
}

.show-batches-s ul .pannel-head p.time {
    width: calc(100% - 44%);
}

.show-batches-s ul .pannel-head p {
    width: 44%;
    float: left;
    margin-bottom: 0;
}

.show-batches-s ul .pannel-head p {
    font-size: 14px;
    font-weight: 500;
    color: #293031;
    margin-bottom: 24px;
}

.show-batches-s ul .pannel-head .arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    height: 100%;
}

.show-batches-s ul li.active .pannel-head .arrow::after {
    -ms-transform: skewY(180deg);
    -webkit-transform: skewY(180deg);
    transform: rotate(180deg);
}

.show-batches-s ul .pannel-head .arrow::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(https://www.simplilearn.com/ice9/assets/course_sprite_7.svgz) no-repeat;
    background-position: -169px -245px;
    margin-right: 0;
    margin-top: 0;
}

.show-batches ul li.active .panel-body {
    display: block;
}

.show-batches ul .panel-body {
    padding-top: 27px;
    position: relative;
    display: none;
}

.show-batches ul .panel-body::before {
    content: "";
    display: inline-block;
    height: 1px;
    background: #d2d6de;
    position: absolute;
    top: 0px;
    right: 24px;
    left: 24px;
}

.show-batches ul .panel-body .start-week {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding: 3px;
}

.show-batches-s .weeks {
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
    border-radius: 4px;
    vertical-align: top;
}

.show-batches-s .col-md-4 .fits {
    display: block;
}
.show-batches-s h3 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.show-batches-s h3 {
    color: #293031;
    font-weight: 500;
    margin-top: 24px;
    padding: 0;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.show-batches-s .down-sched {
    position: relative;
    margin-top: 16px;
    border-radius: 2px;
    border: 1px solid #1179ef;
    background: transparent;
    line-height: 40px;
    color: #1179ef;
    display: inline-block;
    padding: 0 30px;
    margin-left: 48px;
}

.show-batches-s .fits ul li::before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #1179ef;
    border-radius: 50%;
    text-align: center;
    color: #1179ef;
}

.show-batches-s .fits ul li {
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #51565e;
    margin-bottom: 24px;
}

.trining-options .modal.show-batches-s a.close {
    top: 35px;
    right: 30px;
}
.trining-options .modal.show-batches-s a.close {
    background: url(https://www.simplilearn.com/ice9/assets/course_sprite_7.svgz) no-repeat;
    background-position: -74px -246px;
    top: 15px;
    right: 15px;
    height: 20px;
}

.modal a.close {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-size: 22px;
    margin-top: 0;
    background: url(https://www.simplilearn.com/ice9/assets/frs-sprite_4.svgz) no-repeat;
    background-position: -43px -40px;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    text-indent: -99999px;
    z-index: 3;
}

.modal-header {
    padding: 15px;
}

.show-batches ul .panel-body::before {
    content: "";
    display: inline-block;
    height: 1px;
    background: #d2d6de;
    position: absolute;
    top: 0px;
    right: 24px;
    left: 24px;
}

.show-batches-s .weeks li span {
    display: block;
    float: left;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #293031;
    width: auto;
    clear: both;
    margin: 2px 6px;
}

.show-batches-s .weeks li span {
    margin: 2px 8px;
}

.show-batches-s .weeks li {
    display: inline-block;
}

.show-batches-s h3 {
    color: #293031;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.pl-90{
   padding-left: 90px;
}

.pl-20{
   padding-left: 20px;
}

.pl-50{
   padding-left: 50px;
}

.show-a-c-bg{
    background: #fe7d01;
    color: #fff;
    border-color: #fe7d01;
    border-radius: 3px;
    padding: 6px 15px;
    font-size: 15px;
    display: block;
    margin: 12px auto;
}

.batch-scroll h3{
	font-size: 29px;
    color: #034ea2;
    margin-bottom: 20px;
}
.batch-scroll .panel-heading  a:before {
  content: "\f106";
  float: right !important;
  position: relative;
  top: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.batch-scroll .panel-heading  a.collapsed:before {
    content: "\f107";
}
.batch-scroll .panel-warning{
	    background: #ebf1f8;
	    border: 1px solid #dde6ed;
	    border-radius: 4px;
	    margin-bottom: 16px;
	    padding: 20px 20px;
}
.batch-scroll .panel-warning>.panel-heading{
	background: transparent;
	padding: 0;
	border: 0;
	/* padding-bottom: 10px; */
	
}
.batch-scroll .panel-warning>.panel-heading a{
	    font-size: 14px;
    font-weight: 500;
    color: #293031;
}
.batch-scroll .panel-warning>.panel-heading+.panel-collapse>.panel-body {
	    border-color: #d2d6de;
	    margin-top: 20px;
	    padding-bottom: 20px;
	    padding-top: 30px;
}
.bld {
	font-size: 13px;
	    font-weight: 700;
    color: #252525;
}
.show-batches ul .panel-body .start-week {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding: 3px;
}
.show-batches .weeks {
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
    border-radius: 4px;
    vertical-align: top;
}
.show-batches .weeks span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #293031;
}
.show-batches .weeks ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.show-batches .weeks li {
    display: inline-block;
    color: #51565e;
    font-size: 14px;
    line-height: 1.43;
}
.show-batches .weeks li span {
    display: block;
    float: left;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #293031;
    width: auto;
    clear: both;
    margin: 2px 6px;
}
.show-batches .weeks li span:first-child {
    font-size: 12px;
    color: #808890;
    font-weight: 400;
}
#show-all-classes {
	padding:0 0 !important;
}
#show-all-classes .modal-content {
	box-shadow: none;
    border: 0;
    border-radius: 0;
    height: 100vh;
}
#show-all-classes .close{
        z-index: 99999;
	    position: absolute;
    right: 80px;
    top: 52px;
    color: #293031;
    opacity: 1;
    font-size: 28px;
}
@media (min-width: 992px) {
.show-batches .weeks {
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.show-batches .weeks li span {
    margin: 2px 8px;
}
}
/* End Show all clases calender */

/* Start Course banner */
 .header {
	     position: relative;
	width: 100%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 0;
    max-height: 630px;
}

.header .desc p{
	font-family: 'Rubik', sans-serif;
    padding-bottom: 10px;
}
.hdr-row {
	margin-bottom: 50px;
}
.header .desc .pra {
font-family: 'Poppins', sans-serif;
font-size: 30px;
font-weight: 300;
line-height: 28px;
padding-bottom: 5px;
}
.header .desc h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 25px;
}
.header .desc h1{
    font-family: 'Poppins', sans-serif;
    font-size: 31px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 15px;
}
.header .desc .list-points {
	    font-family: 'Rubik', sans-serif;
    padding-left: 20px;
    list-style: none;
}
.header .desc .list-points li {
    padding: 4px 0 4px 0;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    
}

.list {
	font-size: 16px;
    margin-left: 10px;
}
.header .desc .list-points li:before {
    font-family: "fontAwesome";
    content: "\f046";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #fa7d01;
}
.wrapCd a.btn-warning {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.videi-ci {
	text-align: center;
    margin: 0 auto;
    margin-top: 14px;
    vertical-align: middle;
    display: flex;
}
.header .videi-ci .playBtn {
    cursor: pointer;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #1c63a9, #5bbfc7);
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    line-height: 55px;
}
.header .wt-cnt{
	display: inline-block;
    text-align: left;
    font-family: 'Rubik', sans-serif;
	    font-size: 18px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
flex: 1;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: .6px;
}
.header .wrapCd {
    background: #fff;
    border-radius: 8px;
    padding: 30px 15px;
    text-align: center;
    color: #072047;
}
.header .wrapCd ul.cd {
    padding: 0;
    list-style: none;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.header .wrapCd ul.cd li {
display: inline-block;
    padding: 0 10px;
    font-family: 'Rubik', sans-serif;
    color: #072047;
    font-size: 16px;
    font-weight: 400;
}
.header .wrapCd ul.cd li span {
display: block;
    font-weight: 500;
    font-size: 56px;
    font-family: 'Teko', sans-serif;
    color: #fe7d01;
    line-height: 50px;
}
.header .wrapCd h4{
    color: #072047;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.header .wrapCd p.app-deadline{
    color: #072047;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
a.btn-warning {
    background: #fa7d01;
    border-color: #fa7d01;
    color: #fff;
	    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 18px;
}
 .panelProject{
	 
	 width: 100%;
 }
 .panelProject ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.panelProject ul li {
    padding: 15px;
    color: #808285;
    font-size: 12px;
    margin-top: 3px;
    align-items: center;
    display: flex;
    margin: 0 auto;
}
.panelProject h5 {
	color: #072047;
    font-size: 19px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 8px 0;
}
.vid-sec{
	display: flex;
	text-align:center
}
.bnr-rating {
	text-align: left;
    align-items: center;
    display: inline-block;
    margin-right: 20px;
}
.bnr-rating ul{
	margin-right: 0px;
    display: inline-block;
}
.bnr-rating ul li{
    display: inline-block;
}
.bnr-rating ul li i{
	font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
}
.rt-cnt{
	display: inline-block;
    font-size: 15px;
     font-family: 'Rubik', sans-serif;
}
.lerns{
	display: inline-block;
}
.lerns .rt-cnt i{
	font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#fa7d01 100%);
}
.rt-sc{
margin-top: 7px;
}

.trends-sec u{
	color: #5d5d5d;
}

.funfactArea {
    margin-top: -70px;
    position: relative;
    z-index: 11;
}
.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}
.MuiGrid-spacing-xs-4 > .MuiGrid-item {
	/*     padding-top: 34px; */
    padding-bottom: 0px;
} 
.funfactWrap {
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    margin: auto;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.opacity-9 {
    opacity: .9;
}
.z-index-1 {
    z-index: 1;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.calend-sec{
	border-radius: 4px;
    padding: 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}
.no-shdw {
	    box-shadow: none;
}
.calend-sec .month-list li .current-month {
    background: #547cbc;
    color: #fff;
    border-color: #547cbc;
}
.mg-2{
	    margin-bottom: 31px;
}

.calend-sec .month-list {
    margin: 24px auto 20px;
}
.new-chgs {
	font-family: 'Rubik', sans-serif;
}
.new-chgs .cc-select {
    padding: 8px 12px;
}
.new-chgs .duration-detail {
    background: #fbfbfb;
    padding: 20px;
	font-family: 'Rubik', sans-serif;
}
.new-chgs .duration-detail h3 {
	font-size: 29px;
    color: #537cbb;
    font-weight: 400;
}
.new-chgs .dura-tm {
    color: #537cbb;
    font-weight: 400;
	    font-size: 19px;
}
.new-chgs .prequest-ul li span {
    margin-right: 5px;
}
.new-chgs .prequest-ul li {
    color: #537cbb;
	font-size: 15px;
}
.new-chgs .pmidigit{
	    color: #537cbb;
    font-size: 19px;
    font-weight: 400;
}
.new-chgs .BannerSection__programStats__static__label {
    font-size: 17px;
    font-weight: 500;
    color: #5e5e5e;
}
.new-chgs .sect-2 {
    background: #f7f7f7;
}

.new-chgs .who-shd-atn-sec {
    background: #557dbc;
}
.new-chgs .who-shd-atn-sec h3 {
    margin-bottom: 15px;
    color: #ffffff;
}
.new-chgs .block-sec h5{
	color: #034ea2;
    font-size: 24px;
}
.new-chgs .who-shd-atn-sec h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
}
/*.new-chgs .info-course__list{
	    margin-top: 60px;
}*/
.new-chgs .who-shd-atn-sec .info-course__item::before {
    background-color: #ffffff;
}
.new-chgs .who-shd-atn-sec ul .info-course__item {
    color: #fff;
	opacity: 1;
}

.new-chgs .who-shd-atn-sec ul {
	font-size: 14px;
    font-weight: 400;
}
.new-chgs .progrm-ovor {
color: #537cbb;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 7px;
}
.new-chgs .mg-2 {
    margin-bottom: 32px;
}
.new-chgs .calend-sec {
    padding: 24px 15px;
}
.new-chgs .calend-sec .month-list {
    margin: 25px auto 25px;
}
.new-chgs .below-cald{
    padding-top: 50px;
 /*   text-align: justify;*/
    padding-bottom: 10px;
}
.new-chgs .cors-dtl h3 a {
    margin-bottom: 20px;
}
.cors-dtl h5 a {
    background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 8px 25px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    display: inline-block;
}
.new-chgs .cors-dtl h5 a {
    margin-bottom: 20px;
}
.lerns-hdng{
	    color: #537cbb;
    font-size: 24px;
    margin-bottom: 10px;
}
.new-chgs  .info-course__item{
	color: rgba(94, 94, 94, 0.8);
    font-size: 15px;
    font-weight: 400;
    /* opacity: .9; */	
}
.new-chgs .moduls .panel-warning>.panel-heading {
    background: #557dbc;
    border-color: #557dbc;
    border-radius: 0;
}
.new-chgs .moduls .panel-title > .colsp{
	    color: #fff;
		font-weight:400;
}
.new-chgs .moduls .panel-title > .colsp:before {
    color: #ffffff;
}
.new-chgs .moduls .panel-body{
	    color: #5e5e5e;
    font-size: 15px;
    font-weight: 400;
    opacity: .9;
	
}
.new-chgs .moduls .panel-body ul li{
	color: rgba(94, 94, 94, 0.8);
    font-size: 14px;
    font-weight: 400;
   /*  opacity: .8; */
}
.new-chgs .module-content {    
    min-height: 545px;
    height: 545px;
    overflow-y: hidden;
}
.new-chgs .modules_readMore{
    text-align: left;
    color: #fff !important;
    display: inline-block;
    padding: 13px 25px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid transparent;
    background: #fe7d01;
}
.new-chgs .modules_readMore i {
	    padding-left: 10px;
}
.new-chgs .tools-co-hdng {
    color: #547dbc;
	font-size: 24px;
    margin-bottom: 20px;
	font-weight: 400;	
}
.new-chgs .we-prepare-sec{
	padding: 20px 25px 60px;
}
.new-chgs .we-prepare-sec h4{
	color: #547dbc;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}
.new-chgs .we-prepare-sec h5{
	color: #547dbc;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}
.new-chgs .we-prepare li{
	    align-items: center;
    display: flex;
    padding: 13px 0;
}
.new-chgs .we-prepare li .mg {
	    width: 50px;
    height: 50px;
    display: inline-block;
margin-right: 15px;
    text-align: center;
}

.new-chgs .our-caths {
	padding: 40px 0 23%;
    background: #f7f7f7;
}
.new-chgs .our-caths h2 {
    color: #537cbb;
	font-size: 32px;
	font-weight: 400;
}
.new-chgs .our-caths h3 {
    color: #537cbb;
	font-size: 32px;
}
.new-chgs .catch-box {
    margin-top: -200px;
}
.new-chgs .catch-box a {
	text-align: left;
    color: #fe7d01;
    padding: 0 20px 13px;
    display: block;
}
.new-chgs .catch-box .catch-content {
    padding: 0 20px 0px;
    /* min-height: 243px; */
    height: 243px;
    overflow-y: hidden;
}
.new-chgs .cat-name1 {
    color: #fe7d01 !important;
    font-size: 20px !important;
    margin: 10px;
}
.new-chgs .cat-name2 {
    color: #034ea2 !important;
    font-size: 20px !important;
    margin: 10px;
}
.new-chgs .cat-name3 {
    color: #fe7d01 !important;
    font-size: 20px !important;
    margin: 10px;
}
.new-chgs .certificate-sec {
    background: #f7f7f7;
}
.new-chgs .certificate-sec p{
	    margin-bottom: 10px;
}
.new-chgs .ali-cen h3 {
    color: #537cbb;
	font-size: 32px;
	font-weight: 400;
}
.new-chgs .re-program h3 {
    color: #537cbb;
	font-size: 32px;
	font-weight: 400;
}
.new-chgs .re-program h5 {
    color: #537cbb;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 20px;
}
.new-chgs .recom-box{
	    text-transform: capitalize;
    font-weight: 500;
    margin-top: 10px;
padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    background: #fff;
}
.new-chgs .recom-box .rating-star{
	    text-align: left;
    display: block;
}
.new-chgs .recom-box .rating-star li i {
	background-image: linear-gradient(to right,#f48220 0%,#f48220 100%);
    font-size: 18px;
}
.new-chgs .recom-box  .lerns{
    text-align: right;
    color: #5d5d5d;
    font-weight: 400;
    align-items: center;
    display: flex;
    float: right;
}
.new-chgs .recom-box  .lerns img {
    padding-right: 5px;
    padding-bottom: 5px;
}
.new-chgs .recom-box h3{
	color: #5d5d5d !important;
    font-size: 20px !important;
    text-align: left;
    font-weight: 400;
	    min-height: 70px;
}
.new-chgs .recom-box h3 a{
	color: #5d5d5d !important;
}
.new-chgs  .re-program {
    background: #fff;
}
.new-chgs .faq-sec {
    padding: 50px 25px 0;
}
.new-chgs .faq-sec h3 {
    color: #537cbb;
	font-size:32px;
}
.new-chgs .faq-sec h2 {
    color: #537cbb;
	font-size:32px;
	font-weight: 400;
}
.new-chgs .faq-sec .panel-warning>.panel-heading {
    background: #557dbc;
    border-color: #557dbc;
}
.new-chgs .faq-sec .panel-title > a {
    font-weight: 400;
}
.new-chgs .faq-sec .panel-body {
color: #5e5e5e;
    font-size: 15px;
    font-weight: 400;
    opacity: .9;
}
.new-chgs .max{
	margin-top:0;
}
.new-chgs .max h3 {
    color: #537cbb;
    font-weight: 400;
	font-size:32px;

}
.new-chgs .six-pionts {
	padding-top: 50px;
}
.new-chgs .six-pionts  .points-cls {
	margin-bottom: 35px;
}
.new-chgs .six-pionts  .points-cls h5{
color: #537cbb;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
}
.new-chgs .six-pionts  .points-cls h3{
color: #537cbb;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
}
.mt-20 {
	margin-top: 20px;
}
.new-chgs .pro-sec-pra{
    min-height: auto;
    max-height: initial;
}
.new-chgs p{
	color: rgba(94, 94, 94, 0.8);
    font-size: 14px;
    font-weight: 400;
/*     opacity: .8; */
}
.new-chgs .course-tags h3{
	font-weight: 400;
}
.new-chgs .suctm-bg {
    background: #fe7d01;
    color: #fff !important;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 17px;
}
.new-chgs .trends-sec{
	    padding: 50px 25px;
}
.new-chgs .trends-sec p{
	margin-bottom: 10px;
}
.new-chgs .call-us-box{
	background: #557dbc;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
}
.new-chgs .call-us-box h5{
	font-size: 20px;
}
.new-chgs .call-us-box h6{
	font-size: 20px;
}
.new-chgs .call-us-box .cal{
	display: inline-block;
    text-align: center;
}
.new-chgs .call-us-box .cal p{
    opacity: 1;
}
.new-chgs .call-us-box .cal p a{
	    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    padding: 10px 0;
}
.new-chgs .call-us-box .cal p img{
	    margin-right: 10px;
}
.new-chgs .call-us-box .form-control{
	    border: 0;
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    padding: 6px 12px;
    margin-bottom: 10px;
}
.new-chgs .inf p{
	font-size: 17px;
    color: #fff;
    opacity: 1;
    padding: 15px 0;
}
.new-chgs .call-us-box .checkmark {
    background-color: transparent;
    border-color: #ffffff;
}
.new-chgs .map-sec {
	    padding: 0 0  50px 0;
}
.new-chgs .map-sec iframe{
	-webkit-box-shadow: 0.8px 3px 10px 0 #ebebeb;
    box-shadow: 0.8px 3px 5px 0 #ebebeb;
    padding: 5px;
    border-radius: 3px;
}
.new-chgs .map-sec p{
	padding-bottom: 10px;
}
.new-chgs .reviw-sec h4{
	color: #537cbb;
	font-size: 32px;
	font-weight: 400;
}
.new-chgs .reviw-sec h6{
	color: #537cbb;
	font-size: 32px;
	font-weight: 400;
    margin-bottom: 10px;
}
.new-chgs .over-rating{
    color: #537cbb;
    font-weight: 400;
    font-size: 35px;
}
.new-chgs .reviw-sec {
    padding: 50px 25px;
}
.new-chgs  .partner-sec {
    padding: 50px 25px;
    text-align: center;
}
.new-chgs .testi-sec .courses__item.slick-slide{
    text-align: center;
}
.new-chgs .testi-sec .owl-nav{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.new-chgs .testi-sec .owl-dots{
        display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.new-chgs .testi-sec .owl-carousel button.owl-dot {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    border: 1px solid #e6e7e8;
}
.new-chgs .testi-sec .owl-carousel button.owl-dot.active{
    background: #e6e7e8;
}
.new-chgs .testi-sec .owl-prev{
    display: none !important;
}
.oval{
	border: 0;
    -webkit-box-shadow: 0.8px 1px 10px 0 #ebebeb;
    box-shadow: 0.8px 1px 10px 0 #ebebeb;
}
.alumni-speak-1 .oval-left {
    margin-top: 0;
}
.alumni-speak-1 .oval-right {
    margin-top: 0px;
}
.new-chgs .cors-dtl {
    margin-top: 30px;
}
.new-chgs .certificate-img img {
    margin: 0 auto;
}
.alum-nam{
	color:#5d5d5d !important;
	font-size:initial !important;
	font-weight:400;
	opacity:1;
}
.comp-trst {
	color: #537cbb;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 20px;
}
.cls-schd{
	color: #293031;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0;
}


@media (max-width: 1199px){
.new-chgs .module-content {
    min-height: 608px;
    height: 608px;
    overflow-y: hidden;
}
}
@media (max-width: 1025px){
.panelProject ul li {
    padding: 15px 7px;
}
.panelProject ul li img{
	width: 80%;
}
.header .desc h2 {
    font-size: 30px;
    line-height: 42px;
}
.header .desc h1 {
    margin-bottom: 10px;
}
}
@media (max-width: 992px){
.new-chgs .module-content {
    min-height: 670px;
    height: 670px;
    overflow-y: hidden;
}
}
@media (max-width: 942px){
.header .desc h2 {
    font-size: 30px;
    line-height: 42px;
}
.header .desc h1 {
    margin-bottom: 20px;
}
.panelProject ul li img{
	width: 100%;
}
.panelProject ul li {
    padding: 15px;
}
.header {
    max-height: initial;
}
.rt-sc {
    margin-bottom: 15px;
}
.new-chgs .calend-sec {
    margin-bottom: 10px;
}
}
@media (max-width: 767px){
    .new-chgs .module-content {
    min-height: 1370px;
    height: 1370px;
    overflow-y: hidden;
}
#show-all-classes, #make-enquiry {
    z-index: 99999999999999;
}
#show-all-classes .close {
    right: 30px;
    top: 37px;
}
.show-batches-s  .container{
    padding:0;
}
.show-batches-s #LvcBatch{
      padding:0;  
}
#show-all-classes .modal-content {
    height: auto;
}
.batch-scroll .panel-warning {
    padding: 20px 10px;
}
.show-batches-s h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.batch-scroll {
    padding-bottom: 10px;
    
}
.footer__top .btn-info {
    margin-top: 15px;
}
.new-chgs  .block-sec {
    margin-top: 15px;
}
.new-chgs  .tools-sec img {
    margin: 10px auto;
}
.new-chgs .block-sec img {
        max-width: 42px;
    min-width: 42px;
}

.new-chgs .catch-box {
    margin-top: 0;
    margin-bottom: 20px;
}
.new-chgs .img-cah {
    margin-top: 0;
}
.new-chgs .calend-sec {
    margin-bottom: 10px;
}
.new-chgs .call-us-box{
    margin-top: 20px;
}
.new-chgs .map-sec .alicent{
     display: block;
}

.new-chgs .we-prepare-sec .alicent {
        display: block;
}
.header {
    max-height: initial;
}
.header .desc h2 {
    font-size: 24px;
    line-height: 34px;
}
.header .desc h1 {
    font-size: 28px;
    line-height: 38px;
	margin-bottom: 20px;
}
.rt-sc {
    margin-bottom: 15px;
}
.header .wrapCd ul.cd li span {
    font-size: 45px;
}
.funfactArea {
    margin-top: -50px;
}	
}
@media (max-width: 414px){
.new-chgs .module-content {
    min-height: 1180px;
    height: 1180px;
    overflow-y: hidden;
}
}
@media (max-width: 411px){
    .new-chgs .module-content {
    min-height: 1180px;
    height: 1180px;
    overflow-y: hidden;
}
}
@media (max-width: 375px){
.new-chgs .module-content {
    min-height: 1280px;
    height: 1280px;
    overflow-y: hidden;
}
}
@media (max-width: 360px){
.new-chgs .module-content {
    min-height:1370px;
    height: 1370px;
    overflow-y: hidden;
}

.header .wrapCd ul.cd li {
    padding: 0 6px
}
}
@media (max-width: 320px){
.header .desc h2 {
    font-size: 21px;
    line-height: 34px;
}
.header .desc h1 {
    font-size: 25px;
    line-height: 35px;
}
}

.new-chgs .our-caths-sec2 .info-course__item::before {
    background-color: #5e5e5e;
}
.new-chgs .moduls .panel-group .panel, .faq-sec .panel-group .panel{
    border-color: #c9c9c9;
}
/* Start read more */
/*.tool-multiwrapbox {
    text-align:justify;
}*/

.tool-multiwrapbox {
    position: relative;
    overflow: hidden;
}
.tool-multiwrapbox .multi-text {
    float: right;
    margin-left: -5px;
    width: 100%;
    word-break: break-word;
}
.tool-multiwrapbox::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
}
.tool-multiwrapbox .multi-text_after {
    float: right;
    text-align: right;
    width: 89px;
    margin-left: -89px;
    position: absolute;
    left: 100%;
    padding-right: 0;
    background: #fff;
}

.tool-multiwrapbox .op-btn {
    color: #547dbc;
    cursor: pointer;
    padding-left: 5px;
    font-weight: 400;
}
.tool-multiwrapbox .op-btn.op-collapse {
    display: inline-block;
    margin: 0;
}
.read-option.tool-multiwrapbox{
    height:102px !important;
}
.tool-multiwrapbox.reset-style {
    height: auto !important;
}
.tool-multiwrapbox .multi-text_after.reset-style {
    top: auto !important;
    bottom: 0 !important;
}
/* End read more */

.learn-out-prah {
        margin-bottom: 60px;
}
.read-option .multi-text_after {
    top: 82px !Important;
    width: 88px;
    margin-left: -88px;
}
.read-option .op-btn {
    font-size: 14px;
}


/* End Course banner */

/* Start Home Page */
 .home-page-sed {
	position: relative;
	width: 100%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 0 7%;
    max-height: 630px;
}
.hdr-row {
	margin-bottom: 50px;
}
.home-page-sed .wrapCd h1{
	    color: #537cbb;
    font-size: 31px;
    font-family: 'Rubik', sans-serif;
    line-height: 37px;
    margin-bottom: 15px;
}
.home-page-sed .desc h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 37px;
    font-weight: 300;
    line-height: 48px;
}
.home-page-sed .wrapCd {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: left;
    color: #072047;
}
.home-page-sed .wrapCd ul {
	padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.home-page-sed .wrapCd ul li {
    padding: 5px 0;
    color: #414042;
    font-size: 18px;
    align-items: center;
    display: flex;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}
.home-page-sed .wrapCd ul li img {
	    padding-right: 10px;
}
.home-page-sed .wrapCd ul li span {
display: block;
    font-weight: 500;
    font-size: 56px;
    font-family: 'Teko', sans-serif;
    color: #fe7d01;
    line-height: 50px;
}
.home-page-sed .wrapCd h4{
	color: #072047;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.home-page-sed a.btn-warning {
    background: #f37021;
    border-color: #f37021;
    color: #fff;
	    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 18px;
}
.why-3img {
	    position: absolute;
    right: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    top: 110px;
}
.home-page-sed .panelProject{
	 width: 100%;
 }
 .home-page-sed .panelProject ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.home-page-sed .panelProject ul li {
    padding: 15px;
    color: #808285;
    font-size: 12px;
    margin-top: 3px;
    align-items: center;
    display: flex;
    margin: 0 auto;
}
.home-p .panelProject h2 {
	color: #072047;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 8px 0;
    font-family: 'Rubik', sans-serif;
}
.home-p.funfactArea {
    margin-top: -105px;
    position: relative;
    z-index: 11;
}
.home-p .MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.home-p .MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.home-p .MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}
.home-p .MuiGrid-spacing-xs-4 > .MuiGrid-item {
/*     padding-top: 34px; */
    padding-bottom: 0px;
} 
.home-p .funfactWrap {
	background: #fff;
    border-radius: 8px;
    padding: 20px 20px;
    margin: auto;
    margin-bottom: 5%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.opacity-9 {
    opacity: .9;
}
.z-index-1 {
    z-index: 1;
}
.home-p .panelProject p{
	    color: #5d5d5d;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    padding-bottom: 5px;
}
.home-p .panelProject .banner-logos .slick-slide {
    display: block;
    padding: 10px 20px;
}
.home-p .lgs-sec {    
margin: 20px 0;
}
.home-p .lgs-sec .banner-logos .oval{
	    border: 0;
    -webkit-box-shadow: 0.8px 1px 10px 0 #ebebeb;
    box-shadow: 0.8px 1px 10px 0 #ebebeb;
}
.nmre{
	margin-bottom:  10px;
	margin-top:25px;
}
.nmre h5{
	color: #414042;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}
.nmre p {
	font-family: 'Rubik', sans-serif;
    color: #808285;
    font-size: 13px;
    font-weight: 400;
}
.qutre{
	position: absolute;
    right: 30px;
    bottom: -20px;
}
.n-pra {
	margin-bottom: 30px;
    align-items: center;
    display: flex;
	    position: relative;
}
.n-pra p {
	color: #414042;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}
.tksp{
	margin-top:10px;
	display:block
}
.htitle {
    color: #537cbb !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400 !important;
    font-size: 32px !important;
	    padding-bottom: 5px;
}
.hsub-title {
	color: rgba(94, 94, 94, 0.8);
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
/*     opacity: .8; */
}
.popular-course {
	margin-top: 40px;
		font-family: 'Rubik', sans-serif;
		    margin-bottom: 50px;
}
.popular-course .courses__item.slick-slide {
    height: auto;
    padding: 5px 15px;
}
.popular-course .courses__wapper {
    border: 0;
}
.popular-course .courses__content {
    min-height: 145px;
	    box-shadow: 0.8px 3px 10px 0 #ebebeb;
}
.popular-course .pr-course-name {
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
	
}

.left-sidemg {
    padding: 50px;
    background: url(../img/personal-v.png);	
    margin: 0 auto 60px auto;
    text-align: center;
    height: 506px;
}
.left-sidemg .cont{
	    position: absolute;
    bottom: 100px;
    left: 60px;
    right: 60px;
}
.left-sidemg h3{
text-align: left;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 32px;
    padding-bottom: 5px;
}
.left-sidemg p{
    text-align: left;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.right-sidbg{
    color: #fff;
    font-family: 'Rubik', sans-serif;
    background: #0080a9;
    text-align: center;
    height: 506px;
	overflow:hidden
	
}
.right-sidbg .table>thead>tr>th {
    border: 0;
    padding: 32px;
    font-size: 18px;
}
.right-sidbg .table>tbody>tr>td {
	font-size: 15px;
    border: 0;
	vertical-align: middle;
}
.right-sidbg .table tr td:first-child{
   }
  .frst-td{
	  text-align:left;
    padding-left: 30px !important;
  }
.right-sidbg .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #048dad;
}
.about-secdsgn {
		font-family: 'Rubik', sans-serif;
background: #f7f7f7;
    padding: 50px;
	    margin-bottom: 4%;
}
.about-secdsgn p{
	font-size: 14px;
    margin-bottom: 10px;
}
.alumni-spk {
		font-family: 'Rubik', sans-serif;
    -webkit-box-shadow: 0.8px 3px 10px 0 #ebebeb;
    box-shadow: 0.8px 3px 10px 0 #ebebeb;
    padding: 20px 20px 20px 20px;
    margin: 70px 10px 0;
    position: relative;
    text-align: left;
    border-radius: 3px;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    border-image-slice: 1;
}
.alumni-spk .pic{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    top: -90px;
}
.alumni-spk .pic img{
	border-radius: 50%;
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.alumni-spk .qt-ic {
	    position: absolute;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 90px;
}
.alumni-spk .description{
	color: rgba(94, 94, 94, 0.8);
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
   /*  opacity: .8; */
    margin: 20px auto;
    min-height: 44px;
}
.alumi-logos {
		font-family: 'Rubik', sans-serif;
    padding: 50px 25px 0;
    text-align: center;
}
.alumi-logs {
	margin-top: 10px;
}
.alumi-logs img{
    margin: 10px auto;
}
.alum-more {
    text-align: center;
    color: #5e5e5e !important;
    opacity: 1 !important;
    font-size: 17px !important;
}

.alicent{
	align-items: center;
    display: flex;
}
.our-differentiators .tsb{
		font-family: 'Rubik', sans-serif;
		}
.popular-course  .oval-left {
    top: 100%;
    left: 25%;
    margin-top: 0;
    margin-left: 0;
	border: 0;
    -webkit-box-shadow: 0.8px 1px 10px 0 #ebebeb;
    box-shadow: 0.8px 1px 10px 0 #ebebeb;
}
.popular-course .oval-right {
    top: 100%;
    right: 25%;
    margin-top: 0;
    margin-right: 0;
	border: 0;
    -webkit-box-shadow: 0.8px 1px 10px 0 #ebebeb;
    box-shadow: 0.8px 1px 10px 0 #ebebeb;
}
.popular-course .courses__item.slick-slide {
    margin-bottom: 10px;
}
.compan-trust {
		font-family: 'Rubik', sans-serif;
    background: url(../img/comp-trust.png);
    margin: 60px auto 0;
    padding: 50px 0;
	background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.compan-trust p{
	font-size: 14px;
    margin-bottom: 50px;
}
.compan-trust .slick-slide img {
  /*   padding: 15px 10px; */
}
.compan-trust .slick-initialized .slick-slide{
	
    padding: 15px 10px;
}
/* .compan-trust .oval-left {
    top: 100%;
    left: 20%;
    margin-top: 0;
    margin-left: 0;
	border: 0;
    -webkit-box-shadow: 0.8px 1px 10px 0 #ebebeb;
    box-shadow: 0.8px 1px 10px 0 #ebebeb;
}
.compan-trust .oval-right {
    top: 100%;
    right: 20%;
    margin-top: 0;
    margin-right: 0;
	border: 0;
    -webkit-box-shadow: 0.8px 1px 10px 0 #ebebeb;
    box-shadow: 0.8px 1px 10px 0 #ebebeb;
} */
.companies-logos {
	    margin-bottom: 60px;
}
.our-differentiators .max {
	    margin-top: 10px;
}
.flagstrap ul{
	    padding: 5px 0;
    margin: 2px 0 0;
}
.flagstrap ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.contry-select{
	    float: right;
}
.contry-select .btn-info{
	border-color: #fe7d01  !important;
    background: transparent !important;
    padding: .5rem 2.5rem;
    text-align: left;
	box-shadow: none !important;
	    font-size: 16px;
}
.popular-course .slick-dots {
    bottom: -30px;
}
.popular-course .slick-dots li {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #fff;
}
.popular-course .slick-dots li:first-child button, .popular-course .slick-dots li:first-child{
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.popular-course .slick-dots li:first-child button {
	    border-left: 1px solid #ebebeb;
}
.popular-course .slick-dots li:last-child button {
	    border-right: 1px solid #ebebeb;
}
.popular-course .slick-dots li:last-child button, .popular-course .slick-dots li:last-child{
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.popular-course .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 35px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: white;
	-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
	border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
} 
.popular-course .slick-dots li button:before {
		-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
    font-family: 'slick';
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.popular-course .slick-dots li.slick-active button:before {
		-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
    opacity: .75;
    color: #537cbb;
    background: #537cbb;
    border-radius: 10px;
} 
/* .companies-logos .slick-dots {
    bottom: -30px;
}
.companies-logos .slick-dots li {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #fff;
}
.companies-logos .slick-dots li:first-child button, .companies-logos .slick-dots li:first-child{
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.companies-logos .slick-dots li:first-child button {
	    border-left: 1px solid #ebebeb;
}
.companies-logoss .slick-dots li:last-child button {
	    border-right: 1px solid #ebebeb;
}
.companies-logos .slick-dots li:last-child button, .companies-logos .slick-dots li:last-child{
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.companies-logos .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 35px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: white;
	-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
	border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.companies-logos .slick-dots li button:before {
		-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
    font-family: 'slick';
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.companies-logos .slick-dots li.slick-active button:before {
		-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
    opacity: .75;
    color: #537cbb;
    background: #537cbb;
    border-radius: 10px;
} */

/*.tools-logos .slick-dots {
    bottom: -30px;
}
.tools-logos .slick-dots li {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #fff;
}
.tools-logos .slick-dots li:first-child button, .tools-logos .slick-dots li:first-child{
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.tools-logos .slick-dots li:first-child button {
	    border-left: 1px solid #ebebeb;
}
.companies-logoss .slick-dots li:last-child button {
	    border-right: 1px solid #ebebeb;
}
.tools-logos .slick-dots li:last-child button, .tools-logos .slick-dots li:last-child{
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.tools-logos .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 35px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: white;
	-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
	border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.tools-logos .slick-dots li button:before {
		-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
    font-family: 'slick';
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tools-logos .slick-dots li.slick-active button:before {
		-webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
    opacity: .75;
    color: #537cbb;
    background: #537cbb;
    border-radius: 10px;
}*/
@media (max-width: 1025px){
}
@media (max-width: 942px){
}
@media (max-width: 767px){	
    
.hdr-row {
    margin-bottom: 31px;
}
.alumni-spk {
    margin: 30px 10px 0;
}
.alumni-spk .pic {
    position: initial;
}
.alumni-spk .qt-ic {
    right: 5px;
    left: initial;
    top: -30px;
    width: 40px;
    min-height: auto;
}
.alumi-logos .alicent{
display:block;
    
}
}
@media (max-width: 360px){
}
@media (max-width: 320px){
}

.footer__top .btn-info {
    border-color: #fe7d01 !important;
    background: transparent !important;
    padding: .5rem 2.5rem;
    text-align: left;
    box-shadow: none !important;
    font-size: 16px;
}

/* Start 08-06-2020 */


	@media (min-width:1440px) {
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}



.why-digi {
	    color: #072047;
    font-size: 24px;
    font-family: 'Rubik', sans-seri;
    font-weight: 400;

}

.why-digi-1 {
    float: right;
    padding:0 15px;
}
.why-digi-1 h5{
	color: #072047;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik', sans-seri;
}
.why-digi-1 p{
	color: #072047;
    font-size: 15px;
    font-family: 'Rubik', sans-seri;
}
/* .why-digi-1 img{
	min-height: auto;
    position: absolute;
    right: 30px;
    bottom: 25px;
} */
.why-digi-1{}

.il-blk {
	display: inline-block !important;
    min-height: auto !important;
}
.bimg{
	margin: 0 auto;
	max-width:47px
}

.alimcn{
	align-items: flex-end;
    display: flex;
}
.alm-img{
	margin-bottom:20px;
	min-height:auto !important;
}
.alm-dt{
	margin-bottom: 20px;
	color: #072047;
    font-size: 24px;
    font-family: 'Rubik', sans-seri;
    font-weight: 400;
}
.amdr{
	color: #072047 !important;
    opacity: 1 !important;
    font-size: 17px !important;
	text-align: left;
	font-weight: 600;
}
.home-p .banner-logos .slick-slide img {
    min-height: auto;
}
.popular-course .slick-slide img {
    min-height: auto !important;
}
.banner-cl{
position: absolute;
left: -150px;
top: 0;
width:122.3%;
}
.banner-cl .slick-list{padding:0 28% 2px 0;}
.qutre, .n-pra img, .nmre img {
	min-height:auto;
}
.bnr-slide-1{
	background: url(../img/test-img2.png);padding: 60px 70px;background-repeat: no-repeat;background-size: contain;max-height: 416px;min-height: 416px;
}
.bnr-slide-2{
	background: url(../img/why-img-2.png);padding: 60px 70px;     padding-top: 70px;background-repeat: no-repeat;background-size: contain;border-radius: 10px;max-height: 416px;min-height: 416px;
}
.bnr-slide-3{
	background: url(../img/bn-alumni-2.png);padding: 60px 70px;     padding-top: 70px;background-repeat: no-repeat;background-size: contain;border-radius: 10px;max-height: 416px;min-height: 416px;
	}
.bnr-slide-4{
	background: url(../img/lstbn-img.png);padding: 60px 70px;     padding-top: 70px;background-repeat: no-repeat;background-size: contain;border-radius: 10px;max-height: 416px;min-height: 416px;
}
.bnr-slide-4-my {
    	background: url(../img/lstbn-img2.png);padding: 60px 70px;     padding-top: 70px;background-repeat: no-repeat;background-size: contain;border-radius: 10px;max-height: 416px;min-height: 416px;

}
.bnr-slide-4 .wrapCd, .bnr-slide-4-my .wrapCd {
	    background: transparent;
    padding: 0;
    border-radius: 0;
    color: #fff;
}
.bnr-slide-4 .wrapCd h2, .bnr-slide-4-my .wrapCd h2 {
    color: #fff;
font-size: 23px;
    font-family: 'Rubik', sans-serif;
    line-height: 28px;
    margin-bottom: 2px;
}
.bnr-slide-4 .wrapCd ul li, .bnr-slide-4-my .wrapCd ul li {
    padding: 5px 0 2px;
    color: #fff;
    font-size: 16px;
}
.bnr-slide-4 .wrapCd ul li img, .bnr-slide-4-my .wrapCd ul li img{
	min-height:auto !Important
}

.domain-anal .slick-list {
    padding-bottom: 0 !important;
}
.pop-cl .slick-slide img {
    min-height: auto !important;
        max-height: 46px;
}
.pro-cat .pr-course-name {
     min-height: auto; 
}
.testi-sec .owl-prev {
    display: none !important;
}
.testi-sec .owl-nav {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.testi-sec .owl-dots {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.testi-sec .owl-carousel button.owl-dot {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    border: 1px solid #e6e7e8;
}
.testi-sec .owl-carousel button.owl-dot.active {
    background: #e6e7e8;
}
.testi-sec .courses__item {
    text-align: center;
}

/* 26-06-2020 */

.view-cert{
	margin: 15px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    border-radius: 4px;
    color: #252525;
    font-size: 15px;
}
.t-c, .certificate-img {
	text-align: center !important;
	padding: 10px;
}
.certificate-slider .oval-right {
    top: 40%;
    right: 0;
    margin-top: -20px;
    margin-right: 0px;
}
.certificate-slider .oval-left {
    top: 40%;
    left: 0;
    margin-top: -20px;
    margin-left: 0;
}
.cl{
	margin-top: -2px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    color: #a7a6a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
}

/* 26-06-2020 */


@media (min-width: 1610px) and (max-width: 1930px) {
.banner-cl {
    left: -169px;
    width: 117.8%;
}
.mw-90 {
	width: 90%;
}
.qutre {
    right: 180px;
    bottom: -20px;
}
.mw-75{
	    width: 75%;
}
.mw-78 {
	width:78.6%;
}
}
@media (min-width: 1440px) and (max-width: 1600px) {
.why-digi-1 {
    padding:0 30px;
}
.qutre{
	right:90px
}
.banner-cl {
    left: -150px;
    width: 120%;
}
.nmre{
	margin-top:15px;
	
}

.bnr-slide-3{
	min-height: 418px;
	 max-height: 418px;
	}
.bnr-slide-2{
	min-height: 418px;
    max-height: 418px;
	}

.bnr-slide-1{
	min-height: 418px;
    max-height: 418px;
	}
}

@media (max-width: 1024px){
.bnr-slide-4,  .bnr-slide-4-my{
	    padding: 60px 50px;
    padding-top: 55px;
	min-height: 418px;
	 max-height: 418px;
	}
.bnr-slide-4 .wrapCd  h2, .bnr-slide-4-my .wrapCd  h2 {
    font-size: 19px;
    line-height: 20px;
}
.bnr-slide-4 .wrapCd ul li img, .bnr-slide-4-my .wrapCd ul li img {
    min-height: auto !Important;
    width: 40px;
}
.bnr-slide-4 .wrapCd ul, .bnr-slide-4-my .wrapCd ul {
    margin-bottom: 15px;
}
.bnr-slide-2 {
    padding: 60px 50px;
}
.bnr-slide-3 {
    padding: 60px 50px;
}
.banner-cl {
    position: relative;
    left: auto;
    top: auto;
	width: 100%;
}
.banner-cl .slick-list {
    padding: 0;
}
.bnr-slide-1 {
    padding: 60px 50px;
}	
.n-pra p{
	font-size:13px;
}
.right-sidbg .table>thead>tr>th {
    padding: 19px 21px;
    font-size: 18px;
}
.frst-td {
    padding-left: 20px !important;
}
.left-sidemg {
    background-position: center;
}
.bnr-slide-2 .why-digi{
    margin-bottom: 10px;
    padding-left: 20px;
	}
.bnr-slide-2 .why-digi{
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
	}
.bnr-slide-2 .why-digi-1 h5 {
    font-size: 18px;
}
.bnr-slide-2 .bimg {
    margin: 0 auto;
   width: 35px;
}
.bnr-slide-2 .why-digi-1 p {
    font-size: 13px;
}
.bnr-slide-3 .alm-dt{
    margin-bottom: 10px;
    padding-left: 20px;
}
.nmre{
	margin-top:5px;
}
.why-digi-1{
	padding:0 5px;
}
.qutre {
    position: absolute;
    right: 20px;
    bottom: 0px;
    max-width: 30px;
}
}

@media (max-width: 992px){
.compan-trust {
    background-position: initial;
}
.bnr-slide-4, .bnr-slide-4-my{
		padding: 29px;
    background: #fff;
    border-radius: 8px;
	min-height: 364px;
}
.bnr-slide-4 .wrapCd, .bnr-slide-4-my .wrapCd{
	padding:0 !important;
}
.bnr-slide-4 .wrapCd ul li, .bnr-slide-4-my .wrapCd ul li {
    padding: 5px 0 2px;
    color: #414042;
    font-size: 16px;
}
.bnr-slide-4 .wrapCd ul li img, .bnr-slide-4-my .wrapCd ul li img {
    min-height: auto !Important;
    width: auto;
}
.bnr-slide-2 .bimg {
    margin: 0 auto;
    width: auto;
}
	.banner-cl .slick-list{padding:0 ;}
.catch-box {
    margin-top: 0;
    margin-bottom: 20px;
}
.img-cah {
    margin-top: 0;
}
.right-sidbg .table>thead>tr>th {
    padding: 6px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px;
}
.frst-td {
    text-align: left;
    padding-left: 8px !important;
}
.left-sidemg h3 {
    line-height: 36px;
}
.left-sidemg {

    background-size: cover;
    background-position: center;
}
.smart-menu .smart-wrapper .menu a {
    padding: 1.1rem .5rem;
    font-size: 12px;
}
.bnr-slide-3{
	padding: 22px 10px;
    background: #fff;
    border-radius: 8px;
	min-height: 364px;
	}
.bnr-slide-2{
	padding: 22px 10px;
    background: #f3f2f2;
    border-radius: 8px;
	    min-height: 364px;
    max-height: initial;
	}

.bnr-slide-1{
padding: 31px 10px;
    background: #fff;
    border-radius: 8px;
	    min-height: 364px;
    max-height: initial;
	}
	.banner-cl {
    position: relative;
    left: auto;
    top: 0;
    width: 100%;
}
.qutre {
    right: 20px;
}
	.home-page-sed .wrapCd h1 {
    color: #537cbb;
font-size: 23px;
    font-family: 'Rubik', sans-serif;
    line-height: 28px;
    margin-bottom: 15px;
}
.home-page-sed .wrapCd ul li {
    padding: 5px 0 2px;
    color: #414042;
    font-size: 16px;
}
.home-page-sed .wrapCd {
    padding: 29px;
}
.compan-trust .col-md-5 .text-right{
    text-align: center;
}
}

@media (max-width: 767px){
.compan-trust {
    background-position: initial;
    background-repeat: initial;
    background-size: initial;
}
.compan-trust .col-md-5 .text-right{
    text-align: center;
}
.why-digi {
    margin-bottom: 10px;
}
.no-mobile-ds{
	display:none
}	
.home-p.funfactArea {
    margin-top: -30px;
}
.right-sidbg {
    text-align: center;
    height: auto;
}
.right-sidbg table{
	    margin-bottom: 0;
}
.our-differentiators .max {
    margin-top: 30px;
}
.smart-menu.shown {
    display: none;
}
.left-sidemg .cont {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}
.left-sidemg {
    padding: 40px;
    margin: 0 auto 30px auto;
    height: auto;
    background-size: cover;
    background-position: center;
}
.home-page-sed {
    padding: 7% 0 7%;
}
}
@media (max-width: 360px){
}
@media (max-width: 320px){
}
/* End 08-06-2020 */
/* End Home Page */
.new-chgs .six-pionts .points-cls h2 {
    color: #537cbb;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
}
#free_orientation_form .phoneCodediv{
	width: 100%;
}

#free_orientation_form .intl-tel-input.separate-dial-code .selected-dial-code{
	padding-left: 8px;
	color: #5d5d5d;
}

#free_orientation_form .intl-tel-input .country-list.dropup{
	color: #5d5d5d;
}
#free_orientation_form .intl-tel-input input, .intl-tel-input input[type=text]{
	border: 0;
    border-radius: 0;
	padding: 6px 12px;
	padding-left: 96px;
}
/* Start 07-07-2020 */
.checkout-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fafbfa;
}

.checkout {
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 60px;
    margin-top: 60px;
}

.panel {
	margin-bottom: 0px;
}

.checkout-step {
    color: #666;
    font-size: 14px;
/*     padding: 15px; */
    position: relative;
    margin-bottom: 16px;
    border-radius: 3px;
    -webkit-box-shadow: -0.2px 2px 7px 0 #ebebeb;
    box-shadow: -0.2px 2px 7px 0 #ebebeb;
	    border: 0;
}



.checkout-step-title a{
	font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    display: block;
    margin: 0px;
    padding: 15px 30px;
	background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    color:#fff;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.checkout-step-title .checkout-step-number {
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    position: absolute;
    left: -15px;
    top: 11px;
    font-family: 'Teko', sans-serif;
}
.checkout-step-title a .checkout-step-number{
	box-shadow: none;
    border: 2px solid #1b69b1;
    color: #1b68b0;
    background: #fff;
}
.checkout-step-title .collapsed .checkout-step-number {

    background: #ffffff;
    font-weight: 500;
    color: #f48220;
    -webkit-box-shadow: -0.2px 2px 7px 0 #ebebeb;
    box-shadow: -0.2px 2px 7px 0 #ebebeb;
	border: 2px solid #fff;
}

.checkout-step-title .collapsed{
    background: #fff;
    border-radius: 3px;
	color: #42495b;
}
.checout-address-step {}

.checout-address-step .form-group {
	margin-bottom: 18px;
	display: inline-block;
	width: 100%;
}

.checkout-step-body {
	padding-left: 20px;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    padding-right: 20px;
}

.checkout-step-active {
	display: block;
}

.checkout-step-disabled {
	display: none;
}

.checkout-login {}

.login-phone {
	display: inline-block;
}

.login-phone:after {
	content: '+91 - ';
	font-size: 14px;
	left: 36px;
}

.login-phone:before {
	content: "";
	font-style: normal;
	color: #333;
	font-size: 18px;
	left: 12px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.login-phone:after,
.login-phone:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login-phone .form-control {
	padding-left: 68px;
	font-size: 14px;
}

.checkout-login .btn {
	height: 42px;
	line-height: 1.8;
}

.otp-verifaction {
	margin-top: 30px;
}

.checkout-sidebar {
	background-color: #fff;
	border: 1px solid #eaefe9;
	padding: 30px;
	margin-bottom: 30px;
}

.checkout-sidebar-merchant-box {
	background-color: #fff;
	border: 1px solid #eaefe9;
	margin-bottom: 30px;
}

.checkout-total {
	border-bottom: 1px solid #eaefe9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.checkout-invoice {
	display: inline-block;
	width: 100%;
}

.checout-invoice-title {
	float: left;
	color: #30322f;
}

.checout-invoice-price {
	float: right;
	color: #30322f;
}

.checkout-charges {
	display: inline-block;
	width: 100%;
}

.checout-charges-title {
	float: left;
}

.checout-charges-price {
	float: right;
}

.charges-free {
	color: #43b02a;
	font-weight: 600;
}

.checkout-payable {
	display: inline-block;
	width: 100%;
	color: #333;
}

.checkout-payable-title {
	float: left;
}

.checkout-payable-price {
	float: right;
}

.checkout-cart-merchant-box {
	padding: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #eaefe9;
	padding-bottom: 20px;
}

.checkout-cart-merchant-name {
	color: #30322f;
	float: left;
}

.checkout-cart-merchant-item {
	float: right;
	color: #30322f;
}

.checkout-cart-products {}

.checkout-cart-products .checkout-charges {
	padding: 10px 20px;
	color: #333;
}

.checkout-cart-item {
	border-bottom: 1px solid #eaefe9;
	box-sizing: border-box;
	display: table;
	font-size: 12px;
	padding: 22px 20px;
	width: 100%;
}

.checkout-item-list {}

.checkout-item-count {
	float: left;
}

.checkout-item-img {
	width: 60px;
	float: left;
}

.checkout-item-name-box {
	float: left;
}

.checkout-item-title {
	color: #30322f;
	font-size: 14px;
}

.checkout-item-unit {}

.checkout-item-price {
	float: right;
	color: #30322f;
	font-size: 14px;
	font-weight: 600;
}

.checkout-viewmore-btn {
	padding: 10px;
	text-align: center;
}

.header-checkout-item {
	text-align: right;
	padding-top: 20px;
}

.checkout-promise-item {
	background-repeat: no-repeat;
	background-size: 14px;
	display: inline-block;
	margin-left: 20px;
	padding-left: 24px;
	color: #30322f;
}

.checkout-promise-item i {
	padding-right: 10px;
	color: #43b02a;
}
.cntu-btn {
	padding: 8px 16px;
    font-size: 14px;
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    color: #fff !important;
    font-weight: 700;
    border: 1px solid transparent !important;
    text-transform: uppercase;
	border-radius: 3px;
	float: right;
	margin-top: 10px;
}
.nbld{
	font-weight: 600;
    color: #42495b;
    font-size: 16px;
}
.mb-10 {
	margin-bottom:10px;
}
.tabs-left, .tabs-right {
  border-bottom: none;
}
.tabs-left {
border-right: 1px solid #fbfbfb;
    background: #fbfbfb;
}
.tabs-left>li, .tabs-right>li {
  float: none;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #e8e8e8;
  border-right-color: transparent;
      color: #f48220;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #e8e8e8;
  border-left-color: transparent;
}
.tabs-left>li>a {
    margin-right: 0;
    display: block;
    border-radius: 0;
border-bottom: 1px solid #e8e8e8;
color: #42495b;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-l-0 {
	padding-left:0;
}
.dslt {
	display:flex;
	align-items:center;
	margin-bottom: 15px;
}
.we-acpt{
	font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}
.ul-lgs {
	display: inline-block;
    position: relative;
	margin-right: 15px;
    margin-left: 15px;
}
.ul-lgs li {
	display: inline-block;
    margin-right: 10px;
}
#upi p{
	margin-bottom: 15px;
}
.pay-secure{
	padding: 8px 16px;
    font-size: 14px;
    background: linear-gradient(to right,#ff582b 0%,#ff8f31 100%);
    color: #fff !important;
    font-weight: 700;
    border: 1px solid transparent !important;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
}
.py-mg{
    margin-bottom: 0 !important;
    margin-top: 15px;
}
.discount_apply {
    position: relative;
    display: inline-block;
    margin: 14px 0 14px!important;
}
.input-discount input {
    border-bottom: 2px dashed rgba(232, 232, 232, 0.9) !important;
}
.discount_apply input {
	font-size: 14px;
    font-weight: normal;
    color: #272c37;
    border: 0;
    padding: 6px 5px;
	outline: none;
}
.coupon_arrow {
border: 2px solid #f7f7f7;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
    width: 78px;
    text-align: center;
    line-height: 32px;
    height: auto;
    color: #42495b;
    font-weight: 600;
}

/* End 07-07-2020 */

/* Start 21-07-2020 */
.banner-form .nav-tab-holder {
    padding: 0 0 20px;
    float: right;
    margin: 0 auto;
    text-align: center;
}

.banner-form .nav-tab-holder .nav-tabs {
    border: 0;
    float: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}
.banner-form .nav-tab-holder .nav-tabs > li > a {
    background: #e6e7e9;
    color: #6c6c6c;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 80px;
    text-align: center;
    padding: 10px 15px;
    border: 0;
    font-family: 'Rubik', sans-serif;
}
.banner-form .nav-tab-holder .nav-tabs > li .for-indv {
    margin-left: 0;
    margin-right: -30px;
}
.banner-form .nav-tab-holder .nav-tabs > li .for-bisins {
    margin-left: -30px;
    margin-right: 0;
}
.banner-form .nav-tab-holder .nav-tabs > li.active > a, .banner-form  .nav-tabs > li.active > a:hover, .banner-form  .nav-tabs > li.active > a:focus {
    color: #FFF;
    background-color: #f48220;
    z-index: 9;
}
.banner-form .check {
	text-align: left;
}
.enrl-bn {
	background: #fa7d01;
    border-color: #fa7d01;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 17px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 24px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 0;
}
.mb-0 {
	margin-bottom:0px !important;
}
.banner-form .form-control {
    border: 1px solid #ddd !important;
    box-shadow: none;
    border-radius: 0 !important;
    height: 37px;
    padding: 4px 10px !important;
    font-size: 15px;
}
.banner-form {
    padding: 25px 20px !important;
    border-radius: 0 !important;
}
.banner-form .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 10px;
}
 .banner-form #request-for-individuals .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 28px;
}
 .banner-form #request-for-business .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 28px;
}
.banner-form-dv .videi-ci {
    align-items: center;
}
.banner-form-dv .videi-ci .playBtn{
	line-height: 43px;
	width: 45px;
    height: 45px;
}
.banner-form-dv .form-group {
    margin-bottom: 10px;
}
 .white {
     color:#fff !important;
}
 .our-client-title {
     text-align: center;
     color: #222;
     margin: 0;
     margin-top: 30px;
}
#request-a-callback .modal-header {
    border: 0;
}
#request-a-callback .modal-header .close {
    margin-top: -2px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
    color: #a7a6a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    font-weight: 400;
}
#request-a-callback .modal-dialog {
    width: 350px;
}
#request-a-callback .banner-form{
    padding: 0 0 10px!important;
}
#request-a-callback .banner-form .nav-tab-holder .nav-tabs > li > a {
    font-size: 14px;
}

.footer-sticky {
    background: #072047;
    bottom: 0;
    display: inline-block;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99;
    transition: all 1s ease;
    font-family: 'Rubik', sans-serif;
}
.option-point {
    display: inline-block;
    color: #fff !important;
    padding: 10px 5px;
    cursor: pointer;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
}
.option-point i {
    padding-right: 4px;
}
.footer-sticky-list {
    margin: 0 auto;
    text-align: center;
}
.footer-sticky-list li{
/*padding: 0 20px;*/
    display: inline-block;
    min-width: 24%;
}
.footer-sticky-list li a span{
    font-weight: 500;
    padding-right: 5px;
}
.fa-whatsapp{
    color: #fff;
    background: #00e676;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding-right: 0 !important;
    border-radius: 50%;
    margin-right: 4px;
}
.footer{
    padding-bottom: 40px;
}
.widget-contactus-clp {
    display: inline-block;
    height: auto;
    margin-bottom: -3px;
    margin-left: -3px;
    position: fixed;
    right: 0;
    top: 287px;
    z-index: 9999;
}
.slidingDiv {
	margin-top: 10px;
    background: #fff;
    bottom: 140px;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 12px;
    padding-bottom: 20px;
    position: relative;
    right: 0;
    text-align: left;
    width: 350px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 99999;
    -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
    box-shadow: -0.2px 3px 16px 0 #ebebeb;
}
.show_hide {
    display:block;
}
.tdf{
    font-size: 15px;
    color: red !important;
    text-align: right;
    float: right;
    padding-right: 15px;
    padding-bottom: 10px;
}
.slidingDiv .banner-form .nav-tab-holder .nav-tabs > li.active > a {
	    font-size: 14px;
}
.banner-form-dv .phoneCodeinput, .banner-form-dv .phoneCodeinput {
    padding-left: 90px !important;
}
.banner-form-dv .phoneCodediv {
    margin-bottom: 10px !important;
    width: 100%;
}
.banner-form #for-individuals-mak .intl-tel-input.separate-dial-code .selected-dial-code, .banner-form #for-business-mak .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 25px;
}
.mobile-view-call {
    bottom: 110px;
    left: 5px;
}
.mob-none{
    font-weight:400 !important;
}
.logo-mobile-menu img{
    width: 32%;
}
em {
	font-style: italic;
}
.video-close {
	padding:0;
	border: 0;
}
.video-close .close{
	margin-top: -2px;
    -webkit-box-shadow: -1.2px 1px 10px 0 #ebebeb;
    box-shadow: -1.2px 1px 10px 0 #ebebeb;
    color: red;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    font-weight: 400;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
}

/* Start 01-12-2021 */
.home-page-sed .wrapCd p{
	font-family: 'Rubik', sans-serif;
    font-weight: 400;
	color: #002f87;
}
.home-page-sed .wrapCd p + p{
	    font-family: 'Rubik', sans-serif;
		font-weight: 500;
}
.home-page-sed .wrapCd ul.new-cnt li{
	color: #002f87;
    font-weight: 400;
    align-items: baseline;
    font-size: 20px;
	padding: 3px 0;
}
.home-page-sed .wrapCd h1{
	color: #002f87;
}
.home-page-sed .wrapCd .home-mg-list {
	margin-bottom: 7px;
    margin-top: 18px;
}
.home-page-sed .wrapCd .home-mg-list li{
	display: inline-block;
    padding: 0;
}
/* End 01-12-2021 */

@media (max-width: 767px) {
.banner-form .nav-tab-holder {
    padding: 0 0 20px 0px;
    float: initial;
}
.banner-form .nav-tab-holder .nav-tabs > li .for-indv {
    margin-left: 0;
    margin-right: -22px;
    font-size:14px;
}
.banner-form .nav-tab-holder .nav-tabs > li > a {
	padding: 10px 20px;
}
.banner-form .nav-tab-holder .nav-tabs > li .for-bisins {
    margin-left: -22px;
    margin-right: 0;
    font-size:14px;
}
.banner-form .nav-tab-holder .nav-tabs {
    display: inline-block;
    table-layout: initial;
    width: auto;
}
#request-a-callback .modal-dialog {
    width: auto;
}
#request-a-callback .banner-form .nav-tab-holder {
    padding: 0 30px 20px 30px;
    float: initial;
    margin: 0 auto;
    text-align: center;
}
#request-a-callback .banner-form .nav-tab-holder .nav-tabs > li .for-bisins {
    margin-left: -25px;
}
#request-a-callback .banner-form .nav-tab-holder .nav-tabs > li .for-indv {
    margin-right: -20px;
}

.widget-contactus-clp{
    display:block;
}
.mob-none {
    display:none !important;
}
.footer {
    padding-bottom: 100px;
}
}
/* End 21-07-2020 */

/* Start 17-09-2020 */
@media(max-width: 2560px) and (min-width: 1600px){
.qutre{
	    right: 140px;
}
.bnr-slide-2 {
    min-height: 425px;
    max-height: 425px;
    padding: 60px 100px;
}
}

/* End 17-09-2020 */
