
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

html{
    scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif, 'Source Sans Pro', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
  width: 100%;
  overflow-x: hidden;
}


input:hover, input:focus {
  outline: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  outline: none;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #404040;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  font-size: 15px;
  color: #505050;
  font-weight: 400;
}


img {
  max-width: 100%;
}

a:focus, .button:focus, button:focus, video:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section_padding {
  padding: 80px 0px;
}
.section_padding_top {
  padding-top: 80px;
}



.btns {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 15px;
  border: 2px solid transparent;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
  cursor: pointer;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
}

.btn_1 {
  background: #fd6724;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.btn_1:hover {
  background-color: #f2f2f2;
  color: #404040;
  border: 2px solid #fff;
  position: relative;
  top: -2px;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
}
.btn_2 {
  background: #14355e;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.btn_2:hover {
  background-color: #f2f2f2;
  color: #404040;
  border: 2px solid #fff;
  position: relative;
  top: -2px;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
}


.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(45,27,21, 0.4);
}



/**/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #717a81;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  font-weight: 500;
  border: 2px solid #e1e1e1;
  line-height: 28px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  background-color: transparent;
  padding: 8px 5px 8px 5px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:before {
  content: "";
  width: 3px;
  height: 49px;
  background-color: #e1e1e1;
  position: absolute;
  top: -1px;
  right: 50px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #717a81 transparent transparent transparent;
  position: absolute;
  top: 21px;
  right: 20px;
}
.select-styled:hover {
  background-color: transparent;
}
.select-styled:active, .select-styled.active {
  background-color: transparent;
}
.select-styled:active:after, .select-styled.active:after {
  top: 15px;
  border-color: transparent transparent #000 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 20;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.2);
}
.select-options li {
  margin: 0;
  padding: 10px 6px;
  text-indent: 15px;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #e1e1e1;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #fd6724;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}



/* ====== header area start ====== */


.toplogo{
  min-width: 100px;
  max-width: 150px;
  padding: 15px 15px 0px 15px;
  background-color: #55099a;
  top: 0;
  position: absolute;
  z-index: 110;
}
.toplogo:after{
  position: absolute;
  content: '';
  width: 0; 
  height: 0; 
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 35px solid #55099a;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
}

.newclass{
  display: flex;
}
.connect{
  margin: auto;
}
.connect a{
  margin-left: 15px;
  color: #fff !important;
}
.connect a:hover{
  color: #808080 !important;
}
@media (max-width: 991px) {
  .newclass{
  display: block;
  }
}


/*/////*/

.header-area {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
}

#nav{
  margin-top: 15px !important;
}

.classy-nav-container {
  background-color: transparent !important;
  padding: 0 !important;
}

.classy-nav-container .classy-navbar {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 78px;
  padding: 0;
}

/*@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
  max-width: 90px;
  margin-right: 15px;
  }
}*/

.classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #232323;
  padding: 0 15px;
  height: 45px;
  line-height: 48px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
  color: #fd6724;
}

/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 14px;
  color: #252525;
}
  .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
  color: #ff4d4d;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 14px;
  color: #252525;
  }
  .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
  color: #ff4d4d;
  }
}*/

.classynav ul li .dropdown li {
  border-bottom: 1px solid #e1e1e1 !important;
}
.classynav ul li .dropdown li:last-child {
  border-bottom: 1px solid transparent !important;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
  font-size: 15px;
  text-transform: capitalize;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  color: #000 !important;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
  color: #fd6724 !important;
}

.classynav ul li.active a {
  position: relative;
  z-index: 1;
  color: #fd6724 !important;
  font-weight: bolder;
}

/*.classynav ul li.active a::before {
  width: calc(100% - 10px);
  height: 3px;
  background-color: #077cf4;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li.active a::before {
  display: none;
  }
}

@media only screen and (max-width: 767px) {
  .classynav ul li.active a::before {
  display: none;
  }
}


.classynav ul li.has-down > a::after, .classynav ul li.has-down.active > a::after, .classynav ul li.megamenu-item > a::after {
  color: #535353 !important;
}

.breakpoint-off .classynav ul li .dropdown, .breakpoint-off .classynav ul li .megamenu {
  width: 240px !important;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 0px;
  background-color: #fff !important;
}

.breakpoint-on .classynav ul li.cn-dropdown-item ul li a, .breakpoint-on .classynav ul li.megamenu-item ul li a{
  font-size: 14px !important;
}

.breakpoint-on .classynav ul li {
  border-bottom: 1px solid #e1e1e1 !important;
}
.breakpoint-on .classynav ul li:last-child {
  border-bottom: 1px solid transparent !important;
}

.breakpoint-on .classynav ul li a{
  color: #000 !important;
}
.breakpoint-on .classynav ul li.active a{
  color: #fd6724 !important;
}

.breakpoint-on .classynav > ul > li > a {
  background-color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.breakpoint-on .dd-trigger{
  background-color: #14355e !important;
}

.breakpoint-on .classy-navbar .classy-menu{
  background-color: #fafafa !important;
}

.breakpoint-off .classynav ul li .megamenu {
  width: 100%;
}

.main-header-area {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 78px;
}

.main-header-area.sticky {
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(80, 80, 80, 0.4);
}

.classy-navbar-toggler .navbarToggler span {
  background-color: #404040 !important;
}

.breakpoint-on .classynav ul li.has-down.active > .dd-trigger, .breakpoint-on .classynav ul li.megamenu-item.active > .dd-trigger {
  background-color: #14355e !important;
}

.classycloseIcon .cross-wrap span{
  background-color: #000 !important;
}

.breakpoint-on .classynav {
  padding-top: 120px !important;
  margin-bottom: 80px;
}

.header-area .nav-brand img{
  width: 190px;
}
.classy-navbar .nav-brand{
  margin-right: 0px !important;
  font-size: initial !important;
}

.contest_animation{
    color: #fff !important;
    background-color: #14355e;
    animation: shining 1s infinite;
    transition: 0 !important;
}
.contest_animation:hover{
    color: #fff !important;
}
@keyframes shining{
    0%{
        background-color: #14355e;
    }
    50%{
        background-color: #fd6724;
    }
    0%{
        background-color: #14355e;
    }
}

/* ///header area end */


/*====== slider area start ======*/


