/*Website_css start*/
.mtop20 { margin-top: 20px;}
.mtop10 { margin-top: 10px;}
.w-100 { width: 100%; display: table;}

.padzero {
  padding-left: 0px;
  padding-right: 0px;
}

.marzero {
  margin-left: 0px;
  margin-right: 0px;
}

.d_flex {
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  flex-direction: row;
}

.d_flex>div {
  margin-left: -1px;
}

button{
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-Medium';
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px;
  outline-offset: 0px;
}
h1 {
  font-family: 'Poppins-Black';
  font-family: 'Poppins-Regular'; 
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-ExtraBold';
  font-family: 'Poppins-Light';
  font-family: 'Poppins-Medium';
  font-family: 'Poppins-Bold';
}

h2 {
  font-family: 'Poppins-Black';
}

h3 {
  font-family: 'Poppins-SemiBold';
  font-size: 32px;
  color: #000000;
  line-height: 1;
  letter-spacing: .2px;
  /*text-transform: capitalize;*/
}

h4 {
  font-family: 'Poppins-Black';
  font-family: 'Poppins-Regular'; 
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-ExtraBold';
  font-family: 'Poppins-Light';
  font-family: 'Poppins-Medium';
  font-family: 'Poppins-Bold';
  font-size: 20px;
  color: #0a0a0a;
  line-height: 1;
  text-transform: capitalize;
}

h5 {
  font-family: 'Poppins-Black';
  font-family: 'Poppins-Regular'; 
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-ExtraBold';
  font-family: 'Poppins-Light';
  font-family: 'Poppins-Medium';
  font-family: 'Poppins-Bold';
  font-size: 20px;
  color: #ffffff;
  line-height: 1.6;
}

h6 {
  font-family: 'Poppins-Black';
  font-family: 'Poppins-Regular'; 
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-ExtraBold';
  font-family: 'Poppins-Light';
  font-family: 'Poppins-Medium';
  font-family: 'Poppins-Bold';
}

p {
  font-family: 'Poppins-Regular'; 
  font-size: 14px;
  color: #0a0a0a;
  line-height: 1.6;
}

ul {
  /*font-family: 'Poppins-Regular'; */
  color: #0a0a0a;
}

ul li {
  font-size: 14px;
  line-height: 1.6;
}

.bodywrapper {
  position: relative;
  width: 100%;
  float: left;
}

.commonsection {
  position: relative;
  width: 100%;
  float: left;
}

.sectioninner {
  position: relative;
  width: 100%;
  float: left;
}

.headerBanner {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.section1inner {
  position: relative;
  width: 100%;
  margin: 0;
  float: left;
  /*padding: 0 4%;*/
  padding: 0px 6% 0px 3%;
  z-index: 2;
}

.section1Contentinner {
  position: relative;
  width: 100%;
  margin: 0;
  float: left;
  /*padding: 0 0 0 33%;*/
  padding: 0;
}

.iesformDiv {
  position: relative;
  width: 100%;
  float: left;
  padding: 25px 22px;
  /*background-color: rgba(250,164,26,.5);*/
  border-radius: 0px;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(212,91,35,.5);
  /*background-image: linear-gradient(to top,#d45b23 ,#d35b21, #c3641f );*/
  background: rgba(214,103,42,.75);  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(212,91,35,1), rgba(211,91,33,.85), rgba(195,100,31,.75) );  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(212,91,35,1), rgba(211,91,33,.85), rgba(195,100,31,.75) );  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*margin-top: 170px;*/
}

.iesforminner {
  position: relative;
  width: 100%;
  float: left;
  text-align: left;
}

.iesforminner form {
  position: relative;
  width: 100%;
  float: left;
}

.inner_border {
  /*border: 7px solid transparent;*/
  /*box-shadow: inset 0px 0px 0px 1px #8083ff;*/
  box-sizing: border-box;
}

.iesforminner h4 {
  position: relative;
  font-size: 26px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: .4px;
  line-height: 1.15;
}
.form-check-group .form-check.form-flex input.form-check-input[type=checkbox] { width: auto; left: auto; min-height: 12px;}
.form-check-group .form-check.form-flex { display: flex; margin-top: 5px;}
.form-check-group .form-check.form-flex .form-check-label { font-size: 13px; color:#FFF; padding-left: 5px;}
.iesforminner h4:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 180px;
  height: 10px;
  background: url(../images/logos/form_border.png) no-repeat left center;
}

.iesforminner h4 small {
  font-size: inherit;
  color: inherit;
  display: block;
  font-size: 23px;
  font-family: 'Poppins-Regular';
  margin-bottom: 5px;
}

.iesforminner .form-group {
  margin-bottom: 7px;
  position: relative;
  width: 100%;
  float: left;
}

.boy_girl {
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  width: 57%;
  max-width: 460px;
}

.iesforminner .form-control,
.iesforminner .form-group:last-child {
  margin-bottom: 0px;
}

.iesforminner .form-group:nth-last-child(2) {
  margin-bottom: 10px;
}

.iesforminner form select::-webkit-input-placeholder {
  color: #ffffff;
}

.iesforminner form select::-moz-placeholder {
  color: #ffffff;
}

.iesforminner form select:-ms-input-placeholder {
  color: #ffffff;
}

.iesforminner form select:-moz-placeholder {
  color: #ffffff;
}

.iesforminner form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.iesforminner form input[type="text"]::-moz-placeholder {
  color: #ffffff;
}

.iesforminner form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

.iesforminner form input[type="text"]:-moz-placeholder {
  color: #ffffff;
}

.iesforminner form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}

.iesforminner form input[type="email"]::-moz-placeholder {
  color: #ffffff;
}

.iesforminner form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}

.iesforminner form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}

.iesforminner form textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.iesforminner form textarea::-moz-placeholder {
  color: #ffffff;
}

.iesforminner form textarea:-ms-input-placeholder {
  color: #ffffff;
}

.iesforminner form textarea:-moz-placeholder {
  color: #ffffff;
}

.iesforminner form input,
.iesforminner form select,
.iesforminner form textarea,
.iesforminner form .form-control,
.iesforminner form select.form-control {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  /*text-transform: capitalize;*/
  padding: 8px 15px;
  height: auto;
  box-shadow: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  border-radius: 0px;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 40px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,1);
}

.iesforminner form select,
.iesforminner form select.form-control {
  background: url(../images/logos/DDownarowWhite.png) no-repeat 95% center;
  padding-right: 35px;
}