.slider{
  height: auto;
/*  background-color: #fd6724;*/
  background-image: linear-gradient(to right, #14355e , #fd6724);
  position: relative;
}
.fiximg img{
  width: 100%;
  position: absolute;
  bottom: 0;
}
.myslide{
  padding: 110px 0px 130px 0px;
}
.notes{
  text-align: center;
  margin-top: 10px;
}
.notes h1{
  color: #fff;
  font-size: 44px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.notes p{
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
}
.notes a{
  margin: 20px 0px 0px 0px;
}
.notes .btns{
  border: 2px solid #fff;
}

.carousel-indicators li {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  margin: 0px 10px 0px 10px !important;
  background-color: #fff !important;
}

.technivideobox object{
  width: 100%;
  height: 350px;
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #14355e;
}
.technivideobox video{
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
}

/**/

.allpngs{
  opacity: .6;
}
.setting-1 {
    position: absolute;
    top: 495px;
    left: 2%;
}
.setting-2 {
    position: absolute;
    top: 400px;
    right: 20%;
}
.pencil{
  position: absolute;
  top: 70px;
  right: 2%;
}
.brain{
  position: absolute;
  bottom: 100px;
  left: 1%;
}
.molecule{
/*
  width: 200px;
  height: 150px;
*/
  position: absolute;
  top: 550px;
  right: 1%;
}
.human{
  position: absolute;
  bottom: 0;
  right: 0;
}

/*.slider_1 {
  width: 100%;
  height: 60vh;
  background-image: url('../images/innerslider1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}*/
.myslide2{
  padding: 160px 0px 70px 0px;
}
.myslide2 h1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.myslide2 h5{
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.myslide2 h6{
  color: #fff;
  text-align: center;
  font-size: 18px;
}


@media (max-width: 575px){
.setting-1 {
    display: none;
}    
/*
.setting-1 {
    width: 80%;
}    
.setting-1 img{
    width: 80%;
}
.setting-2 img{
    width: 80%;
}       
*/
}

.marquee-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.marquee-box1{
    width: 30%;
    color: #14355e;
    font-weight: 700;
}
.marquee-box2{
    width: 70%;
}

@media (max-width: 992px){
 
.marquee-con{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}    
.marquee-box1{
    width: 100%;
    text-align: center;
}
.marquee-box2{
    width: 100%;
}    
    
}


/*swiper banner slider start*/

.banner-slider{
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.our_teach{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding-top: 0;
    line-height: 20px;
    margin-bottom: 25px;
}
.why_ranchos{
    margin-bottom: 25px;
}
#banner_slider-row{
    padding: 10px 0;
}
.bn_tchr{
    width: 100%;
    height: auto;
    background: #f1f1f1;
    padding-top: 8px;
    border-radius: 10px;
    overflow: hidden;
}
.tech_exp{
    width: 75px;
    height: 75px;
    background: #14355e;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    margin-top: -20px;
    margin-right: -10px;
}
.tech_exp h2{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    padding-top: 8px;
    font-weight: 700;
    text-align: center;
}
.tech_exp p{
    color: #fff;
    margin-bottom: 0 !important;
    font-size: 10px !important;
    padding: 0 !important;
    text-align: center !important;
}
.tech_imgbx{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: -81px;
}
.tech_imgbx img{
    width: 100%;
    height: auto;
}
.tech_dtls{
    width: 100%;
    height: 64px;
    background: #14355e;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sub_name{
    width: 95px;
    height: 64px;
    background: #fff;
    border: 1px solid #fd6724;
    border-radius: 9px;
    padding: 3px 0;
}
.sub_name h3{
    font-size: 12px;
    color: #111;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}
.tech_name{
    padding: 17px 0;
    margin: 0 auto;
}
.tech_name h3{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.teach_header2{
    padding: 8px 0;
}
.teach_header{
    padding: 16px 0;
}
.tech_name h4{
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
}
.banner-content{
    margin: 0 auto 20px !important;
    padding-left: 0;
    justify-content: center;
}
.banner-content p{
    color: #fff;
    margin-bottom: 14px;
    font-size: 16px;
    padding: 10px 0;
}
.check_icn{
    margin-right: 10px;
}
.check_icn i{
    color: #fff;
}

.banner_teacher-con{
    margin-top: 25px;
}

#swiper-mobile-slider{
    display: none;    
}


.teach_name-row{
    width: 100%;
    height: auto;
    background: #14355e;
}
.teach_name-row h3{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 4px;
    text-align: center;
}
.teach_dtls-row{
    width: 100%;
    height: 76px;
    margin: -8px 0;
    background: #fff;
}
.teach_dtls-row h3{
    color: #111;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 6px;
    text-align: center;
}
.th2{
    padding: 18px 4px !important;
}
.th3{
    padding: 26px 0 !important;
}

#teach_col{
    padding-left: 35px;
    padding-right: 35px;
}

/*.banner-slider{
    width: 100%;
    height: 335px;
}
.why_lrn{
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 20px;
}
.banner-slider p{
    color: #fff;
    margin-bottom: 5px;
    font-size: 20px;
    padding: 0 20px;
}
.check_icn{
    margin-right: 10px;
}
.check_icn i{
    color: #fff;
}
#banner-wrapper{
    width: 100%;
    height: 335px;
}
#banner_slider-row{
    padding: 10px 0;
}
.our_teach{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}
.bn_tchr{
    width: 100%;
    height: auto;
    background: #f1f1f1;
    padding-top: 8px;
    border-radius: 10px;
    overflow: hidden;
}
.tech_exp{
    width: 75px;
    height: 75px;
    background: #14355e;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 10px;
    margin-top: -20px;
    margin-right: -10px;
}
.tech_exp h2{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 700;
    text-align: center;
}
.tech_exp p{
    color: #fff;
    margin-bottom: 0;
    font-size: 10px;
    padding: 0;
    text-align: center;
}
.tech_imgbx{
    width: 100%;
    height: auto;
    margin-top: -81px;
}
.tech_imgbx img{
    width: 100%;
    height: auto;
}
.tech_dtls{
    width: 100%;
    height: 40px;
    background: #14355e;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sub_name{
    width: 95px;
    height: 40px;
    background: #fff;
    border: 1px solid #fd6724;
    border-radius: 9px;
    padding: 12px 0;
}
.sub_name h3{
    font-size: 12px;
    color: #111;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}
.tech_name{
    padding: 5px 0;
    margin: 0 auto;
}
.tech_name h3{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.tech_name h4{
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
}
*/


@media (max-width: 575px){
/*
.our_teach {
    padding-top: 30px;
    margin-bottom: 0;
}
*/
#banner_slider-row{
    display: none;    
}     
#swiper-mobile-slider{
    display: block;    
}    
.tech_exp{
    width: 95px;
    height: 95px;
}    
.tech_exp h2 {
    font-size: 26px;
    text-align: center;
}    
.tech_exp p{
    color: #fff;
    margin-bottom: 0;
    font-size: 12px !important;
    padding: 0;
    text-align: center;
}    
    
.banner-slider{
    width: 100%;
    height: auto;
    padding-top: 30px;
}    
.bn_tchr {
    width: 100%;
    height: auto;
    margin: 15px auto;
}    
.tech_imgbx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -120px;
} 
.tech_imgbx img{
    width: 100%;
    height: auto;
}    
.sub_name {
    width: 150px;
    height: 50px;
    border-radius: 10px;
    padding: 10px 0;
}
.banner-content p{
    padding: 0;    
}    
 
.teach_dtls-row h3 {
    padding: 10px 20px;
}    
.th2 {
    padding: 18px 0 !important;
}    
.banner-content {
     padding-left: 0; 
}
.our_mentors{
    margin-top: 10px;
}    
    
}

@media (min-width: 576px) and (max-width: 767px){
    
#banner_slider-row{
    display: none;    
}     
#swiper-mobile-slider{
    display: block;    
}    
.banner-slider p {
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0 20px;
}    
.banner-slider{
    width: 100%;
    height: auto;
    padding-top: 30px;
}        
.bn_tchr {
    width: 100%;
    height: auto;
    margin: 25px auto;
}    
.tech_exp {
    width: 170px;
    height: 170px;
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 25px;
    margin-top: -40px;
    margin-right: -30px;
}
.tech_exp h2{
    font-size: 40px;
    text-align: center;
}
.tech_exp p{
    color: #fff;
    margin-bottom: 0;
    font-size: 22px !important;
    padding: 0;
    text-align: center;
}
.tech_imgbx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -210px;
} 
.tech_imgbx img{
    width: 100%;
    height: auto;
}    
.tech_dtls {
    width: 100%;
    height: 60px;
} 
.sub_name {
    width: 210px;
    height: 60px;
    padding: 10px 4px;
}    
.sub_name h3 {
    font-size: 16px;
}
.tech_name {
    padding: 10px 0;
    margin: 0 auto;
}    
.tech_name h3 {
    font-size: 16px;
}    
.tech_name h4 {
    font-size: 12px;
}    

.teach_dtls-row h3 {
    padding: 10px 20px;
}    
.th2 {
    padding: 18px 0 !important;
}    
.banner-content {
     padding-left: 5%; 
}
.our_mentors{
    margin-top: 10px;
}    
    
}


@media (min-width: 768px) and (max-width: 991px){

#banner_slider-row{
    display: none;    
}     
#swiper-mobile-slider{
    display: block;    
}    
.banner-slider{
    width: 100%;
    height: auto;
    padding-top: 0px;
}
.bn_tchr {
    width: 100%;
    height: auto;
    margin: 25px auto;
}            
.tech_exp {
    width: 170px;
    height: 170px;
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 25px;
    margin-top: -40px;
    margin-right: -30px;
}
.tech_exp h2{
    font-size: 40px;
    text-align: center;
}
.tech_exp p{
    color: #fff;
    margin-bottom: 0;
    font-size: 22px !important;
    padding: 0;
    text-align: center;
}    
.tech_imgbx {
    width: 100%;
    height: auto;
    margin-top: -175px;
} 
.tech_dtls {
    width: 100%;
    height: 100px;
}    
    
.sub_name {
    width: 210px;
    height: 100px;
    padding: 28px 4px;
}    
.sub_name h3 {
    font-size: 18px;
}
.tech_name {
    padding: 20px 0;
    margin: 0 auto;
}    
.tech_name h3 {
    font-size: 26px;
}    
.tech_name h4 {
    font-size: 18px;
}    
.banner-content p {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0;
}    

.teach_dtls-row h3 {
    padding: 26px 20px;
}    
.th2 {
    padding: 26px 0 !important;
}    
.banner-content {
     padding-left: 0; 
}
.our_mentors{
    margin-top: 10px;
}    
    
}

@media (min-width: 992px) and (max-width: 1199px){
    
#swiper-mobile-slider{
    display: none;    
}    
.tech_exp p {
    margin-bottom: 5px;
    font-size: 8px !important;
    padding: 0 0px;
}    
.tech_exp{
    width: 65px;
    height: 65px;
}
.tech_exp h2 {
    font-size: 16px;
    padding-top: 6px;
}    
.tech_imgbx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -60px;
}    
.tech_imgbx img{
    width: 100%;
    height: auto;
}
.tech_dtls {
    width: 100%;
    height: 50px;
}    
.sub_name {
    width: 85px;
    height: 50px;
    padding: 8px 0;
}    
.sub_name h3 {
    font-size: 10px;
}    
.tech_name h3 {
    font-size: 12px;
}    
.tech_name h4 {
    font-size: 8px;
} 
.tech_name {
    margin: 0 auto;
}
.banner-content{
    padding-left: 0;
}
.banner-content p {
    margin-bottom: 5px;
    font-size: 16px;
    padding: 0;
}    
.banner-slider {
    width: 100%;
    height: auto;
    padding: 50px 0;
}
#banner-row1{
    justify-content: center !important;
} 
    
    
}


@media (min-width: 1200px) and (max-width: 1399px){
    
#swiper-mobile-slider{
    display: none;    
}
.tech_imgbx {
    width: 100%;
    height: auto;
    overflow: hidden;
}    
.tech_imgbx img{
    width: 100%;
    height: auto;
} 
.banner-content p {
    padding: 0;
    padding-left: 50px;
}
    
    
}


@media (min-width: 1400px) and (max-width: 1599px){ 
    
#swiper-mobile-slider{
    display: none;    
}    
.our_teach {
    font-size: 32px;
    padding-top: 0;
    margin-bottom: 20px;
}
.tech_imgbx {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner-content p {
    padding: 0;
    padding-left: 50px;
}    
    
    
}


@media (min-width: 1600px) and (max-width: 1799px){ 
    
#swiper-mobile-slider{
    display: none;    
}    
.banner-slider {
    width: 100%;
    height: auto;
}    
.tech_imgbx {
    width: 100%;
    height: auto;
    overflow: hidden;
/*    margin-top: -100px;*/
}  
.tech_imgbx img{
    width: 100%;
    height: auto;
}    
.our_teach {
    font-size: 32px;
    padding-top: 20px;
    margin-bottom: 20px;
}     
.banner-slider p {
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0 20px;
}    
.tech_exp{
    width: 90px;
    height: 90px;
}
.tech_exp h2 {
    padding-top: 12px;
}    
.tech_exp p {
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
}        
#banner_slider-row {
    padding: 10px 0;
}    
.banner-content p {
    padding: 0 80px;
}
    
}

@media (min-width: 1800px){ 
    
#swiper-mobile-slider{
    display: none;    
}    
.our_teach {
    font-size: 32px;
    padding-top: 20px;
    margin-bottom: 20px;
}    
.banner-slider p {
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0 20px;
}    
.tech_exp{
    width: 90px;
    height: 90px;
}
.tech_exp h2 {
    padding-top: 12px;
}    
.tech_exp p {
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
}       
#banner_slider-row {
    padding: 10px 0;
}      
.banner-slider {
    width: 100%;
    height: auto;
}    
.tech_imgbx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -100px;
}  
.tech_imgbx img{
    width: 100%;
    height: auto;
}
.sub_name {
    width: 120px;
    height: 50px;
    padding: 3px 5px;
}
.banner-content p {
    padding: 0 100px;
}    
    
    
}


/*@media (max-width: 575px){
.our_teach {
    padding-top: 30px;
}    
.banner-slider{
    width: 100%;
    height: 1300px;
}    
.bn_tchr {
    width: 100%;
    height: auto;
    margin: 15px auto;
}    
.tech_exp{
    width: 95px;
    height: 95px;
}
.tech_exp h2{
    font-size: 22px;
    text-align: center;
}
.tech_exp p{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    padding: 0;
    text-align: center;
}
.tech_imgbx {
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-top: -120px;
} 
.tech_imgbx img{
    width: 100%;
    height: auto;
}    
.sub_name {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    padding: 12px 0;
}       
}
*/


/*@media (min-width: 576px) and (max-width: 767px){
.why_lrn {
    font-size: 32px;
    padding-top: 50px;
    margin-bottom: 30px;
}    
.banner-slider p {
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0 20px;
}    
.banner-slider{
    width: 100%;
    height: 1700px;
}    
#banner-wrapper{
    width: 100%;
    height: 1700px;
}    
.bn_tchr {
    width: 100%;
    height: auto;
    margin: 25px auto;
}    
.tech_exp {
    width: 170px;
    height: 170px;
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 25px;
    margin-top: -40px;
    margin-right: -30px;
}
.tech_exp h2{
    font-size: 32px;
    text-align: center;
}
.tech_exp p{
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
    padding: 0;
    text-align: center;
}
.tech_imgbx {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: -210px;
} 
.tech_imgbx img{
    width: 100%;
    height: auto;
}    
.tech_dtls {
    width: 100%;
    height: 60px;
} 
.sub_name {
    width: 210px;
    height: 60px;
    padding: 18px 0;
}    
.sub_name h3 {
    font-size: 16px;
}
.tech_name {
    padding: 10px 0;
    margin: 0 auto;
}    
.tech_name h3 {
    font-size: 16px;
}    
.tech_name h4 {
    font-size: 12px;
}       
}
*/

/*@media (min-width: 768px) and (max-width: 991px){
.banner-slider{
    width: 100%;
    height: 350px;
}    
#banner-wrapper{
    width: 100%;
    height: 350px;
} 
.banner-slider p {
    margin-bottom: 10px;
    font-size: 20px;
    padding: 0;
}       
.tech_exp {
    width: 70px;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 10px;
    margin-top: -20px;
    margin-right: -10px;
}      
.tech_exp h2{
    font-size: 16px;
    text-align: center;
}
.tech_exp p{
    color: #fff;
    margin-bottom: 0;
    font-size: 8px;
    padding: 0;
    text-align: center;
}    
.tech_imgbx {
    width: 100%;
    height: auto;
    margin-top: -65px;
}    
.sub_name {
    width: 80px;
    height: 40px;
}
.tech_name h3 {
    font-size: 12px;
}       
}
*/


/*@media (min-width: 992px) and (max-width: 1199px){    
.why_lrn {
    font-size: 26px;
    padding-top: 20px;
    margin-bottom: 15px;
}    
.banner-slider p {
    margin-bottom: 5px;
    font-size: 16px;
    padding: 0 20px;
}    
.tech_exp p {
    margin-bottom: 5px;
    font-size: 8px;
    padding: 0 0px;
}    
.tech_exp{
    width: 65px;
    height: 65px;
}
.tech_exp h2 {
    font-size: 16px;
    padding-top: 6px;
}    
.tech_imgbx {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-top: -60px;
}    
.tech_imgbx img{
    width: 100%;
    height: auto;
}
.tech_dtls {
    width: 100%;
    height: 32px;
}    
.sub_name {
    width: 65px;
    height: 32px;
    padding: 8px 0;
}    
.sub_name h3 {
    font-size: 10px;
}    
.tech_name h3 {
    font-size: 12px;
}    
.tech_name h4 {
    font-size: 8px;
} 
.tech_name {
    padding: 4px 0;
    margin: 0 auto;
}       
}
*/
/*
@media (min-width: 1200px) and (max-width: 1399px){

    
}
*/


/*@media (min-width: 1400px) and (max-width: 1599px){   
.our_teach {
    font-size: 32px;
    padding-top: 20px;
    margin-bottom: 0;
}
.tech_imgbx {
    width: 100%;
    height: 245px;
    overflow: hidden;
    margin-top: -85px;
}        
}
*/

/*@media (min-width: 1600px) and (max-width: 1799px){
.our_teach {
    font-size: 32px;
    padding-top: 20px;
    margin-bottom: 0;
} 
.why_lrn {
    font-size: 32px;
    padding-top: 50px;
    margin-bottom: 20px;
}    
.banner-slider p {
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0 20px;
}    
.tech_exp{
    width: 90px;
    height: 90px;
}
.tech_exp h2 {
    padding-top: 12px;
}    
.tech_exp p {
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
}        
#banner_slider-row {
    padding: 10px 0;
}  
#banner-wrapper {
    width: 100%;
    height: 365px;
}    
.banner-slider {
    width: 100%;
    height: 365px;
}    
.tech_imgbx {
    width: 100%;
    height: 275px;
    overflow: hidden;
    margin-top: -100px;
}  
.tech_imgbx img{
    width: 100%;
    height: auto;
}        
}
*/


/*@media (min-width: 1800px){       
.our_teach {
    font-size: 32px;
    padding-top: 20px;
    margin-bottom: 0;
} 
.why_lrn {
    font-size: 32px;
    padding-top: 50px;
    margin-bottom: 20px;
}    
.banner-slider p {
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0 20px;
}    
.tech_exp{
    width: 90px;
    height: 90px;
}
.tech_exp h2 {
    padding-top: 12px;
}    
.tech_exp p {
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
}       
#banner_slider-row {
    padding: 10px 0;
}  
#banner-wrapper {
    width: 100%;
    height: 450px;
}    
.banner-slider {
    width: 100%;
    height: 450px;
}    
.tech_imgbx {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-top: -100px;
}  
.tech_imgbx img{
    width: 100%;
    height: auto;
}
.sub_name {
    width: 120px;
    height: 40px;
}        
}
*/


/*swiper banner slider end*/