.iesforminner form input:hover,
.iesforminner form input:focus,
.iesforminner form input:active,
.iesforminner form .form-control:hover,
.iesforminner form .form-control:focus,
.iesforminner form .form-control:active {
  color: #ffffff;
  /*background-color: #ffffff;*/
  border-color:rgba(255,255,255,1);
  box-shadow: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.iesforminner form select:hover,
.iesforminner form select:focus,
.iesforminner form select:active,
.iesforminner form select.form-control:hover,
.iesforminner form select.form-control:focus,
.iesforminner form select.form-control:active {
  color: #000000;
}


.iesforminner form button,
.submitbtn {
  width: auto;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .2px;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 14px 45px;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background-color: #263a80;
  outline: none;
  border: none;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.iesforminner form button:hover,
.iesforminner form button:focus,
.iesforminner form button:active {
  color: #ffffff;
  background-color: #263a80;
  text-decoration: none;
}

.section1 {
  position: relative;
  width: 100%;
  float: left;
  background: url(../images/banner1.jpg) no-repeat top center;
  background-size: cover;
  min-height: 540px;
  overflow: hidden;
}

.cornersec1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52%;
  z-index: 2;
}

.section1 .container {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
}

.section1LT {
  position: relative;
  width: 65%;
  display: inline-block;
  float: left;
  margin: 0;
}

.section1LTContent {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0px;
  height: 100%;
  /*background-color: rgba(0,0,0,.25);*/
  /*margin-bottom: -50px;*/
}

.section1RT {
  position: relative;
  width: 35%;
  display: inline-block;
  float: left;
  margin: 0;
  margin-top: 84px;
  z-index: 4;
}

.section1LTContent h1 {
  text-align: left;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: .5px;
}
.section1LTContent h1 > span {
  font-size: 30px;
  display: block;
}
.section1LTContent h2 {
  font-family: 'Poppins-Regular'; 
  text-align: left;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
}

.section1LTtitle {
  position: relative;
  width: 100%;
  max-width: 494px;
  float: left;
  display: inline-block;
  margin-bottom: 0px;
}

.section1LTContent ul {
  position: relative;
  float: left;
  display: inline-block;
  padding-left: 15px;
}

.section1LTContent ul li {
  display: inline-block;
  margin: 0 4px 0 0;
}

.section1LTContent ul li img {
  width: 90px;
}


/*sec2 start*/

.section2 {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 0px;
}

.section2 .container {
  width: 100%;
  float: left;
  background-color: #e9e9e9;
}

.section2inner {
  width: 100%;
  float: left;
}

.section2Contentinner {
  width: 100%;
  float: left;
}
.section2RTContent2 ul.noarrow-img li {
    width: 18%;
float: left;
margin-right: 10px;
border: 1px solid rgba(0,0,0,.2);
}
.section2RTContent2 ul.noarrow-img li::before {
    background-image: none;
    left: 0;
}
.section2RTContent2 h4 {
    margin: 0 0 12px 0;
}
.section2RTinner.top-p0 {
    padding-top: 0px;
}
.section2RTinner.btm-p0 {
    padding-bottom: 0px;
}
.section2RTContent2 {
  padding: 0 15px;
}

.section2LT {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  float: left;
  display: inline-block;
  /*background: url(../images/sec2LtIMG.jpg) no-repeat right center;*/
  background: url(../images/whyEduBanner.jpg) no-repeat center center;
  background-size: cover;
}

.section2.student-awards .container {
    background:#E9E9E9;
}
.section2.student-awards ul {
    padding: 0 20px 20px;
}
.section2.student-awards ul li {
    margin-right: 20px;
    width: 18%;
    border: 1px solid rgba(0,0,0,.2);
}
.section2.student-awards ul li > img {
    width: 100%;
}
.section2.student-awards .sec2Title {
    background:transparent;
    padding: 26px 20px 0;
}
.section2.student-awards .sec2Title h3 {
  color:#0a0a0a;
  font-size: 20px;
  text-align: left;
}
.section2.student-awards .sec2Title h3::after {
  background:transparent;
}
.section2LT img {
  width: 100%;
}

.section2RT {
  width: 60%;
  float: right;
  display: inline-block;
}

.section2RTinner {
  width: 100%;
  float: left;
  padding: 45px 15px;
}

.section2RTContent {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 0 15px;
}

.sec2Title {
  padding: 26px 20px;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
}



.sec2Title h3 {
  position: relative;
  padding: 0 0 12px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.2;
  /*padding: 0 100px;*/
}
.sec2Title h3 span {
  position: relative;
  padding: 0 0 12px;
  color: #000000;
}

.sec2Title.redTxt h3 {
  color: #c32d25;
}

.sec2Title h3:before {
  content: '';
  /*position: absolute;
  left: 0;
  width: 85px;
  height: 2px;
  background: url(../images/logos/titleBorderLT.png) no-repeat center center;
  top: 50%;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.sec2Title h3:after {
  content: '';
  /*position: absolute;
  right: 0;
  width: 85px;
  height: 2px;
  background: url(../images/logos/titleBorderRT.png) no-repeat center center;
  top: 50%;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.section2RTContent h4 {
  margin: 0 0 12px 0;
}

.section2RTContent p {
  margin: 0 0 15px 0;
  padding-left: 0px;
  letter-spacing: .4px;
  word-spacing: 2px;
}

.section2RTContent ul {
  color: #0a0a0a;
  padding-left: 25px;
  margin: 0 0 20px 0;
  overflow: visible;
}
.section2RTContent ul li > b {
    font-weight: 600;
}

.section2RTContent ul li {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
  letter-spacing: .4px;
}
.section2RTContent ul.noarrow li::before {
    background-image: none;
    left: 0;
}
.section2RTContent ul.noarrow {
    padding-left: 0px;
}
.section2RTContent ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -18px;
  width: 9px;
  height: 9px;
/*  border-radius: 10px;*/
  /*background-color: #af0501;*/
  z-index: 2;
  background: url(../images/logos/li_arrow.png) no-repeat center center;
  background-size: contain;
}

/*sec2 close*/


/*.Recognition  start*/
.Recognition  .section4Cubes {
  padding: 10px;
}

/*.Recognition  close*/

/*.sectioncourse start*/

.sectioncourse {
  position: relative;
  background: url(../images/bannercourse.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

.sectioncourse .sectioninner {
  padding: 10px 7.5% 50px;
}

.sectioncourse .section2Contentinner {
  padding: 0px;
}

.sectioncourse .container {
  background-color: transparent;
}
.sectioncourse .sec2Title {
  background-color: transparent;
}
.sectioncourse .sec2Title h3 {
  /*color: #ffffff;*/
}

.sec2Title.whiteborder h3:before {
  content: '';
/*  position: absolute;
  left: 0;
  width: 85px;
  height: 2px;
  background: url(../images/logos/titleBorderLTwhite.png) no-repeat center center;
  top: 50%;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.sec2Title.whiteborder h3:after {
  content: '';
/*  position: absolute;
  right: 0;
  width: 85px;
  height: 2px;
  background: url(../images/logos/titleBorderRTwhite.png) no-repeat center center;
  top: 50%;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
}


/*accordian start*/

.panel-body p {
  margin-bottom: 6px;
}
.panel-body p b {
  font-family: 'Poppins-SemiBold';
  margin-right: 5px;
}
.panel-group {
  margin-bottom: 0px;
}
.panel-title {
  font-family: 'Poppins-Medium';
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  text-transform: initial;
}
.panel-default {
  /*border-color: #ddd;*/
  border: 0;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-group .panel+.panel {
  margin-top: 2px;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #0f0f0f;
  border-color: #e4e5e7;
  border: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 15px 20px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  /*font-family: 'Glyphicons Halflings';*/
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #333590;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  /*content: "\2212";*/
  content: url(../images/logos/accUParrow.png);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  /*content: "\002b";*/
  content: url(../images/logos/accUParrow.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*accordian close*/

/*.sectioncourse close*/


/*.sectionESL start*/
.sectionESL {
  position: relative;
}
.sectionESL {
  position: relative;
}
.sectionESL .section2RT .sec2Title h3 span {
  font-size: 90%;
}

.sectionESL .section2LT {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  top: initial;
  bottom: initial;
  left: initial;
  width: 50%;
  background: none;
  padding: 0;
  padding-right: 25px;
}
.sectionESL .section2RTinner {
  padding: 0;
  padding-left: 25px;
}
.sectionESL .section2RT {
  width: 50%;
  float: left;
  display: inline-block;
}

.sectionESL .container {
  background-color: transparent;
}
.sectionESL .sectioninner {
  padding: 25px 7.5%;
}

.sectionESL .section2RTContent {
  width: 100%;
  padding: 0 0 0 30px;
  counter-reset: benefitCounter;
}
.sectionESL .section2RTContent ul {
  color: #000000;
  padding: 0px;
  font-family: 'Poppins-Medium';
}

.sectionESL .section2RTContent ul li {
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 0px;
  padding-left: 45px;
  min-height: 35px;
}

.sectionESL .section2RTContent ul li:before,
.sectionESL .section2RTContent ul li::before {
  content: '';
  position: absolute;
  /*font-family: 'Poppins-Bold';*/
  font-size: 13px;
  top: 2px;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  background: none;
  background-size: contain;
  border-radius: 50px; 
  background-color: #4c4e9d; 
  color: #ffffff;
  counter-increment: benefitCounter;
  content: counter(benefitCounter);
}

.sectionESL p {
  font-size: 15px;
  color: #000000;
  line-height: 1.8;
  letter-spacing: -.2px;
  
  text-align: justify;

}
.sectionESL .sec2Title {
  padding: 45px 0px 10px 0px;
  text-align: left;
}
.sectionESL .sec2Title h3 {
  color: #000000;
  font-size: 34px;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
}

.sectionESL .sec2Title h3 span {
  color: #000000;
  font-family: 'Poppins-Bold';
}

.section2RTinner img{
  position: relative;
  width: 100%;
  float: left;
}

/*.sectionESL close*/


/*WhyEduglobe start*/
.WhyEduglobe .section2RTinner {
  width: 100%;
  float: left;
  padding: 5px 10px 30px 40px;
}
.WhyEduglobe .sec2Title {
  background-color: transparent;
}
.WhyEduglobe .sec2Title h3 {
  /*color: #ffffff;*/
}
.WhyEduglobe .section2RT {
  width: 60%;
  float: right;
  display: inline-block;
  background-color: #404296;
}

.sec2Title.whiteborder h3 {
  color: #ffffff;
}

.WhyEduglobe .section2RTContent {
  width: 100%;
  float: left;
  padding: 0 15px;
}

.WhyEduglobe p {
  margin: 0 0 20px 0;
  letter-spacing: 0px;
  word-spacing: 0px;
  line-height: 1.8;
  color: #ffffff;
}

.WhyEduglobe .section2RTContent ul {
  color: #ffffff;
  padding: 0px;
  float: left;
  width: 100%;
  margin: 0;
}

.WhyEduglobe .section2RTContent ul li {
  font-size: 15px;
  margin-bottom: 15px;
  letter-spacing: 0px;
  padding: 0 12px;
  padding-left: 60px;
  min-height: 56px;
  width: 50%;
  display: inline-block;
  float: left;
}
.WhyEduglobeContent {
  width: 100%;
  float: left;
  border-left: 1px solid #6163a8;
  padding: 0 0 0 12px;
}
.WhyEduglobe .section2RTContent ul li b {
  display: block; 
  font-family: 'Poppins-SemiBold';
}
.WhyEduglobe .section2RTContent ul li small {
  font-size: 90%;
}
.WhyEduglobe .section2RTContent ul li > img {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 50px;
  height: auto;
  background: none;
  background-size: unset;
}

.WhyEduglobe .section2RTContent ul li:before,
.WhyEduglobe .section2RTContent ul li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  width: 50px;
  height: 50px;
  background: none;
  background-size: unset;
}
/*WhyEduglobe close*/


/*placementsec start*/
.placementsec {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;  
}
.placementName, .placementCourse, .placementCompany {
  position: relative;
  float: left;
  width: 100%;
}

.placementsec .section4Cubes .placementName img {
  position: relative;
  width: 100%;
  border: 0;
  float: left;
}
.placementNameTitle {
  width: 100%;
  float: left;
  padding: 26px 20% 26px 0px;
}

.placementName {
  margin-bottom: 15px;
  padding: 0px;
  min-height: 100px;
  margin: 0;
  font-family: 'Poppins-Bold';
  font-size: 17px;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0px;
  text-transform: initial;
  text-align: left;
}
.placementNameLT {
  width: 40%;
  position: relative;
  float: left;
  display: inline-block;
}
.placementNameRT {
  width: 60%;
  position: relative;
  float: left;
  display: inline-block;
}

.placementNameRT p {
  font-family: 'Poppins-Medium';
  font-size: 13px;
  padding: 0 0 0 15px;
  letter-spacing: 0px;
}

.placementCourse {
  padding: 0px;
}

.placementCourse h4 {
  padding: 0px;
  margin-bottom: 7px;
  font-size: 22px;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: left;
  text-transform: initial;
  font-family: 'Poppins-SemiBold';
}
.placementCourse p {
  padding: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: left;
  text-transform: initial;
  font-family: 'Poppins-Regular';
  padding-left: 15px;
  min-height: 20px;
  background: url(../images/logos/drop_pin.png) no-repeat left top;
}

.placementFields {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 2px solid #a1d7f3;
  padding: 10px 0;
}

.placementCourse .placementFields:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;

}

.placementCompany{
  padding: 10px 15px;
}
.placementsec .section4Cubes .placementCompany img {
  position: relative;
  width: auto;
  max-width: 100%;
  border: 0;
}

.Placementslider  .slick-slide {
  margin: 15px;
  border: 0;
  background-color: #ffffff;
}

.Placementslider  .slick-list {
  margin: 0 -10px;
}

.placementsec .section4inner {
  padding: 0 ;
}

.placementsec .section4Contentinner {
  padding: 0 7.5%;
  overflow: visible;
}

.placementsec .sec2Title {
  padding: 25px 7.5% 0;
  text-align: left;
  background-color: transparent;
}

.placementsec .slick-prev:before, .placementsec .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placementsec .slick-prev,
.placementsec .slick-next{
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #ffffff;
  top: -40px;
  margin: 10px;
  /*-ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
  z-index: 2;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,.34);
}
.placementsec .slick-prev {
  left: unset;
  left: initial;
  right: 65px;
}
.placementsec .slick-next {
  right: 0px;
}

.placementsec .slick-prev:before {
  content: ' ';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/logos/ltarrow2.png) no-repeat center center;
}
.placementsec .slick-next:before {
  content: ' ';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/logos/rtarrow2.png) no-repeat center center;
}

.placementsec .sec2Title h3 {
  color: #ffffff;
  font-size: 34px;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
  padding: 0;
}
.placementsec .sec2Title h3 span {
  display: block;
  clear: both;
  color: inherit;
  padding: 0;
}

.section4.placementsec .sectioninner:before {
  content: '';
  position: absolute;
  width: 35%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #c02b25;
}

/*placementsec close


/*academicSec start*/

.academicSec {
  position: relative;
   background-color: #08174a;
  /*background: url(../images/AcademicBanner.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;*/
}

.section4Cubes img, .Academicimgs {
  border: 0px solid #bcbcbc;
}


.academicSec .section4Contentinner {
  padding: 0 7.5%;
}

.academicSec .sec2Title {
  background-color: transparent;
  padding: 0;
}

.academicSec .section4Cubes a {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.academicSec .section4Cubes img {
  border: 0;
  padding: 4px;
  max-width: 100%;
}

.academicSec .academicslider {
  padding-bottom: 0px;
}

.academicSec .section4Cubes {
  padding: 7px; 
  border: 0;
}

.academicSec.section4 {
  padding: 40px 0px 33px;
}

.academicSec .sec2Title h3 {
  font-size: 34px;
}

.academicslider .slick-prev:before, .academicslider .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.academicslider .slick-prev,
.academicslider .slick-next{
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #ffffff;
  top: 50%;
  margin: 0px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,.34);
}
.academicslider .slick-prev {
  left: -55px;
}
.academicslider .slick-next {
  right: -55px;
}
.academicslider .slick-prev:before {
  content: ' ';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/logos/ltarrow2.png) no-repeat center center;
}
.academicslider .slick-next:before {
  content: ' ';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/logos/rtarrow2.png) no-repeat center center;
}

/*academicSec close*/



/*testimonialSec close*/
.testimonialSec {
  position: relative;
}

.testimonialSec .Alumnislideritems img, .testimonialSec .Alumniquote {
  position: absolute;
  top: 20px;
  left: 15px;
  right: unset;
  right: initial;
  width: 20px;
  height: auto;
}

.testimonialSec .section7Cubes {
  position: relative;
  padding: 45px 40px 20px;
}

.testimonialSec .section7Cubes h4 {
  font-size: 18px;
  color: #000000;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 10px;
}
.testimonialSec .section7Cubes p {
  color: #000000;
  min-height: 262px;
}



/*testimonialSec close*/


/*sec3 start*/

.section3 {
  position: relative;
  width: 100%;
  float: left;
}

.section3 .container {
  width: 100%;
  float: left;
  background-color: #e9e9e9;
}

.section3inner {
  width: 100%;
  float: left;
}

.section3Contentinner {
  width: 100%;
  float: left;
  /*counter-reset: section;*/
}

.section3counter {
  position: relative;
  width: 100%;
  float: left;
}

.section3Cubes em {
  /* counter-increment: section;
  content: counter(section) " ";*/
  position: relative;
  font-family: 'Poppins-Black';
  font-size: 32px;
  float: right;
  display: none;
}

.section3Cubes:nth-child(odd) {
  color: #797979;
}

.section3Cubes:nth-child(even) {
  color: #d35252;
}

.section3RTinner {
  width: 100%;
  float: left;
  padding: 35px 15px;
}

.section3RTContent {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 0 15px;
}

.sec3Title {
  padding: 7% 20px;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  background: url(../images/features_banner.jpg) no-repeat top center;
  background-size: cover;
}

.sec3Title h3 {
  position: relative;
  font-family: 'Poppins-Bold';
  font-size: 50px;
  padding: 0px;
  color: #ffffff;
}

.section3RTContent h4 {
  margin: 0 0 12px 0;
}

.section3RTContent p {
  margin: 0 0 15px 0;
  padding-left: 15px;
}

.section3RTContent ul {
  color: #0a0a0a;
  padding-left: 15px;
  margin: 0 0 18px 0;
}

.section3RTContent ul li {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}

.section3Cubes {
  position: relative;
  padding: 32px;
  width: 20%;
  display: inline-block;
  overflow: hidden;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.section3Cubes:nth-child(odd) {
  background: rgba(96, 96, 96, 1);
  background: -moz-linear-gradient(top, rgba(96, 96, 96, 1) 0%, rgba(96, 96, 96, 1) 7%, rgba(96, 96, 96, 1) 15%, rgba(44, 44, 44, 1) 72%, rgba(19, 19, 19, 1) 88%, rgba(15, 15, 15, 1) 92%, rgba(15, 15, 15, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(96, 96, 96, 1)), color-stop(7%, rgba(96, 96, 96, 1)), color-stop(15%, rgba(96, 96, 96, 1)), color-stop(72%, rgba(44, 44, 44, 1)), color-stop(88%, rgba(19, 19, 19, 1)), color-stop(92%, rgba(15, 15, 15, 1)), color-stop(100%, rgba(15, 15, 15, 1)));
  background: -webkit-linear-gradient(top, rgba(96, 96, 96, 1) 0%, rgba(96, 96, 96, 1) 7%, rgba(96, 96, 96, 1) 15%, rgba(44, 44, 44, 1) 72%, rgba(19, 19, 19, 1) 88%, rgba(15, 15, 15, 1) 92%, rgba(15, 15, 15, 1) 100%);
  background: -o-linear-gradient(top, rgba(96, 96, 96, 1) 0%, rgba(96, 96, 96, 1) 7%, rgba(96, 96, 96, 1) 15%, rgba(44, 44, 44, 1) 72%, rgba(19, 19, 19, 1) 88%, rgba(15, 15, 15, 1) 92%, rgba(15, 15, 15, 1) 100%);
  background: -ms-linear-gradient(top, rgba(96, 96, 96, 1) 0%, rgba(96, 96, 96, 1) 7%, rgba(96, 96, 96, 1) 15%, rgba(44, 44, 44, 1) 72%, rgba(19, 19, 19, 1) 88%, rgba(15, 15, 15, 1) 92%, rgba(15, 15, 15, 1) 100%);
  background: linear-gradient(to bottom, rgba(96, 96, 96, 1) 0%, rgba(96, 96, 96, 1) 7%, rgba(96, 96, 96, 1) 15%, rgba(44, 44, 44, 1) 72%, rgba(19, 19, 19, 1) 88%, rgba(15, 15, 15, 1) 92%, rgba(15, 15, 15, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#0f0f0f', GradientType=0);
}

.section3Cubes:nth-child(even) {
  /*  background: rgba(211,51,51,1);
  background: -moz-linear-gradient(top, rgba(211,51,51,1) 0%, rgba(211,51,51,1) 7%, rgba(196,47,47,1) 50%, rgba(168,37,37,1) 67%, rgba(158,32,32,1) 77%, rgba(155,31,31,1) 93%, rgba(155,31,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,51,51,1)), color-stop(7%, rgba(211,51,51,1)), color-stop(50%, rgba(196,47,47,1)), color-stop(67%, rgba(168,37,37,1)), color-stop(77%, rgba(158,32,32,1)), color-stop(93%, rgba(155,31,31,1)), color-stop(100%, rgba(155,31,31,1)));
  background: -webkit-linear-gradient(top, rgba(211,51,51,1) 0%, rgba(211,51,51,1) 7%, rgba(196,47,47,1) 50%, rgba(168,37,37,1) 67%, rgba(158,32,32,1) 77%, rgba(155,31,31,1) 93%, rgba(155,31,31,1) 100%);
  background: -o-linear-gradient(top, rgba(211,51,51,1) 0%, rgba(211,51,51,1) 7%, rgba(196,47,47,1) 50%, rgba(168,37,37,1) 67%, rgba(158,32,32,1) 77%, rgba(155,31,31,1) 93%, rgba(155,31,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(211,51,51,1) 0%, rgba(211,51,51,1) 7%, rgba(196,47,47,1) 50%, rgba(168,37,37,1) 67%, rgba(158,32,32,1) 77%, rgba(155,31,31,1) 93%, rgba(155,31,31,1) 100%);
  background: linear-gradient(to bottom, rgba(211,51,51,1) 0%, rgba(211,51,51,1) 7%, rgba(196,47,47,1) 50%, rgba(168,37,37,1) 67%, rgba(158,32,32,1) 77%, rgba(155,31,31,1) 93%, rgba(155,31,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33333', endColorstr='#9b1f1f', GradientType=0 );*/
  background-color: rgba(32, 142, 175, 1);
}


/*.section3Cubes:nth-child(odd):hover {
  background: unset;
  background: initial;
  background-color: rgba(0,0,0,1);
}
.section3Cubes:nth-child(even):hover {
  background: unset;
  background: initial;
  background-color: rgba(0,0,0,1);
}*/

.section3Cubes .card {
  position: relative;
  width: 100%;
  float: left;
}

.section3Cubes .card img {
    width: 70px;
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.card-body h5 > ul li img {

    width: 11px !important;
    height: 11px;
    display: inline !important;
    margin: 0px !important;

}

.section3Cubes .card-body {
  position: relative;
  width: 100%;
  float: left;
}


.card-body h5 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.card-body h5 > ul li {
    color: 
    #fff;
    display: block;
    line-height: 20px;
}

.vectoricon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  opacity: .4;
}


/*sec3 close*/


/*sec4 start*/

.section4 {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;
}

.section4 .container {
  width: 100%;
  float: left;
}

.section4inner {
  width: 100%;
  float: left;
  padding: 0 5%;
  text-align: center;
}

.section4Contentinner {
  width: 100%;
  float: left;
  margin: 0 auto;
  overflow: hidden;
}

.section4.placementsec .container {
  padding: 5px 0 20px;
}

.section4Cubes {
  position: relative;
  /*padding: 20px;*/
  padding: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  /*border-right: 1px solid #bcbcbc;*/
  /*border-bottom: 1px solid #bcbcbc;*/
}

.Brandslideritems .section4Cubes {
  /*padding: 0px;*/
}

.placementsec .section4Cubes{
  box-shadow: 0px 0px 13px 2px rgba(0,0,0,.5);
  min-height: 378px
}

.Brandslideritems .section4Cubes:last-child {
  border-bottom: 0px solid #bcbcbc;
}

.section4Cubes:nth-child(7n) {
  /*border-bottom: 0px solid #bcbcbc;*/
}

.section4Cubes a {
  position: relative;
  display: inline-block;
}

.section4Cubes img,
.recruiters {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #bcbcbc;
}

#fancybox-container-1 .fancybox-slide--image .fancybox-content {
  background: #ffffff !important;
}


/*slider start*/

.slider {
  width: 100%;
  margin: 0px auto;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #ffffff;
}

.slick-slide {
  -ms-transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.Brandslider .slick-prev,
.Brandslider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 98px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 1);
  z-index: 2;
}

.slick-prev {
  left: 5%;
}

.slick-next {
  right: 5%;
}

.slick-dots {
  position: relative;
  bottom: -30px;
  z-index: 9;
  height: 30px;
  width: auto;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 5px 6px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  float: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  color: transparent;
  background-color: #d9d9d9;
  opacity: 1;
  border-radius: 16px;
  float: left;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li button:hover {
  color: #dcf90c;
  border-radius: 16px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #dcf90c;
  background-color: #af0501;
  border: 1px solid #af0501;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  text-align: center;
  opacity: 1;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}

.slick-dots li button:before:hover {
  opacity: 1;
  color: #dcf90c;
  background-color: #af0501;
}

.Brandslider {
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 40px;
}

.Brandslideritems {
  position: relative;
  width: 100%;
  float: left;
}

/*slider close*/

.recognitionSec {
  position: relative;
  text-align: center;
  padding: 0;
}
.recognitionSec .sectioninner {
  /*width: 85%;*/
  width: 75%;
  float: none;
  margin: 0 auto;
  border-right: 13px;
  padding: 5px 7% 30px;
  box-shadow: 0px 1px 9px rgba(0,0,0,.3);
  border-radius: 0px;
  background-color: #ffffff;
}
.recognitionSec .section4inner {
  padding: 0;
}
.recognitionSec .Brandslider {
  padding: 0px;
}
.recognitionSec h6 {
  font-family: 'Poppins-SemiBold';
  font-size: 17px;
  color: #3e3e3e;
  line-height: 1.4;
  margin-bottom: 20px;
}
.recognitionSec h6:last-child {
  margin-bottom: 0px;
}
.marbotm {
  margin-bottom: 0px;
}
.selectedCourseDiv img,.selectCourse{
  position: relative;
  width: 100%;
  float: left;
  border: 7px solid #ffffff;
}
.selectedCourseDiv {
  position: relative;
  width: 100%;
  float: left; 
  height: 100%;
}
.DurationSec {
  position: relative;
  width: 100%;
  float: left; 
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-Regular';
}

.DurationSec b {
  display: block;
  color: inherit;
  margin-bottom: 3px;
  line-height: 1.4;
  font-weight: 900;
}

.DurationSec small {
  display: block;
  font-size: 100%;
  color: inherit;
  margin-bottom: 10px;

}

.selectedCourseDiv h4 {
  font-family: 'Poppins-SemiBold';
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 1.3;
}
.selectedCourseDiv p {
  color: #ffffff;
  text-align: justify;
  letter-spacing: .1px;
}
.section2Contentinner .bluerow {
  background-color: rgba(7,15,50,.7);
  margin: 15px 0;
  padding: 15px;
}
.selectedCourseLT {
  position: relative;
  width: 70%;
  float: left; 
  padding-left: 10px;
  padding-right: 20px;
}
.selectedCourseRT {
  position: relative;
  width: 30%;
  float: left; 
  padding-left: 20px;
}

.selectedContentRT{
  position: relative;
  width: 100%;
  float: left; 
  margin-top: 30px;
}

.fprogrammeBx select, .fprogrammeBx select.form-control {
  font-family: 'Poppins-Medium';
  width: 100%;
  letter-spacing: .2px;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  padding: 16px 35px 16px 16px;
  height: auto;
  border: none;
  border: 0px;
  box-shadow: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0px;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 42px;
}

.fprogrammeBx select#courseid {
  font-style: italic;
  background: url(../images/logos/coursearrow.png) no-repeat 96% center;
  background-color: #ffffff;
}

.fprogrammeBx select#programid {
  color: #ffffff;
  background: url(../images/logos/programarrow.png) no-repeat 96% center;
  background-color: #fc8a24;
}

.fprogrammeBx {
  position: relative;
  width: 100%;
  padding: 0 18%;
}






/*sec4 close*/


/*sec5 close*/

.section5 {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;
}

.section5 .container {
  width: 100%;
  float: left;
}

.section5inner {
  width: 100%;
  float: left;
  padding: 0 5%;
  text-align: center;
}

.section5Contentinner {
  width: 100%;
  float: left;
  margin: 0 auto;
  overflow: hidden;
}

.sec5Title {
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
}

.sec5Title img.campusimg,
.campusimg {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 175px;
}

.sec5Title h3 {
  position: relative;
  font-family: 'Poppins-Bold';
  font-size: 40px;
  padding: 0px;
  color: #ffffff;
}

.sec5Title h5 {
  position: relative;
  font-family: 'Poppins-Regular'; 
  font-size: 24px;
  padding: 0px;
  color: #ffffff;
}

.playvideofancybox {
  position: absolute;
  top: 50%;
  left: 33.33%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  display: inline-block;
  z-index: 2;
}

.sec5TitleLT {
  width: 40%;
  float: left;
  display: inline-block;
  padding: 0;
}

.sec5TitleRT {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58%;
  display: inline-block;
  padding: 0;
  text-align: left;
}

.sec5TitleLT img {
  width: 100%;
}

.sec5TitleRT img {
  width: 100%;
}

.sec5TitleRTinner {
  position: relative;
  width: 100%;
  z-index: 1;
}


/*sec5 close*/


/*sec6 start*/

.section6 {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;
}

.section6 .container {
  width: 100%;
  float: left;
}

.section6inner {
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  text-align: center;
}

.section6Contentinner {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 auto;
  border-top: 5px solid rgba(32, 142, 175, 1);
  border-bottom: 5px solid rgba(32, 142, 175, 1);
}

.section6Cubes {
  position: relative;
  padding: 0px;
  width: 25%;
  display: inline-block;
  float: left;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  border-right: 0px solid #a5a5a5;
  border-bottom: 0px solid #a5a5a5;
}

.section6Cubes a,
.gallerybtn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(143, 22, 20, .7);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.section6Cubes:hover a,
.section6Cubes:active a,
.section6Cubes:focus a {
  content: '';
  opacity: 1;
  visibility: visible;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section6Cubes img.galleryoverlay,
.galleryoverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.section6Cubes:hover .galleryoverlay,
.section6Cubes:focus .galleryoverlay,
.section6Cubes:active .galleryoverlay {
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.section6Cubes:last-child {
  border-bottom: 0px solid #a5a5a5;
}

.section6Cubes img,
.galleryimg {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


/*sec6 close*/


/*sec7 start*/

.section7 {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;
}

.section7 .container {
  width: 100%;
  float: left;
}

.section7inner {
  width: 100%;
  float: left;
  padding: 0 8%;
  padding-bottom: 60px;
  text-align: center;
}

.section7Contentinner {
  width: 100%;
  float: left;
  margin: 0 auto;
}

.section7Cubes {
  position: relative;
  padding: 60px 30px;
  width: 100%;
  display: block;
  overflow: hidden;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: left;
  border: 0px;
}

.section7Cubesinner {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}

.Alumnislideritems .section7Cubes:last-child {
  border-bottom: 0px solid #a5a5a5;
}

.section7Cubes a {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}

.Alumnislideritems img,
.Alumniquote {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65px;
  height: auto;
}

.section7Cubes h4 {
  font-family: 'Poppins-Black';
  font-size: 24px;
  color: #af0501;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.section7Cubes h5 {
  font-family: 'Roboto-Light';
  font-size: 20px;
  color: #292929;
  line-height: 1.5;
  margin-bottom: 15px;
}

.section7Cubes p {
  color: #444444;
  line-height: 1.8;
  margin: 0px;
  min-height: 152px;
}

/*slider start*/

.Alumnislider .slick-prev,
.Alumnislider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 98px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 1);
  z-index: 2;
}

.Alumnislider {
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 0px;
}

.Alumnislideritems {
  position: relative;
  width: 100%;
  float: left;
  background-color: #e5e5e5;
  text-align: left;
}

.Alumnislider .slick-slide {
  margin: 0 12px;
}

.Alumnislider .slick-list {
  margin: 0 -12px;
}

.Alumnislideritems.slick-active {
  opacity: 1;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.Alumnislideritems.slick-active.slick-center {
  opacity: 1;
}

/*.Alumnislider .slick-prev,
.Alumnislider .slick-next {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  opacity: 1;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.Alumnislider .slick-prev:before,
.Alumnislider .slick-next:before {
  font-family: 'slick';
  font-size: 0px;
  opacity: .7;
}

/*.Alumnislider .slick-prev {
  left: -65px;
  background: url(../images/logos/PrevArrow.png) no-repeat center center;
  background-size: contain;
}

.Alumnislider .slick-next {
  right: -65px;
  background: url(../images/logos/NextArrow.png) no-repeat center center;
  background-size: contain;
}
*/
.Alumnislider .slick-prev:hover,
.Alumnislider .slick-next:hover,
.Alumnislider .slick-prev:focus,
.Alumnislider .slick-next:focus {
  opacity: .7;
}


.Testimonialslider .slick-prev:before, .Testimonialslider .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Testimonialslider .slick-prev,
.Testimonialslider .slick-next{
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #ffffff;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,.34);
}
.Testimonialslider .slick-prev {
  left: -55px;
}
.Testimonialslider .slick-next {
  right: -55px;
}

.Testimonialslider .slick-prev:before {
  content: ' ';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/logos/ltarrow2.png) no-repeat center center;
}
.Testimonialslider .slick-next:before {
  content: ' ';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/logos/rtarrow2.png) no-repeat center center;
}


/*slider close*/


/*sec7 close*/


.dflexCNTR,
.dflexCNTR2,
.dflexSTRH,.dflexSTRHCNTR {
  align-items: center; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-flex-wrap: wrap; 
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap; 
  list-style: none; 
  justify-content: space-between; 
  flex-direction: row; 
}


.dflexSTRH {align-items: stretch; }
.dflexCNTR2 {justify-content: center; }
.dflexSTRHCNTR {align-items: stretch; justify-content: center;}


.dflexCNTR > div,
.dflexCNTR2 > div,
.dflexSTRH > div,
.dflexSTRHCNTR > div,
.dflexCNTR > li,
.dflexCNTR2 > li,
.dflexSTRHCNTR > li,
.dflexSTRH > li { margin-left: -1px; }



/*Website_css close*/





/* Responsive Media CSS Start here */



@media screen and (max-width:1599px) {}

@media screen and (max-width:1399px) {
  .section1LTContent h1 {
    font-size: 46px;
  }
  .section1LTContent h2 {
    font-size: 22px;
  }
  .section1Contentinner {
    /*padding: 0 0 0 30%;*/
    padding: 0;
  }
  .section3Cubes {
    padding: 25px;
  }
  .section3Cubes .card img {
    width: 65px;
  }
  .card-body h5 {
    font-size: 16px;
    line-height: 1.5;
  }
  .section3Cubes em {
    font-size: 30px;
  }
  .sec2Title h3 {
    font-size: 28px;
  }
  .sec3Title h3 {
    font-size: 46px;
  }
  .sec5Title h3 {
    font-size: 38px;
  }
  .sec5Title h5 {
    font-size: 22px;
  }
}

@media screen and (max-width:1250px) {

.iesforminner h4 {
  font-size: 28px;
}
.sec2Title h3 {
  font-size: 25px;
}

.recognitionSec .sec2Title {
  padding: 26px 20px 10px;
}

.section1RT {
  margin-top: 75px;
}
.placementsec .section4Cubes{
  min-height: 410px;
}


}

@media screen and (max-width:1199px) {
  .section1LTContent h1 {
    font-size: 34px;
    line-height: 1.1;
  }
  .section1LTContent h2 {
    font-size: 18px;
  }
  .section1LT {
    width: 67%;
  }
  .section1RT {
    width: 33%;
    max-width: 346px;
  }
  .section1Contentinner {
    /*padding: 0 0 0 27%;*/
    padding: 0;
  }
  .section1LTContent ul li img {
    width: 78px;
  }
  .section1LTContent {
    /*padding: 20px;*/
  }
  .iesforminner h4 {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .iesforminner h4 small {
    font-size: 20px;
  }
  .iesforminner form input,
  .iesforminner form select,
  .iesforminner form textarea,
  .iesforminner form .form-control {
    padding: 8px 15px;
    min-height: 38px;
    font-size: 12px;
  }
  .section2RTContent {
    padding: 0 10px;
  }
  .section2RTinner {
    padding: 35px 12px;
  }
  h4 {
    font-size: 17px;
  }
  .sec5Title h3 {
    font-size: 34px;
  }
  .sec5Title h5 {
    font-size: 20px;
  }
  .sec2Title h3 {
    font-size: 22px;
  }
  .recognitionSec h6 {
    font-size: 14px;
  }
  .sec3Title h3 {
    font-size: 44px;
  }
  .section3Cubes {
    padding: 17px;
  }
  .section3Cubes em {
    font-size: 28px;
  }
  .section3Cubes .card img {
    width: 50px;
  }
  .card-body h5 {
    font-size: 15px;
  }
  .playvideofancybox {
    width: 60px;
    height: 60px;
  }
  .section6Cubes img.galleryoverlay,
  .galleryoverlay {
    width: 45px;
    height: 45px;
  }
  .section7Cubes h4 {
    font-size: 20px;
  }
  .section7Cubes h5 {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  p {
    font-size: 13px;
    line-height: 1.7;
  }
  .section7Cubes p {
    line-height: 1.7;
  }

  .panel-title {
    font-size: 16px;
  }

  .sec2Title h3,.sec2Title.whiteborder h3 {
    /*padding: 0 80px;*/
  }
  .sec2Title h3:before, .sec2Title h3:after  {
    content: '';
    width: 65px;
  }
  .sec2Title.whiteborder h3:before, .sec2Title.whiteborder h3:after {
    content: '';
    width: 65px;
  }

  .WhyEduglobe .section2RTinner {
    padding: 5px 10px 30px 25px;
  }
  .WhyEduglobe .section2RTContent ul li {
    font-size: 14px;
  }
  .WhyEduglobe .section2RTContent ul li {
    font-size: 13px;
    line-height: 1.1;
  }
  .placementsec .section4Cubes .placementName img {
    /*width: 65px;*/
  }
  .placementNameTitle {
    padding: 12px 0px;
  }
  .placementName {
    /*padding-left: 85px;*/
    font-size: 15px;
  }
  .placementCourse h4 {
    font-size: 14px;
  }
  .placementCourse p {
    font-size: 13px;
  }
  .testimonialSec .section7Cubes {
    padding: 40px 35px 15px;
  }
  .recognitionSec .sectioninner {
    width: 80%;
    padding: 5px 4% 30px;
  }
  .sectioncourse .sec2Title {
    padding: 25px 20px 10px;
  }
  .selectedCourseLT {
    padding-left: 0px;
    padding-right: 10px;
  }
  .selectedCourseRT {
    padding-left: 15px;
  }
  .fprogrammeBx select, .fprogrammeBx select.form-control {
    font-size: 13px;
  }
  .sectionESL p {
    font-size: 14px;
  }

  .sectionESL .sec2Title h3,.placementsec .sec2Title h3,.academicSec .sec2Title h3 {
    font-size: 30px;
  }
  .selectedContentRT {
    margin-top: 15px;
  }


}

@media screen and (max-width:1024px) {
  .cornersec1 {
    width: 60%;
  }
  .sec5Title h3 {
    font-size: 26px;
  }
  .sec5Title h5 {
    font-size: 14px;
  }
  .section7Cubes p {
    min-height: 205px;
  }
  .iesformDiv {
    padding: 20px;
  }

  .section1LT {
    width: 60%;
  }
  .section1RT {
    width: 40%;
    margin-top: 70px;
  }
  .iesforminner form input, .iesforminner form select, .iesforminner form textarea, .iesforminner form .form-control, .iesforminner form select.form-control {
    font-size: 13px;
  }
  .panel-title {
    font-size: 14px;
  }
  .boy_girl {
    width: 70%;
  }
  .section1 {
    background-size: 100% 100%;
    min-height: unset;
    min-height: initial;
  }
  .placementNameLT {
    width: 100%;
    margin-bottom: 15px;
  }
  .placementNameRT {
    width: 100%;
  }
  .placementsec .section4Cubes .placementName img {
    width: auto;
    max-width: 180px;
  }
  .placementNameRT p {
    padding: 0px;
  }

  .placementFields {
    padding: 15px 0;
  }

  .placementCourse .placementFields:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  .sec2Title h3 {
    font-size: 18px;
  }
  .sectionESL .sec2Title h3,.placementsec .sec2Title h3,.academicSec .sec2Title h3 {
    font-size: 28px;
  }
  .recognitionSec .sectioninner {
    padding: 5px 15px 30px;
  }



}

@media screen and (max-width:991px) {
  .section1Contentinner {
    /*padding: 0 0 0 12%;*/
    padding: 0;
  }
  .section1LTContent h1 {
    font-size: 30px;
  }
  .section1LTContent h2 {
    font-size: 16px;
  }
  .section1inner {
    /*padding: 3.4% 2.5%;*/
    padding: 0px 3.5% 0px 2%;
  }
  .iesforminner h4 {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .section2LT {
    position: relative;
    top: unset;
    top: initial;
    bottom: unset;
    bottom: initial;
    left: unset;
    left: initial;
    width: 100%;
    float: left;
    background: none;
  }
  .section2RT {
    width: 100%;
    float: left;
  }
  .section2RTinner {
    padding: 30px 15px 15px;
  }
  .section2RTContent ul {
    margin: 0 0 15px 0;
  }
  .section3Cubes {
    width: 33.33%;
  }
  .section7Cubes {
    position: relative;
    padding: 70px 20px;
  }
  .Alumnislideritems img,
  .Alumniquote {
    top: 35px;
    width: 45px;
  }
  .section7Cubes h4 {
    font-size: 16px;
  }
  .section7Cubes h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .Alumnislider .slick-slide {
    margin: 0 5px;
  }
  .Alumnislider .slick-list {
    margin: 0 -5px;
  }
  .Alumnislider .slick-prev,
  .Alumnislider .slick-next {
    width: 35px;
    height: 35px;
  }
  .Alumnislider .slick-prev {
    left: -45px;
  }
  .Alumnislider .slick-next {
    right: -45px;
  }
  .playvideofancybox {
    left: 32.33%;
  }

  .sectionESL .section2LT {
    width: 100%;
  }
  .sectionESL .section2RT {
    width: 100%;
  }
  .sectionESL .section2RTContent {
    padding: 0px;
  }
  .WhyEduglobe .section2RT {
    width: 100%;
  }
  .selectedCourseLT {
    width: 60%;
  }
  .selectedCourseRT {
    width: 40%;
  }

  .academicslider .slick-prev {
    left: -42px;
  }
  .academicslider .slick-next {
    right: -42px;
  }
  .section4.placementsec .sectioninner:before {
    content: '';
    width: 100%;
  }


}

@media screen and (max-width:767px) {
   .section2Contentinner {
    width: 100%;
    float: left;
    height: auto; }
    .section2.student-awards ul li {
    margin-right: 20px;
    width: 16%;
    margin-right: 5px;
}
.section2RTContent2 ul.noarrow-img li {
  margin-right: 5px;
}
.section2RTContent2 {
    padding: 0;
}
.section2.student-awards ul li > img {    
    width: 100%;
}
.section2.student-awards .sec2Title h3 {   
    font-size: 17px;
    text-align: left;
}
.section2.student-awards .sec2Title {   
   padding: 10px 15px;
}
  .mobpadzero {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section1 {
    background: none;
    min-height: unset;
    min-height: initial;
  }
  .section1LT img {
    width: 100%
  }
  .section1inner {
    padding: 0px;
  }
  .section1Contentinner {
    padding: 0;
    background-color: #bf2b25;
    /*background-color: rgba(25,25,25,1);*/
  }
  .cornersec1 {
    display: none;
  }
  .section1LT {
    width: 100%;
    max-width: 100%;
  }
  .section1LTtitle {
    margin-bottom: 0px;
     max-width: 100%;
  }
  .section1RT {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    float: left;
    padding: 25px;
  }
  .section1LTContent ul li {
    margin: 0 7px 0 0;
  }
  .section1LTContent ul {
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  .section1LTContent h1 {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
  }
  .section1LTContent h2 {
    font-size: 17px;
    text-align: center;
  }
  .iesformDiv {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 20px;
    /*background-color: rgba(8,91,160,1);*/
    border-radius: 0px;
  }
  .section1LTContent {
    padding: 0px;
    margin-bottom: 0px;
    /*background-color: rgba(0,0,0,1);*/
  }
  .iesforminner h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  .iesforminner form input,
  .iesforminner form select,
  .iesforminner form textarea,
  .iesforminner form .form-control {
    padding: 14px 15px;
    min-height: 38px;
    font-size: 14px;
  }
  .section2RTContent ul {
    padding-left: 20px;
  }
  .section2RTContent h4 {
    margin: 0 0 10px 0;
  }
  .sec2Title {
    padding: 25px 0px;
  }
  .sec2Title h3 {
    font-size: 18px;
    padding: 0 0 10px;
  }
  .sectionESL .section2RT .sec2Title h3 span {
    font-size: 100%;
  }
  .section2RTinner {
    padding: 30px 20px 10px;
  }
  .section2RTContent {
    width: 100%;
    padding: 0;
  }
  .iesforminner .form-group:last-child {
    text-align: center;
  }
  .iesforminner form button,
  .submitbtn {
    float: none;
  }
  .sec3Title h3 {
    font-size: 30px;
  }
  .sec3Title {
    padding: 50px 15px;
  }
  .section3Cubes {
    width: 100%;
    padding: 30px;
  }
  .card-body h5 {
    font-size: 16px;
  }
  .section3Cubes .card img {
    width: 60px;
  }
  .sec5TitleRT {
    width: 55%;
  }
  .Alumnislider .slick-slide {
    margin: 0px;
  }
  .Alumnislider .slick-list {
    margin: 0px;
  }
  .Alumnislideritems.slick-active,
  .Alumnislideritems.slick-active.slick-center {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .section6Cubes {
    width: 50%;
  }
  .section7Cubes h4 {
    font-size: 17px;
  }
  .section7Cubes h5 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .sec5Title h3 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .sec5Title h5 {
    font-size: 13px;
    line-height: 1.2;
  }
  .playvideofancybox {
    width: 40px;
    height: 40px;
  }
  .section4Cubes {
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
  }
  .Brandslideritems .section4Cubes img,
  .Brandslideritems .recruiters {
    max-width: 90%;
  }
  .d_flex>div {
    margin-left: 0px;
  }
  .section7Cubes p {
    min-height: unset;
    min-height: initial;
  }

  .recognitionSec .sectioninner {
    width: 90%;
    margin-top: 0px;
  }

  .sec2Title h3,.sec2Title.whiteborder h3 {
    /*padding: 0 40px;*/
  }
  .sec2Title h3:before, .sec2Title h3:after  {
    content: '';
    width: 35px;
  }
  .sec2Title.whiteborder h3:before, .sec2Title.whiteborder h3:after {
    content: '';
    width: 35px;
  }
  .panel-title {
    line-height: 1.3;
  }
  .sectioncourse .sectioninner {
    padding: 10px 15px 25px;
  }
  .WhyEduglobe .section2RTinner {
    padding: 15px 15px 25px;
  }
  .WhyEduglobe .section2RTContent {
    padding: 0px;
  }
  .WhyEduglobe .section2RTContent ul li {
    font-size: 14px;
    padding: 0px;
    padding-left: 60px;
    min-height: 56px;
    width: 100%;
    line-height: 1.3;
  }
  .placementsec .section4Contentinner {
    padding: 0 20px;
  }
  .Placementslider .slick-slide {
    margin: 0px;
  }
  .placementsec .section4Cubes {
    min-height: unset;
    min-height: initial;
  }
  .placementsec .slick-prev, .placementsec .slick-next {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 10px 0
  }
  .placementsec .slick-prev {
    /*left: -34px;*/
    right: 40px;
  }
  .placementsec .slick-next {
    /*right: -34px;*/
  }
  .placementCourse {
    min-height: unset;
    min-height: initial;
  }
  .placementsec .slick-prev:before,
  .placementsec .slick-next:before {
    content: ' ';
    background-size: 19px;
  }

  .Alumnislider .slick-prev {
    left: -20px;
  }
  .Alumnislider .slick-next {
    right: -20px;
  }
  .section7inner {
    padding: 0 25px;
    padding-bottom: 60px;
  }
  .Alumnislider .slick-prev,
  .Alumnislider .slick-next {
    width: 30px;
    height: 30px;
  }
  .Alumnislider .slick-prev:before,
  .Alumnislider .slick-next:before {
    content: ' ';
    background-size: 19px;
  }

  .sectionESL .sec2Title h3, .placementsec .sec2Title h3, .academicSec .sec2Title h3 {
    font-size: 22px;
  }
  .sectionESL .section2RTinner {
    padding: 0;
    margin-bottom: 15px;
  }
  .sectionESL .section2LT {
    padding: 0;
  }
  .sectionESL .sectioninner {
    padding: 30px 20px 20px;
  }
  .sectionESL .sec2Title {
    padding: 0px 0px 10px 0px;
  }
  .sectionESL p {
    margin-bottom: 10px;
  }
  .placementsec .sec2Title {
    padding: 0px 0 10px;
  }
  .section4.placementsec .container {
    padding: 30px 20px;
  }

  .academicslider .slick-prev, .academicslider .slick-next {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .academicslider .slick-prev {
    left: -32px;
  }
  .academicslider .slick-next {
    right: -32px;
  }
  .section4inner {
    padding: 0px;
  }
  .selectedCourseLT {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .selectedCourseRT {
    width: 100%;
    padding: 0;
  }
  .section4inner {
    padding: 0;
  }
  .academicSec .section4Contentinner {
    padding: 0 40px;
  }
  .placementsec .section4Cubes .placementName img {
    width: auto;
    max-width: 150px;
  }




}

@media screen and (max-width:480px) {
  .sec5TitleRT {
    width: 52%;
  }
  .sec5Title h3 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .sec5Title h5 {
    font-size: 13px;
  }
  .sec5Title img.campusimg,
  .campusimg {
    min-height: 165px;
  }
  .section4Cubes {
    border-right: 0px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
  }
  .section1RT {
    padding: 20px 15px;
  }
  .fprogrammeBx {
    padding: 0 15px;
  }


}

@media screen and (max-width:320px) {
  .playvideofancybox {
    left: 30%;
    width: 36px;
    height: 36px;
  }
}