/*====== testimonial area start ======*/



.testi_inner h3, .newthis h3, .sectionhead h3{
  color: #14355e;
  font-size: 30px;
}

.testimonial{
/*    background: #ffd3c0;*/
  background-color: #f7bfa8;
  padding: 60px 0px 70px 0px;
}
.testi_inner{
  display: flex;
  justify-content: space-between;
}
.testi_inner h3{
  font-weight: 700;
}
.testimonial_head{
  margin-bottom: 40px;
}

.topcount{
  margin-bottom: 70px;
}


.testi{
  padding: 20px;
  border-radius: 20px;
}
.testi_img{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.testi_img img{
  width: 70px;
  height: 70px;
  overflow: hidden;  
}

.testiclient{
  margin-top: 10px;
}
.testiclient h6{
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
}
.testiclient p{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.testi_img img{
  width: 70px !important;
  border-radius: 50%;
}
.testi_text video{
  width: 100%;
  height: 204px;
  background-color: #fff;
  border-radius: 20px;
}

.testi_text object{
  width: 100%;
  height: 204px;
  background-color: #fff;
  border-radius: 20px;
}

.testimonial .owl-item{
  border: 2px solid #14355e;
  background-color: #14355e !important;
  border-radius: 20px;
/*  height: 346px;*/
}
.testimonial .owl-item.center{
  background-color: #fd6724 !important;
  border: 2px solid #fd6724;
  border-radius: 20px;
  color: #fff !important;
}
.testimonial .owl-item.center p{
  color: #fff !important;
}
.testimonial .owl-item.center h6{
  color: #fff !important;
}
.testi_text p{
  margin-bottom: 0px;
  padding: 15px 10px;
  font-size: 15px;
  text-align: justify;
  max-height: 210px !important;
  overflow-y: auto !important;
}
.testi_text i{
  font-size: 12px;
}

.testi_text h5{
  margin-bottom: 0px;
  font-weight: bold;
}

.testimonial .owl-dots {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 10px;
}

.testimonial .owl-carousel .owl-dots.disabled{
  display: block;
}

.testimonial .owl-dot {
  display: inline-block;
}

.testimonial .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #fff !important;
  border: 2px solid #7d7d7d !important;
  border-radius: 50%;
  display: block;
  margin: 5px 5px;
}

.testimonial .owl-dot.active span {
  background-color: #14355e !important;
  border: 2px solid transparent !important;
}



.testimonial .owl-carousel .owl-nav.disabled{
  display: block !important;
}
.testimonial .owl-prev{
  width: 45px !important;
  height: 45px !important;
  color: #7d7d7d !important;
  font-size: 18px !important;
  transition: .8s;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 60px;
  margin: auto;
  background-color: #fff !important;
  border-radius: 50px;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
}
.testimonial .owl-next{
  width: 45px !important;
  height: 45px !important;
  color: #7d7d7d !important;
  font-size: 18px !important;
  transition: .8s;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 60px;
  margin: auto;
  background-color: #fff !important;
  border-radius: 50px;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
}
.testimonial .owl-prev:hover{
  color: #fff !important;
  background-color: #f2f2f2 !important;
  top: -2px;
  border: 2px solid #fff !important;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
  transition: 0.5s ease-in-out;
}
.testimonial .owl-next:hover{
  color: #fff !important;
  background-color: #f2f2f2 !important;
  top: -2px;
  border: 2px solid #fff !important;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
  transition: 0.5s ease-in-out;
}
.testimonial .owl-prev i{
  font-size: 30px;
  color: #7d7d7d;
}
.testimonial .owl-next i{
  font-size: 30px;
  color: #7d7d7d;
}

.testibtns{
  position: absolute;
  right: 15px;
  z-index: 1;
}
.testibtns a{
  transform: translateY(-50px);
}


/*====== counting start ======*/


.counting{
  background-color: #d4d4da;
  padding: 60px 0;
}
.count-wrap{
  display: flex;
  justify-content: center;
}
.count-wrap p{
  color: #14355e;
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 0px;
}
.count-wrap span{
  color: #14355e;
  font-size: 40px;
  font-weight: 700;
}
.count p{
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 17px;
}
.logoicon{
  width: 100%;
  margin-top: 10px;
}
.logoicon img{
  width: 70px;
  margin-left: 6px;
}
.fb{
  margin-top: -5px;
}
.am{
  padding-top: 5px;
}


/*====== package start ======*/


.package{
  background-color: #f7bfa8;
}
.sectionhead{
  text-align: center;
}
.sectionhead h3{
  font-weight: 700;
  margin-bottom: 40px;
}

.newthis h3{
  margin-bottom: 10px;
}
.newthis p{
  margin-bottom: 40px;
  font-size: 16px;
}

.packagebox nav{
  max-width: 85%;
  margin: auto;
}
#tabs .nav-tabs {
  border-bottom: 0px !important;
  position: relative;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #fd6724 !important;
  font-weight: 600;
  cursor: pointer;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span{
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fd6724;
  margin: auto;
  display: flex;
  margin-bottom: -20px;
}
#tabs .nav-tabs .nav-link {
  color: #fff;
  width: 14%;
  margin: 4px;
  padding: 8px 5px;
  background-color: #a29da6;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  border: 0px solid transparent !important;
}

#tabs .nav-tabs .nav-link:hover {
  background-color: #fd6724;
  box-shadow: 0 0px 10px 0px rgba(15, 15, 15, 0.15);
  cursor: pointer;
}

#tabs .tab-content{
  margin-top: 20px;
}
#tabs .inner_pane{
  background-color: #14355e;
  padding: 60px;
  padding-bottom: 40px;
  border-radius: 10px;
}
.more-topics{
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
}

/**/

/*.chaturimg img{
  border-radius: 10px;
}
.chaturtxt h4{
  font-weight: 700;
  color: #fff;
  margin: 40px 0px 20px 0px;
}
.chaturtxt p{
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.chaturprc h4{
  font-weight: 700;
  color: #fff;
  margin: 40px 0px 20px 0px;
}*/

.thef_wrap{
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  height: 85%;
  position: relative;
  padding-bottom: 80px;
}
.thf_img{
  border-radius: 10px;
  max-width: 200px;
  text-align: center;
  margin: auto;
}
.thf_img img{
  border-radius: 10px;
}
.thef_wrap h6{
  font-weight: 600;
  padding: 20px;
  margin-bottom: 0px;
  color: #737373;
}
.thf_bt{
/*  position: absolute;*/
  bottom: 20px;
  margin: auto;
  left: 0;
  right: 0;
}
.thf_bt a{
}


/**/

.vality{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 19px;
  display: inline-block;
  margin-bottom: 25px;
}

.tab-main {
  border: none;
  background: transparent;
  box-shadow: none;
}
.tab-main section {
  display: none;
}
.tab-main label{
  margin-left: 20px;
}
.tab-main #tab1:checked ~ #content1,
.tab-main #tab2:checked ~ #content2,
.tab-main #tab3:checked ~ #content3,
.tab-main #tab4:checked ~ #content4 {
  display: block;
}
/**/
.validity [type="radio"]:checked,
.validity [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.validity [type="radio"]:checked + label,
.validity [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
.validity [type="radio"]:checked + label:before,
.validity [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #f2f2f2;
}
.validity [type="radio"]:checked + label:after,
.validity [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fd6724;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.validity [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.validity [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**/

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  margin: 6px 0px 8px 0px;
  color: #727272;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  border: 1px solid #a1a1a1;
}
.styled-checkbox:hover + label:before {
  background: #fd6724;
  border: 0px;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #fd6724;
  border: 0px;
}
.styled-checkbox:disabled + label {
  color: #727272;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ccc;
  border: 1px solid #a1a1a1;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**/

.checkbox-group-item li{
  list-style: none;
}
.phy-onnoff, .che-onnoff, .mat-onnoff, .phy-onnoff2, .che-onnoff2, .mat-onnoff2, .phy-onnoff3, .che-onnoff3, .mat-onnoff3, .phy-onnoff4, .che-onnoff4, .mat-onnoff4{
  display: none;
  width: -o-fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
.inner_pane .btns{
  font-size: 14px;
}

.video_sub{
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.tvd_img{
  border-radius: 10px;
  text-align: center;
  margin: auto;
  max-width: 200px;
  margin-bottom: 10px;
}
.videos_wrap, .mentor_wrap{
  padding: 0px 20px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.videos_wrap h5, .mentor_wrap h5{
  font-weight: 700;
}
.videos_wrap h6{
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 15px;
}
.mentor_wrap h6{
  font-weight: 600;
  font-size: 15px;
}
.videos_wrap p, .mentor_wrap p{
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
}
.videos_wrap h4, .mentor_wrap h4{
  font-weight: 700;
  margin: 10px 0px 20px 0px;
}
.videos_wrap span{
  font-weight: 500;
  font-size: 16px;
  text-decoration: line-through;
}
.mentor_wrap a{
  margin-top: 20px;
}
.trout{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tip_img{
  border-radius: 10px;
  text-align: center;
  margin: auto;
  max-width: 200px;
  margin-bottom: 10px;
}


.package .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.package .owl-prev {
    width: 45px !important;
    height: 45px !important;
    color: #7d7d7d !important;
    font-size: 18px !important;
    transition: .8s;
    position: absolute;
    left: -12%;
    top: 0;
    padding: 4px 14px;
    bottom: 60px;
    margin: auto;
    background-color: #fff !important;
    border-radius: 50px;
    border: 2px solid transparent !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: 2px 3px 5px 0 rgb(80 80 80 / 30%);
}
.package .owl-prev i {
    font-size: 30px;
    color: #14355e;
}
.package .owl-next {
    width: 45px !important;
    height: 45px !important;
    color: #7d7d7d !important;
    font-size: 18px !important;
    transition: .8s;
    position: absolute;
    right: -12%;
    top: 0;
    padding: 4px 14px;
    bottom: 60px;
    margin: auto;
    background-color: #fff !important;
    border-radius: 50px;
    border: 2px solid transparent !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: 2px 3px 5px 0 rgb(80 80 80 / 30%);
}
.package .owl-next i {
    font-size: 30px;
    color: #14355e;
}
.subject_con{
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.subject_con:hover .hover_content{
    transition: 0.3s;
	opacity: 1;
	visibility: visible;
}
.hover_content{
    position: absolute;
	width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.8);
	top: 0;
	z-index: 2;
	padding: 20px;
	box-sizing: border-box;
	text-align: justify;
    transition: 0.3s;
    opacity: 0;
	visibility: hidden;
}
.hover_content p{
	margin: 0;
	padding: 0;
	color: #fff;    
	transform: translateY(10px);
}

.hover-button{
    position: absolute;
    bottom: 20px;
}
.teacher_img {
    width: 100%;
    height: auto;
}
.teacher_img img{
    width: 100%;
    height: auto;
}

.subject_body{
    height: 261px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    padding: 10px 20px 20px 20px;
    
}


/*Carousel slider start*/



@media (max-width: 991px){

.subject_con {
    margin: 15px 0px;
}    
.subject_body{
    margin: 0px 0px !important;
}
    
.hover_content p {
    font-size: 12px;
}
    
    
    
}



.video_sub-heading-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.video_sub-header{
}
.video_sub-header-iconbox{
    width: 20px;
    height: auto;
    position: absolute;
    right: 30px;
    padding: 0;
}
.video_sub-header-iconbox img{
    width: 100%;
    height: auto;
}

.tl_tip .tooltiptext{
  visibility: hidden;
  width: 74%;
  background-color: #fd6724;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 57%;
  left: 13%;
  opacity: 0;
  text-decoration: none;
  transition: opacity 0.3s;  
}
.tl_tip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fd6724 transparent transparent transparent;
}
.tl_tip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;  
}


/*subject tab section start*/

#tab-content1{
    display: block;
}
#tab-content1 nav{
    margin: auto;
    max-width: 100%;
}
#tab-content1 .nav-tabs{
    margin: 0 auto;
    justify-content: center;
/*    justify-content: space-around;*/
/*    justify-content: space-between;*/
    text-align: center;
}
#tab-content1 .nav-tabs .nav-link{
    text-align: center;
/*    margin: 0 50px;*/
}
.slick-list{
/*    overflow: visible!important;*/
}
.slick-item{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/*subject tab section end*/




@media (max-width: 575px){
    
/*
.video_sub-heading-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}    
*/
    
.video_sub-header h5{
    font-size: 15px;    
}    
.video_sub-header-iconbox {
    width: 15px;
    height: auto;
    position: absolute;
    right: 20px;
    line-height: 13px;
    padding: 0;
}
    
    
/*
.video_sub-header-iconbox{
    width: 20px;
    height: auto;
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 0;
}
*/
    
}

@media (min-width: 768px) and (max-width: 991px){
    
.video_sub-heading-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}    
.video_sub-header-iconbox{
    width: 20px;
    height: auto;
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 0;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.video_sub-heading-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}    
.video_sub-header-iconbox{
    width: 20px;
    height: auto;
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 0;
}
}

/*====== teachers start ======*/

.teachers{
/*    background: #d8e7fc;*/
/*    background: #fff6e4;*/
    background: #d4d4da;
/*    background: #e6f1f7;*/
}
.teachercount{
  margin-bottom: 70px;
}

/*.teachers .tab{
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.teachers .tab img{
  margin-right: 15px;
  width: 60px;
  margin-left: -20px;
  border-radius: 50%;
  border: 2px solid;
  background-color: #fff;
}
.teachers .tab button {
  display: block;
  color: #fff;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  text-align: left;
  background-color: #a29da6;
  border: 2px solid #a29da6;
  font-weight: 600;
  margin-bottom: 30px;
  margin-left: 11px;
  margin-right: 20px;
  border-radius: 30px 10px 10px 30px;
}
.teachers .tab button:last-child {
  margin-right: 0px;
}
.teachers .tab button:hover {
  background-color: #fd6724;
  border: 2px solid #fd6724;
  color: #fff;
  transition: 0.3s;
}
.teachers .tab button.active {
  background-color: #fd6724;
  border: 2px solid #fd6724;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.teachers .tab button.active:after {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fd6724;
  top: 0;
  left: 0;
  right: 0;
  bottom: -65px;
  margin: auto;
}

.teachers .total_sub{
  background-color: #ffe3d7;
  border-radius: 10px;
}
.teachers .tabcontent {
  border-left: none;
}*/

/**/

.techer_video{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.techer_video object{
  width: 100%;
  height: 325px;
  background-color: #fff;
  border-radius: 20px;
}
.techer_video video{
  width: 100%;
  height: 305px;
  background-color: #fff;
  border-radius: 20px;
}
.subboxin{
  /*padding: 40px 30px 40px 30px;*/
}
.subboxin h5{
  font-weight: 700;
}
.subboxin h6{
  font-weight: 600;
  margin-bottom: 20px;
  color: #fd6724;
}
.subboxin p{
  font-weight: 400;
  text-align: justify;
  margin-bottom: 0px;
}

/**/


/*.teachers .accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  position: absolute;
  top: 24px;
  bottom: 0;
  right: 20px;
}
.teachers .accordion .card-header.collapsed:after {
  content: "\f067"; 
}*/


.collapsed:hover{
  background-color: #fd6724 !important;
  transition: .5s !important;
}
.card-header {
  padding: 0px 20px !important;
  margin-bottom: 0;
  background-color: #fd6724 !important;
  border-bottom: 1px solid rgba(0,0,0,.125);
  color: #fff;
  margin-top: 20px !important;
  border-radius: 50px 10px 10px 50px;
  position: relative;
  cursor: pointer;
}
.card-header:first-child{
  border-radius: 50px 10px 10px 50px !important;
}
.collapsed{
  background-color: #14355e !important;
  color: #fff !important;
  transition: .5s !important;
}
.accordion .card .card-header{
  /*margin-top: 20px;*/
}

.accordion .card .card-header a{
  font-family: 'Source Sans Pro', sans-serif;  
/*  font-family: 'Roboto', sans-serif;*/
  font-size: 16px;
  font-weight: 600;
}
.accordion .card .card-header a img{
  width: 65px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 20px;
  margin-left: -24px;
  border-radius: 50%;
  border: 4px solid;
  background-color: #fff;
}
.accordion .card .card-header a span{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 22px;
}

.card{
  border: 0px !important;
  background: transparent !important;  
}
.card-body{
  background-color: #ffe3d7;
  margin-top: 10px;
  border-radius: 10px;
}



/*====== package start ======*/


.topresult{
  background-color: #f7bfa8;
}
.lp_topresult{
  background-color: #fff;  
}
.topresultbox nav{
  max-width: 85%;
  margin: auto;
}
#resulttabs .nav-tabs {
  border-bottom: 0px !important;
  position: relative;
}
#resulttabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #fd6724 !important;
  font-weight: 600;
  cursor: pointer;
}
#resulttabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span{
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fd6724;
  margin: auto;
  display: flex;
  margin-bottom: -20px;
}
#resulttabs .nav-tabs .nav-link {
  color: #fff;
  width: 14%;
  margin: 4px;
  padding: 8px 5px;
  background-color: #a29da6;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  border: 0px solid transparent !important;
}

#resulttabs .nav-tabs .nav-link:hover {
  background-color: #fd6724;
  box-shadow: 0 0px 10px 0px rgba(15, 15, 15, 0.15);
  cursor: pointer;
}

#resulttabs .tab-content{
  margin-top: 20px;
}
#resulttabs .inner_pane{
  background-color: #14355e;
  padding: 50px;
  border-radius: 10px;
}
/**/

.tres_wrap{
  margin: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 10px 20px 10px;
  text-align: center;
  transition: .5s;
}
.tres_img{
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.tres_img img{
  max-width: 100px;
  transform: translateY(-10px);
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  transition: .5s;
  margin: 0 auto;
}
.tres_wrap h6{
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tres_wrap p{
  color: #fd6724;
  font-weight: 600;
  margin-bottom: 0px;
}
.tres_wrap:hover .tres_img img{
  transform: translateY(0px);
  transition: .5s;
}


/*
.topresults_slider .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}
*/

.topresults_mobile-view{
   display: none !important;
}
.topresults_desk-view{
   display: flex !important;    
}

@media (max-width: 991px){
    
.topresults_mobile-view{
   display: block !important;
}    
.topresults_desk-view{
   display: none !important;     
}
    
    
}

/*====== courses start ======*/


.courses{
  background-color: #f3f3f3;
}

.under_content{
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
}
.Tabs {
  border-top: 0;
}
.Tabs-header {
  background: #a29da6;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  transition: .3s;
}
.Tabs-header:hover {
  background: #fd6724;
  transition: .3s;
}
.Tabs-header.active {
  background: #fd6724;
  color: #fff;
}
.Tabs-header.active:after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fd6724;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -15px;
}
.Tabs-header.active + .Tabs-content {
  display: block;
}
.Tabs-content {
  overflow: hidden;
  display: none;
}

@media (min-width: 992px) {
  .Tabs {
    position: relative;
    min-height: 3em;
    margin-bottom: 2em;
  }
  .Tabs-header {
    position: absolute;
    z-index: 1;
    height: 3em;
    border-left: 2px solid #f3f3f3;
    padding: 0 1em;
    line-height: 3em;
    top: 0;
    left: 0;
    width: 12.5%;
  }
  .Tabs-header-row-1 {
    display: inline-block;
    /*vertical-align: middle;*/
    line-height: normal;
  }
  .Tabs-header-row-2 {
    display: none;
  }
}

.Tabs div:first-child .Tabs-header {
  border-left: 0;
}
.Tabs-header[data-tab="1"] {
  left: 0%;
}
.Tabs-header[data-tab="2"] {
  left: 12.5%;
}
.Tabs-header[data-tab="3"] {
  left: 25%;
}
.Tabs-header[data-tab="4"] {
  left: 37.5%;
}
.Tabs-header[data-tab="5"] {
  width: 10% !important;
  left: 50%;
}
.Tabs-header[data-tab="6"] {
  left: 60%;
}
.Tabs-header[data-tab="7"] {
  width: 15% !important;
  left: 72.5%;
}
.Tabs-header[data-tab="8"] {
  left: 87.5%;
  right: 0;
  width: auto;
}
.Tabs-content {
  padding-top: calc(3em + 2em);
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}

@media (max-width: 991px) {
  .Tabs {
    margin: 0;
    border: 0;
  }
  .Tabs-header[data-tab="5"] {
    width: auto !important;
  }
  .Tabs-header[data-tab="7"] {
    width: auto !important;
  }
  .Tabs-header.active:after {
    bottom: inherit;
    margin-top: 35px;
  }
  .under_content {
    margin-bottom: 30px;
  }
  .Tabs-header {
    padding: 0.9em 1em;
  }
  .Tabs-header:not(.active) {
    margin-bottom: 0.5em;
  }
  .Tabs-content {
    padding-top: 2em;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: expandHeight;
    -moz-animation-duration: 1.5s;
    -moz-animation-delay: 0;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
    -moz-animation-name: expandHeight;
    animation-duration: 1.5s;
    animation-delay: 0;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-name: expandHeight;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes expandHeight {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1000px;
  }
}
@-webkit-keyframes expandHeight {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1000px;
  }
}
/**/

.course_box{
  border-radius: 20px;
  box-shadow: 2px 3px 3px 0 rgba(80, 80, 80, .2);
  margin: 5px 8px;
  transition: .5s;
}
.course_img{
  overflow: hidden;
  border-radius: 20px;
  transition: .5s;
}
.course_img img{
  border-radius: 20px;
  transition: .5s;
}
.course_box:hover{
  box-shadow: none;
  transition: .5s;
}
.course_box:hover .course_img img{
  transform: scale(1.1);
  transition: .5s;
}
.course_box h5{
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 40px;
  overflow-y: auto;
}
.course_box h6{
  font-size: 14px;
  font-weight: 600;
}
.course_box h4{
  font-size: 18px;
  font-weight: 700;
  color: #fd6724;
  margin-bottom: 15px;
}
.course_box h4 span{
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: line-through;
}
.course_box .btns{
  font-size: 14px;
  padding: 6px 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.course_rating{
  display: flex;
  margin-top: 6px;
}
.course_rating p{
  color: #fd6724;
  padding-right: 6px;
}
.course_rating i{
  color: #fd6724;
  padding: 5px 1px;
  font-size: 12px;
}
.course_rating span{
  font-size: 14px;
  padding-left: 5px;
}


.courses .owl-carousel .owl-nav.disabled{
  display: block !important;
}
.courses .owl-prev{
  width: 45px !important;
  height: 45px !important;
  color: #7d7d7d !important;
  font-size: 18px !important;
  transition: .8s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 250px;
  margin: auto;
  background-color: #fff !important;
  border-radius: 50px;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
}
.courses .owl-next{
  width: 45px !important;
  height: 45px !important;
  color: #7d7d7d !important;
  font-size: 18px !important;
  transition: .8s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 250px;
  margin: auto;
  background-color: #fff !important;
  border-radius: 50px;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
}
.courses .owl-prev:hover{
  color: #fff !important;
  background-color: #f2f2f2 !important;
  top: -2px;
  border: 2px solid #fff !important;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
  transition: 0.5s ease-in-out;
}
.courses .owl-next:hover{
  color: #fff !important;
  background-color: #f2f2f2 !important;
  top: -2px;
  border: 2px solid #fff !important;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
  transition: 0.5s ease-in-out;
}
.courses .owl-prev i{
  font-size: 30px;
  color: #7d7d7d;
  padding: 5px 5px 5px 13px;
}
.courses .owl-next i{
  font-size: 30px;
  color: #7d7d7d;
  padding: 5px 5px 5px 17px;
}



/*====== Material start ======*/


.material_inner{
  display: flex;
  justify-content: space-between;
}
.material_inner h3{
  font-weight: 700;
}
.material_box{
  padding: 10px;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #a29da6;
  transition: .5s;
  margin-top: 40px;
}
.material_img{
  overflow: hidden;
  border-radius: 20px;
  transition: .5s;
}
.material_img img{
  width: 250px;
  border-radius: 20px;
  transition: .5s;
}
.material_box:hover{
  border: 2px solid #fd6724;
  transition: .5s;
}
.material_box:hover .material_img img{
  transform: translateY(-10px);
  transition: .5s;
}
.material_box h6{
  font-weight: 700;
  margin-top: 5px;
  font-size: 18px;
}


/*====== learns start ======*/

.learns{
  background: #d4d4da;  
}
.learn_box h5{
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.learn_box p{
  text-align: justify;
}
.learn_box p:not(:last-child){
  padding-bottom: 20px;
}


/*====== news start ======*/


.news_head{
  margin-bottom: 50px;
  margin-top: 10px;
  padding: 0 60px;
}
.news_inner{
  display: flex;
  justify-content: space-around;
}
.news_inner h3{
  font-weight: 700;
  padding-top: 10px;
}
.news_inner p{
  max-width: 400px;
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
}
.news_inner span{
  height: 70px;
  width: 3px;
  border-radius: 20px;
  background-color: #a29da6;
}

.news_box{
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #a29da6;
  transition: .5s;
}
.news_img{
  overflow: hidden;
  border-radius: 20px;
  transition: .5s;
}
.news_img img{
  width: 100%;
  border-radius: 20px;
  transition: .5s;
}
.news_box:hover .news_img img{
  transform: scale(1.1);
  transition: .5s;
}
.news_wrap{
  padding: 20px;
}
.news_date{
  display: flex;
  justify-content: space-between;
}
.news_date i{
  font-size: 14px;
  color: #fd6724;
  padding: 5px 5px 0px 0px;
}
.news_date a{
  font-size: 14px;
  font-weight: 500;
  color: #505050;
}
.news_wrap h5{
  font-weight: 700;
  margin-top: 15px;
}
.news_wrap p{
  text-align: justify;
}
.news_wrap .btns{
  font-size: 14px;
  padding: 6px 20px;
  text-transform: capitalize;
}
/**/

.alldate_wrap{
  padding: 15px 0px;
  border-bottom: 2px solid #a29da6;
  display: flex;
  justify-content: space-between;
}
.alldate{
  text-align: center;
  padding: 15px 20px 5px 20px;
}
.alldate h6, .alldate h4{
  font-weight: 700;
}
.alldate_text{
  padding: 0px 10px 5px 20px;
  border-left: 2px solid #a29da6;
}
.alldate_text i{
  font-size: 15px;
  color: #fd6724;
  padding: 5px 5px 0px 0px;
}
.alldate_text a{
  font-size: 15px;
  font-weight: 500;
  color: #808080;
}
.alldate_text p{
  font-size: 18px;
  font-weight: 500;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 0px;
}
.alldate_text p:hover{
  color: #505050;
}
.alldate_box{
  height: 520px;
  overflow-y: auto;
}


/*====== newsletter start ======*/

/*
.newsletter{
  background: #d4d4da;
}
*/
.colorarea{
  background-color: #be5b34;
  padding: 50px 60px !important;
  border-radius: 20px;
  margin-top: -26px;
}
.letter_text{
/*  max-width: 350px;*/
}
.letter_text h6{
  color: #fff;
  font-weight: 600;
}
.letter_text h3{
  font-weight: 700;
  color: #fff;
  font-size: 32px;
}
.mail{
  margin-top: 30px;
}
.mail .mail-contact{
  position: relative;
}
.mail .form-control{
  width: 100%;
  border-radius: 0px;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
  border: 0px;
  border-radius: 50px;
}
.mail .subbt{
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 14px;
  padding: 6px 20px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #14355e;
  color: #fff;
}
.mail .subbt:hover {
  background-color: #f2f2f2;
  color: #404040;
  border: 2px solid #fff;
  right: 13px;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
}
.colorwrap{
  background: #14355e;
  width: 100%;
  height: 200px;
  position: absolute;
  margin-top: -120px;
  z-index: -1;
}




/*====== footer start ======*/


.footer{
  background-color: #14355e;
}
.fwrap h5{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.finner{
  padding-top: 20px;
}
.finner2{
  padding-top: 0px;
}
.finner p{
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.finner p:hover{
  text-decoration: underline;
}
.finner i{
  color: #fff;
  float: left;
  padding-right: 10px;
  font-size: 13px;
  padding-top: 4px;
}
.topgap{
  padding-top: 50px;
}
.finner2 p{
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
}

.copyright{
  background-color: #082447;
  padding: 20px 0;
}
.copy_wrap{
  width: 100%;
}
.lastlink{
  float: right;
}
.rights{
  float: left;
}
.copy_wrap a p{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 0px;
  display: inline-block;
}
.copy_wrap a p:hover{
  color: #fd6724;
}
.copy_wrap a{
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
.copy_wrap a:hover{
  color: #fff;
  text-decoration: underline !important;
}





/*==================about===================*/



.about_img{
  width: 100%;
}
.about_img img{
  border-radius: 20px;
  border: 2px solid #a29da6;
}
.about_text h3{
  font-weight: 700;
  font-size: 22px;
}
.about_text p:not(:last-child){
  padding-bottom: 40px;
}
.about_text p{
  text-align: justify;
}
/**/

.imaging_text{
  max-width: 350px;
}
.imaging_text h6{
  font-weight: 600;
}
.imaging_text h2{
  font-weight: 700;
  font-size: 32px;
}
.imaging_para p{
  text-align: justify;
}

.content_wrap{
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.imaging_box{
  border-radius: 20px;
  max-width: 550px;
  padding: 80px 40px;
  background-color: #14355e;
  position: absolute;
  bottom: -80px;
}
.imaging_box h3{
  font-weight: 600;
  color: #fff;
}
.imaging_box hr{
  width: 100px;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
  margin: 60px 0px 0px 0px;
}
.imaging_img img{
  max-width: 720px;
  border-radius: 30px;
  border: 2px solid #a29da6;
  float: right;
}
/**/

.whowe_box p{
  text-align: justify;
  text-align-last: center;
}
.whowevideobox{
  margin: 40px 0px;
  width: 100%;
  text-align: center;
}
.whowevideobox object{
  width: 80%;
  height: 400px;
  border-radius: 20px;
}
/**/

.whatwe .sectionhead h3{
  text-align: left;
}
.whatwe_text h5{
  font-weight: 600;
  margin-bottom: 40px;
  max-width: 400px;
}
.whatwe_text p{
  padding-bottom: 20px;
  text-align: justify;
}
.whatwe_img{
  margin-top: -40px;
}
.whatwe_img img{
  border-radius: 20px;
  border: 2px solid #a29da6;
}




/*==================testimonials_page===================*/


.testimonial_page_in{
  border-radius: 20px;
  -webkit-box-shadow: 0 0px 12px 0px rgba(15, 15, 15, 0.15);
  box-shadow: 0 0px 12px 0px rgba(15, 15, 15, 0.15);
  margin-bottom: 50px;
  transition: .5s;
}
.testimonial_page_in:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: .5s;
}
.testimonial_page_in:hover .testi{
  border-radius: 20px;
  transition: .5s;
}
.testimonial_page_in .testi{
  background-color: #ffe3d7;
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #14355e;
  height: 100%;
  transition: .5s;
}
.testimonial_page_in .col-lg-5{
  padding-left: 0px;
  padding-right: 0px;
}
.testimonial_page_text{
  padding: 15px 25px 15px 0px;
}
.testimonial_page_text h4{
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.testimonial_page_text h5{
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #606060;
}
.testimonial_page_text h6{
  font-weight: 600;
  font-size: 15px;
  color: #606060;
}
.starr i{
  color: #eeb427;
}
.testimonial_page_text p{
  font-size: 14px;
  padding-top: 10px;
}
.testimonial_page_text a{
  font-weight: 600;
  color: #fd6724;
  font-size: 15px;
  margin-bottom: 0px;
}
.testimonial_page_text a:hover{
  text-decoration: underline !important;
  color: #fd6724;
}

/**/
.mypagintn{
  text-align: center;
  margin: auto;
  margin-top: 40px;
}
.mypagintn .page-item.active .page-link{
  background-color: transparent;
  color: #fd6724 !important;
}
.mypagintn .pagination-lg .page-item .page-link{
  font-weight: 700;
  color: #404040;
  font-size: 18px;
  margin-bottom: 0px;
  border-radius: 20px;
  padding: 8px 20px;
  border: 2px solid transparent;
}
.mypagintn .pagination-lg .page-item:first-child .page-link{
  font-weight: 600;
  border-radius: 20px;
  background-color: #c6c6c6;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  margin-right: 25px;
}
.mypagintn .pagination-lg .page-item:last-child .page-link{
  font-weight: 600;
  border-radius: 20px;
  background-color: #fd6724;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  margin-left: 25px;
}
.mypagintn .pagination-lg .page-item:first-child .page-link:hover{
  background-color: #f2f2f2;
  color: #404040;
  border: 2px solid #fff;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
}
.mypagintn .pagination-lg .page-item:last-child .page-link:hover{
  background-color: #f2f2f2;
  color: #404040;
  border: 2px solid #fff;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
}


@media (max-width: 991px){
  .testimonial_page_in .testi{
  border-radius: 20px;
  }
  .testimonial_page_in .col-lg-5{
  padding-left: 15px;
  padding-right: 15px;
  }
  .testimonial_page_text{
  padding: 20px 20px 25px;
  }
}
@media (max-width: 480px){
  .mypagintn{
  margin-top: 30px;
  }
  .mypagintn .pagination-lg .page-item:first-child .page-link{
  margin-right: 5px;
  }
  .mypagintn .pagination-lg .page-item:last-child .page-link{
  margin-left: 5px;
  }
  .mypagintn .pagination-lg .page-item .page-link{
  padding: 8px 12px;
  }
}

/*whatsapp start*/

.whatsapp_chat{
    width: 100px;
    height: 100px;
/*    background: #000;*/
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1111;
}
.whatsapp_chat a img{
    width: 100%;
}

/*whatsapp end*/

.social_icons a i{
    font-size: 30px;
}
.text-box h5{
    font-weight: 700;
}
.text-box p{
    text-align: justify;
}
.bl{
    font-weight: 700;
}

.pl{
    list-style: disc!important;
    text-align: justify;
}

@media (max-width: 480px){
    .middle_align{
        flex-direction: column;
    }

}




/*Landing page start*/


/*Banner section end*/

.landing_banner{
    padding: 110px 0px 40px 0px;
}
.landing_heading1{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}
.landing_heading2{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 28px;
}
.classroom_btn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
}
.classroom_text{
    margin-left: 10px;
    line-height: 20px;
}
.lp-btn {
    text-align: left;
    background: #fff;
    color: #23395c;
    margin-top: 20px;
    margin-right: 20px;
}
.lp-btn:hover{
    background: #fff;
    color: #23395c;
}

.landing_details{
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 20px;
}

.register_form-box{
    width: 100%;
    height: auto;
    padding: 40px 50px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.register_form-box h4{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.student_name, .student_emailid, .mobile_no, .school_name{
    font-size: 15px;
    color: #717a81;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    border: 2px solid #e1e1e1;
    line-height: 28px;
}
.student_emailid, .mobile_no {
    margin-top: 15px;
}
.school_name{
    margin-bottom: 15px;
}
.mobile_no{
    margin-bottom: 15px;
}
.ofc_location{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}
.enter-msg {
    width: 100%;
    height: 100px;
    padding: 0 20px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}
.submit-btn {
    text-align: center;
    margin-top: 15px;
}
.sub_btn{
    color: #fff;
    background: #23395c;
}
.sub_btn:hover{
    color: #fff;
    background: #23395c;
}

/*Banner section end*/


/*Preparation section end*/

/*
.preparation_section{
    padding: 50px 0;
}
*/
.video_class_section{
    margin-top: 50px;
    margin-bottom: 0px;
}
.personal_focus_section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.prep_heading{
    width: 550px;
    margin: 0 auto;
    color: #444;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.hr_line{
    width: 70px;
    height: 5px;
    background: #f37035;       
}
.left_box-heading{
    color: #222;
    font-size: 28px;
    font-weight: 600;
    margin-top: 7px;
    line-height: 26px;
}
.left_imgbox{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.left_imgbox img{
    width: 100%;
    height: auto;
}

.right_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 70px;
}
.arrows_imgbox{
    width: 90px;
    height: auto;
    margin-top: 30px;
}
.arrows_imgbox img{
    width: 100%;
    height: auto;
}
.right_contentbox{
    margin-top: 15px;
    margin-left: 10px;
}
.point{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.p1_iconbox{
    width: 22px;
    height: auto;
}
.p1_iconbox img{
    width: 100%;
    height: auto;
}

.point_details{
    width: 590px;
    margin-left: 10px;
    margin-top: 2px;
}
.point_details p{
    font-size: 16px;
    margin-bottom: 0;
    text-align: justify;
}
.p2{
    margin-top: 45px;
}
.p3{
    margin-top: 45px;
}
.pf2{
    margin-top: 70px;
}

.indi_attn-row{
    margin-top: 50px;
}
/*Preparation section end*/


/*There Is More section end*/

.more_section{
    padding: 50px 0;
    background: #eeeeee;
}
.more_heading{
    color: #222;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.more_leftbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.more_iconbox{
    width: 64px;
    height: auto;
}
.more_iconbox img{
    width: 100%;
    height: auto;
}
.more_content{
    width: 335px;
    margin-left: 10px;
}
.more_content p{
    color: #222;
    margin-bottom: 0;
}
.mlftbx_mr{
    margin-top: 50px;
}
/*There Is More section end*/

/*Video section start*/

.video_section{
    padding: 50px 0 0;
    margin-bottom: 50px;
}

.video_box video {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/*Video section end*/

/*Teacher section start*/

.teacher_section{
    padding: 90px 0;
    background: #16365e;
}
.leftbox_heading{
    color: #ffffff;
    font-size: 38px;
    line-height: 36px;
    font-weight: 700;
}
.leftbox_details{
    color: #ffffff;
    font-size: 16px;
    margin-top: 25px;
}

.teacher_box{
    width: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    background: #d8eae9;
    border-radius: 20px;
    align-items: center;
}
.teacher_imgbox{
    width: 106px;
    height: 106px;
}
.teacher_imgbox img{
    width: 100%;
    height: auto;
}
.teacher_contentbox{
    width: 350px;
    padding: 0 20px;
}
.teacher_contentbox h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.teacher_contentbox h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
.teacher_contentbox p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.tbox1{
    margin-left: 100px;
}
.tbox2{
    margin-top: 30px;
}
.tbox3{
    margin-left: 100px;
    margin-top: 30px;
}

/*Teacher section end*/

/*JEE Main Toppers section start*/

.topper_section{
    padding: 50px 0;
}
.topper_box{
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(0,0,0,0.2);
}
.topper_imgbox{
    width: 100px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.topper_imgbox img{
    width: 100%;
    height: auto;
}
.topper_box h6{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.topper_box .std_location{
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}
.topper_box .marks{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.tp_r2{
    margin-top: 30px;
}

/*JEE Main Toppers section end*/


/*Students testimonial start*/

.student_testimonial{
    margin: 0;
    background: #fff;
    padding: 0px 0px 60px 0px;
}
.student_testibox{
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    background: rgb(0,0,0,0.1);
/*    box-shadow: 0 0 20px rgb(0,0,0,0.3);*/
}
.quote_icon i{
    font-size: 40px;
    color: #8a8a8a;
}
.student_comment{
    margin-top: 10px;
}
.studentbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
}
.student_imgbox{
    width: 50px;
    height: 50px;
}
.student_imgbox img{
    width: 100%;
    height: auto;
}
.testi_student_name{
    margin-left: 20px;
}
.testi_student_name p{
    margin-bottom: 0;
    font-weight: 600;
}
.student_testimonial .owl-carousel .owl-nav.disabled {
    display: block;
}
.student_testimonial .owl-prev{
  width: 45px !important;
  height: 45px !important;
  color: #7d7d7d !important;
  font-size: 18px !important;
  transition: .8s;
  position: absolute;
  left: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff !important;
  border-radius: 50px;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: 2px 3px 5px 0 rgba(80, 80, 80, .3);
}
.student_testimonial .owl-next{
  width: 45px !important;
  height: 45px !important;
  color: #7d7d7d !important;
  font-size: 18px !important;
  transition: .8s;
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff !important;
  border-radius: 50px;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: 2px 3px 5px 0 rgba(80, 80, 80, .3);
}
.student_testimonial .owl-prev:hover{
  color: #fff !important;
  background-color: #f2f2f2 !important;
  top: -2px;
  border: 2px solid #fff !important;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
  transition: 0.5s ease-in-out;
}
.student_testimonial .owl-next:hover{
  color: #fff !important;
  background-color: #f2f2f2 !important;
  top: -2px;
  border: 2px solid #fff !important;
  box-shadow: -6px 12px 10px 2px rgba(90, 90, 90, .12);
  transition: 0.5s ease-in-out;
}
.student_testimonial .owl-prev i{
  font-size: 30px;
  color: #14355e;
}
.student_testimonial .owl-next i{
  font-size: 30px;
  color: #14355e;
}

/*Students testimonial end*/

/*Enquiry Section start*/

.enquiry_section{
    position: relative;
    width: 100%;
    margin-top: 0px;
}
.enquiry_button-container{
    position: fixed;
    z-index: 1111;
    bottom: 0;
    padding: 15px 0 10px;
    background: #fd6724;
}

/*Enquiry Section end*/

/*Footer section start*/

.footer_end-section{
    background: #fd6724;
    padding: 20px 0;
    margin-bottom: 78px;
}
.footer_end a{
    color: #fff;
}
.footer_end a:hover{
    color: #fff;
}
/*Footer section end*/

/*Thank you section start*/

.thank-you_section{
    padding: 130px 0px 70px 0px;
}

.thank-you_form-box{
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
/*Thank you section end*/

@media (max-width: 991px){

    
.landing_heading1 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}    
.banner-button{
    text-align: center;    
} 
.banner-button .lp-btn {
    text-align: center;
    margin-right: 0px;
}    
.landing_details {
    text-align: center;
}    
.hr_line {
    margin: 0 auto;
} 
.left_box-heading {
    text-align: center;
}    
    
    
.register_form-box{
    margin-top: 30px;
    padding: 40px 30px;
}
    
.prep_heading {
    width: 100%;
} 
.indi_attn-row {
    margin-top: 0px;
}    
.arrows_imgbox {
    display: none;
}    
.point {
    width: 100%;
}    
.point_details {
    width: 85%;
    margin-left: 10px;
    margin-top: 2px;
}
.right_contentbox {
    margin-top: 30px;
}    
.more_content {
    width: 72%;
    margin-left: 10px;
} 
.mr_tp{
    margin-top: 50px;    
}    
.tbox1 {
    margin-left: 0px;
}    
.teacher_box {
    width: 100%;
} 
.teacher_imgbox {
    margin: 0 auto;
}    
.teacher_contentbox {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
}    
.tbox3 {
    margin-left: 0px;
}
.teacher_contentbox h4 {
    text-align: center;
}    
.teacher_contentbox h5 {
    text-align: center;
}    
.teacher_contentbox p {
    text-align: justify;
}
.mr_tp3{
    margin-top: 30px;    
}
    
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {

.point_details {
    width: 475px;
}   
.point_details strong{
    font-size: 14px;
}    
.point_details p{
    font-size: 14px;
}
.p2 {
    margin-top: 35px;
}    
.p3 {
    margin-top: 30px;
}    
.tbox1 {
    margin-left: 30px;
}    
.tbox3 {
    margin-left: 30px;
}    
    
    
}



/*Landing page end*/




























