
.innerbodysection{
    padding-top: 121px;
}
.breadcrumbs{
    font-size: 16px;
    background-color: #eaf3ff;
    padding: 13px 0;
}
.breadcrumbs ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.breadcrumbs ul li {
    padding: 0 20px 5px 0;
    color: #32394a;
    background: url(../images/arrowbullet.webp) no-repeat right 4px;
    margin-right: 10px;
}
.breadcrumbs ul li a{
    color: #15347d;
}
.breadcrumbs ul li a:hover{
    color: #fa6400;
}
.breadcrumbs ul li:last-child{
    background: none;
}
.innerbanner {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.innerbannerleft {
    width: 55%;
    background: #2355ca;
    padding: 60px 0 230px 0;
    position: relative;
}
.innerbannerright {
    width: 45%;
    background:url(../images/rightformbg.webp) no-repeat 0 0;
    background-size: cover;
    padding: 60px 60px 180px 60px;
    
}
.bluecont {
    width: 683px;
    float: right;
    color: #fff;
    margin-right: 58px;
    max-width: 85%;
}
.bluecont h1 {
    color: #fff;
    font-size: 45px;
}
.sbutext{
    font-size: 22px;
}
.bluecont ul {
    column-count: 1;
    padding: 15px 0 25px 0;
}
.bluecont ul li {
    background: url(../images/whitebullet.webp) no-repeat 0 1px;
    padding: 0 8px 14px 31px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
}
.btn-line-white {
    border: 1px solid #fff;
    color: #fff;
  }
  .btn-line-white:hover{
    background-color:#fa6400 ;
    color: #fff;
    border: 1px solid #fa6400;
  }
  .bannerbotlist {
    padding: 40px 0 0;
}
.bluecont .bannerbotlist ul{
    column-count: inherit;
    display: flex;
    justify-content: left;
    padding: 0;
    flex-wrap: wrap;
}
.bluecont .bannerbotlist li {
  padding: 0 19px 0 50px;
  background: none;
  border-right: 1px solid #fff;
  font-size: 16px;
  margin-right: 16px;
  font-family: "Open Sans", sans-serif;
  color: #b0e5fb;
  position: relative;
}
.bluecont .bannerbotlist li:last-child{
    border: none;
}
.bluecont .bannerbotlist li span {
    display: block;
    color: #fff;
    font-weight: 600;
}
.bluecont .bannerbotlist li img {
    position: absolute;
    left: 0;
    top: 0;
}
.colaborate {
    font-size: 16px;
    color: #b0e5fb;
    padding: 0 0 27px;
}
.colaborate .guwahatibox {
    background: #fff;
    margin: 0 8px 0 0;
    padding: 6px 11px 6px 6px;
    border-radius: 8px;
    font-size: 18px;
}

a.playlink {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 0 15px;
}
a:hover.playlink{text-decoration: underline;}
a.playlink .fa {
    font-size: 22px;
}
.innerbannerright .rightdivwhite {
    border-radius: 16px;
    width: 478px;
    font-size: 16px;
}
.innerbannerright .rightdivwhite h4{
    font-size: 22px;
    line-height: 35px;
}
.innerbannerright .rightdivwhite h4 span {
    color: #fa6400;
    font-size: 26px;
}
.innerplasce {
    background: #f3f4f8;
    margin-top: -154px;
    position: relative;
    padding: 45px 0;
    min-height: 132px;
    border-radius: 160px 0 0 0;
}
.innerplasce ul {
    display: flex;
    
    padding: 0;
}
.innerplasce ul li {
    position: relative;
    padding: 0px 58px 10px 110px;
    font-weight: 600;
    background: none;
}
.innerplasce ul li span {
    display: block;
    font-size: 54px;
    font-weight: 600;
    color: #2355ca;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
}
.innerplasce ul li img{
    position: absolute;
    left: 23px;
    top: 0;
}
section.innervideo {
    background: #f3f4f8;
}
.videoinner {
    background: #b0e5fb;
    padding:64px 50px;
    border-radius: 0 160px 0 0;
}
.watchoic{
    border-radius: 12px;
}
.innerviderright {
    padding: 0 0 0 15px;
}
.innerviderright .guwahatibox {
    padding: 6px;
    font-size: 19px;
    border-radius: 8px;
}
.innerviderright .guwahatibox img{
    width: 22px;
}
.innerviderright h4 {
    color: #2355ca;
    font-size: 22px;
}
.innerviderright h3 {
    font-size: 45px;
    padding: 0 0 22px;
}
.innermenu {
    padding: 8px 0;
    box-shadow: 0 0 5px #ccc;
}
.innermenu {
    padding: 8px 0;
    box-shadow: 0 0px 21px rgb(29 80 197 / 0.2);
    position: relative;
}
.colaborate div {
  padding-top: 5px;
}
.innermenu.stickymenu {
    background: #b0e5fb;
    position: fixed;
    width: 100%;
    top: 129px;
    z-index: 99;
  }
  .innermenu ul{
    display: flex;
  padding: 0;
  flex-wrap: wrap;
  }
  .innermenu ul li {
    margin: 0 1px;
    padding: 4px 5px;
    background: none;
  }
  .innermenu ul a{
    color: #32394a;
    padding: 8px 12px;
    display: inline-block;
  
  }
.innermenu ul li.active a{
    background-color: #b0e5fb;
    border-radius: 8px;
  }
  .innermenu ul a:hover{
    background-color: #eaf3ff;
    border-radius: 8px;
  }
  

  .innermenu.stickymenu ul a:hover, .innermenu.stickymenu ul li.active a{
    background-color: #fff;
  }

  .Curriculum{
    padding: 0 0 90px;
    background-color: #f3f4f8;
  }
  .Curriculuminner{
    background: url(../images/caricullambg.jpg) repeat-y center top;
    padding: 90px 0;
    border-radius: 0 0 0 160px;
  }





  .tabhead span {
    display: block;
    padding: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fa6400;
}

  a.downloadbut {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34%;
    background: #73a334;
    padding: 11px;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
}

  .tabs_wrapper {
    text-align: center;
    background: transparent;
    padding-right: 100px;
    padding-top: 30px;
    position: relative;
}
  
  ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0 0 0;
    padding: 0;
    width: 37%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 25px 25px 25px 110px;
    line-height: 31px;
    color: #3b4c74;
    text-align: left;
    background: #fff;
    position: relative;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ul.tabs li p {
    padding: 2px 0 0 0;
    line-height: 23px;
    font-size: 16px;
}
ul.tabs li h3 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 32px;
}
  ul.tabs li span.bluearrow{
    opacity: 0;
    position: absolute;
    right:20px;
    top:20px;
  }
 
  ul.tabs li.active {
    background: #15347d;
    border-radius: 16px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #00ecfa;
  }
  ul.tabs li.active h3{
    color: #fff;
  }
  ul.tabs li.active span.bluearrow{
    opacity: 1;
  }
  
  .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 60%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 16px;
    box-shadow: 0px 0px 15px rgb(211 229 255);
    margin-left: 2%;
}
.tab_content ul{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.tabgray img {
    position: absolute;
    left: 14px;
}
.tabgray {
    background: #ebeaea;
    padding: 12px 12px 12px 85px;
    border-radius: 12px;
    position: relative;
}
.tabgray p {
    padding: 0;
    font-weight: 600;
}
.tab_content .tabgray h4{
    padding-bottom: 3px;
}

.tab_content h4{
font-size: 22px;
color: #32394a;
padding: 0 0 10px;
}
.tabicon {
    position: absolute;
    left: 0;
    background: #eaf3ff;
    padding: 15px;
    border-radius: 12px;
}
.tabconticon {
    padding: 10px 0 20px 100px;
    position: relative;
    min-height: 110px;
}
.tabconticon p{
  padding: 0;
}

  .tab_content {
    padding: 30px;
    height: 100%;
    display: none;
  }
  
  .tab_drawer_heading {
    display: none;
  }
  .iconsec1 {
    width: 90px;
    height: 90px;
    background: url(../images/tabicon1.png) no-repeat center -90px;
    display: block;
    position:absolute;
    left: 10px;
    top: 25px;
  }
  ul.tabs li.active .iconsec1{
    background: url(../images/tabicon1.png) no-repeat center 0;
  }
  .iconsec2 {
    width: 90px;
    height: 90px;
    background: url(../images/tabicon2.png) no-repeat center 0;
    display: block;
    position:absolute;
    left: 10px;
    top: 25px;
  }
  ul.tabs li.active .iconsec2{
    background: url(../images/tabicon2.png) no-repeat center -90px;
  }

  .iconsec3 {
    width: 90px;
    height: 90px;
    background: url(../images/tabicon3.png) no-repeat center 0;
    display: block;
    position:absolute;
    left: 10px;
    top: 25px;
  }
  ul.tabs li.active .iconsec3{
    background: url(../images/tabicon3.png) no-repeat center -90px;
  }
  
  @media screen and (max-width: 781px) {
    ul.tabs {
      display: none;
    }
  
    .tab_container {
      display: block;
      margin: 0 auto;
      width: 100%;
      border-top: none;
      border-radius: 0;
      box-shadow: 0px 0px 10px #d7d7d7;
      min-height: inherit !important;
    }
  
    .tab_drawer_heading {
      background-color: #e9e9e9;
      padding: 15px;
      color: #fff;
      margin: 0;
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-align: center;
      border-top: 2px solid #ccc;
        color: #2355ca;
        text-align: left;
        font-weight: 600;
    }
    .tab_drawer_heading:hover {
      background: #ddd;
      background: #2355ca;
      
      color: white;
    }
  
    .d_active {
      background: #fff;
      background: #2355ca;
      
      color: #dddddd;
    }
  }



  .toolsection {
    padding: 100px 0 50px;
  }
  .toolsection ul li {
    background: none;
    border: 1px solid #b0e5fb;
    width: 14%;
    margin: 1%;
    text-align: center;
    padding: 5px 8px;
    border-radius: 12px;
}
.toolsection ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 25px;
}

#profile-description {
    position:relative;
    text-align: center;
  }
  #profile-description .text {
  /*   width: 660px;  */
    margin-bottom: 5px; 
    color: #777; 
    padding: 0 15px; 
    position:relative; 
    font-family: Arial; 
    font-size: 14px; 
    display: block;
  }
  #profile-description .show-more {
    /* width: 690px; */
    color: #777;
    position: relative;
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
    background: #2355ca;
    cursor: pointer;
    display: inline-block;
    padding: 11px 25px;
    font-size: 18px;
    border-radius: 8px;
    color: #fff;
}

  #profile-description .show-more-height { 
    overflow:hidden; 
    padding: 15px 0;
  }

  .feessection {
    padding: 50px 0 50px;
    background: url(../images/bluebg.jpg) repeat-x 0 0 #fff;
    border-radius: 160px 0 0 0;
    color: #fff;
}
.feessection h2 {
color: #fff;
font-size: 45px;
}
.feessection h2 span {
    color: #b0e5fb;
    }

    .feessection .nav-tabs{
        border: none;
    }
    .feessection .nav-tabs .nav-link {
        background: #0e2354;
        color: #fff;
        border-radius: 35px;
        margin: 7px;
        padding: 8px 25px;
        border: 1px solid #0e2354;
    }
    .feessection .nav{
        padding-top: 20px;
    }
    .feessection .nav-tabs .nav-link.active{
        background-color: #fff;
        border: 1px solid #fff;
        color: #32394a;
    }
    .tabbox {
        display: flex;
        justify-content: center;
    }
    .tabboxinner {
        width: 435px;
        background: #fff;
        margin: 0 20px;
        border-radius: 16px;
        position: relative;
        padding: 75px 30px 30px 30px;
        color: #3b4c74;
        box-shadow: 0 0px 21px rgb(29 80 197 / 0.2);
    }
    .tab-content {
      margin-top: 15px;
  }
    .tabbox h3{
        color: #32394a;
        font-size: 32px;
        padding: 0 0 25px;
    }
    .price {
      text-align: center;
      color: #2355ca;
      font-size: 51px;
      font-family: "Montserrat", sans-serif;
      padding: 10px 0 5px;
      line-height: 65px;
      font-weight: 600;
  }
  .price span.strickthrough-text {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -10px;
    font-weight: 500;
    color: #3b4c74;
    padding-left: 5px;
}
    .emisection {
        font-size: 16px;
        text-align: center;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        margin: 0 0 25px;
    }
    .tabbox .btn{
        margin: 15px 0;
    }
    .popular {
        background: #28b463;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 16px 16px 0 0;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        font-weight: 500;
    }

    .freescholoarship .partnership {
        background-color: #fa6400;
        padding: 50px 15px 20px 50px;
        border-radius: 15px;
        color: #fff;
    }

    .btn-linewhite {
        border: 1px solid #fff;
        color: #fff;
    }
    .btn-linewhite:hover {
        border: 1px solid #2355ca;
        color: #fff;
        background-color: #2355ca;
    }

    .freescholoarship h2 span ,  .freescholoarship h2{
    
        color: #fff;
    }

    .freescholoarship p{
        color: #fff;
    }
    .freescholoarship div#partnership-slider1 {
        margin-bottom: -100px;
        z-index: 9;
        position: relative;
    }
    .freescholoarship div#partnership-slider1 img{
        border-radius: 0 0 0 160px;
    }

    .achievement {
      padding-top: 100px;
  }
  .alumni {
    padding-top: 170px;
    padding-bottom: 70px;
}
.scholershipbut {
  position: absolute;
  right: -50px;
  top: 0;
  background: #fff;
  width: 105px;
  text-align: center;
  font-size: 13px;
  border-radius: 0 0 12px 12px;
  text-transform: uppercase;
  padding: 8px 0 3px;
  color: #fa6400;
  font-weight: 500;
}
.pricebig {
  text-align: center;
  font-size: 33px;
  padding: 10px 0;
  font-weight: 600;
  text-decoration: line-through;
}



.coursetop {
  background: #f3f4f8;
  padding: 250px 0 65px 0;
  border-radius: 0 0 160px 0;
  margin-top: -210px;
}
.courseviver {
  padding:65px 45px 35px;
}

.coursetopbanner{
  background: url(../images/coursebannerbg.jpg) repeat-y center 0;
  padding: 60px 0;
  border-radius: 0 0 0 160px;
  position: relative;
}
.listinerbanout .bluecont {
  width: 100%;
  float: none;
  padding-right: 25px;
  margin-right: 0;
  max-width: 100%;
}
.listinerbanout .colaborate {
  padding: 0 0 12px;
  font-size: 20px;
}
.listinerbanout .bluecg {
  top: -60px;
}
.listinerbanout #partnership-slider1 img{
  border-radius: 0 0 0 160px;}


  .listinerbanout .innerplasce {
     background: inherit; 
    margin-top: 0;
    position: relative;
    padding: 45px 0 0;
    min-height: 132px;
    border-radius:  0;
    color: #b0e5fb;
}
.listinerbanout .innerplasce ul li span {
  color: #fff;
}



.hireusbanner p {
  padding: 0;
}

.hireusbanner{
  background: url(../images/hireusbg.jpg) no-repeat 0 0;
  padding: 60px 60px 200px 60px;
  background-size: cover;
}

.hireussection .innerplasce{
  margin-top: 0;
  border-radius: 0 0 160px 0;
  padding: 60px 0;
} 
.hireussection .innerbanner{
  background-color: #f3f4f8;
}
.hireussection .innerbannerleft {
  padding: 60px 0 50px 0;
  border-radius: 0 0 0 160px;
}
.hireussection .hireusbanner {
  padding: 60px 60px 50px 60px;
}
.hireussection .colaborate {
  font-size: 22px;
  padding: 0 0 17px;
}
.hireussection .partnersection {
  padding: 60px 0 0;
}

.hirebannerout {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.hirebannerin {
  width: 50%;
  padding: 1px 25px 0px;
  border-left: 4px solid #00ecfa;
  margin: 15px 0 30px;
  font-size: 15px;
}
.hirebannerin span {
  display: block;
  font-size: 45px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
}
.stepsection {
  padding: 35px 0 0;
}
.stepouter {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.stepinner {
  width: 25%;
  text-align: center;
}
.stepinner h3 {
  font-weight: 600;
  font-size: 22px;
  padding: 20px 0 15px;
}
span.steptext {
  background: #f3f4f8;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  margin-left: -34px;
}
.hireslider{
  padding: 35px 0;
}
#hireformusslider .owl-nav button span {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: #fff;
  margin: 0 12px 0 0;
  border: 1px solid #2859cb;
  border-radius: 8px;
  font-size: 36px;
  line-height: 36px;
}



.earndiv{
  background-color: #f3f4f8;
  padding: 30px;
  border-radius: 16px;
  margin: 0 0 25px;
}
.earndiv img {
  width: auto !important;
}


.earndiv p{
color: #3b4c74;
}
img.propic {
  border-radius: 12px;
  margin-top: 15px;
}
#hireformusslider .owl-nav{
  padding-top: 20px;
  text-align: center;
}

.toolsection ul.tablogoslider li {
  width: 23%;
  padding: 15px 8px;
}
.toolsection ul.tablogoslider {
  margin:  0;
  padding:0;
}

.mobiletableft{
  display: none;
}

.toolstabslider {
  padding: 15px 0;
}
.toolsection .tableft ul {
  display: block;
}
.toolsection .tableft ul li {
  width: 100%;
  text-align: left;
  padding: 0;
  cursor: pointer;

}
.toolsection .tableft ul li a {
  display: block;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #32394a;
  padding: 9px 14px;
}
.toolsection .tableft ul li.active a, .toolsection .tableft ul li a:hover {
  background: #2355ca;
  border-radius: 11px;
  color: #fff;
  
}
.toolsection .tableft ul li.active{
  border: 1px solid #2355ca;
}

.mobiletableft h2.accordion-header {padding: 0;}
.mobiletableft .accordion-button:not(.collapsed) {
  color: #2355ca;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  font-weight: 600;
}
.stepinner p {
  padding: 0 10px;
}
.pad90{
  padding-bottom: 90px;
}

.referbanner{
  background: rgb(250,108,0);
background: linear-gradient(138deg, rgba(250,108,0,1) 15%, rgba(239,156,23,1) 25%, rgba(65,117,241,1) 47%, rgba(14,35,84,1) 67%, rgba(14,35,84,1) 100%);
}
.referbanner .listinerbanout .colaborate{
  color: #fff;
}

.referbanner .btn-secondary {
  background: #0e2354;
  border: 1px solid #0e2354;
  margin: 0 10px 0 0;
}

.affiprogram {
  padding: 165px 0 165px;
}
.faqearn{
  padding: 15px 0 0 0;
}
.earnfees {
  margin-top: 100px;
}
.earnbox {
  display: inline-block;
  margin: 15px 0 0 0;
  border: 1px dashed #037eff;
  border-radius: 6px;
  padding: 10px 20px 10px 65px;
  color: #3b4c74;
  font-size: 19px;
  position: relative;
  font-weight: 700;
}
img.earnpic {
  position: absolute;
  left: 15px;
  top: 17px;
}
.earnbox span{
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.earnbox img{
  display: inline-block !important;
}

.earnhowit {
  padding: 60px 0;
}

.howearnout {
  display: flex;
  justify-content: center;
  padding: 25px 0 35px;
}
.howboxinner {
  width: 28%;
  text-align: center;
  margin: 0 10px;
  border: 1px dashed #ccc;
  padding: 35px;
  border-radius: 16px;
  position: relative;
}
.refer {
  border: 1px dashed #8524e0;
  border-right: 6px solid #8524e0;
}
.refer h3 {
  color: #8524e0;
  padding: 25px 0;
  font-size: 26px;
  font-weight: 600;
}

.asksign {
  border: 1px dashed #eb3366;
  border-right: 6px solid #eb3366;
}
.asksign h3 {
  color: #eb3366;
  padding: 25px 0;
  font-size: 26px;
  font-weight: 600;
}

.reward {
  border: 1px dashed #2bb565;
  border-right: 6px solid #2bb565;
}
.reward h3 {
  color: #2bb565;
  padding: 25px 0;
  font-size: 26px;
  font-weight: 600;
}
.referno {
  font-size: 43px;
  color: #919191;
  padding: 35px 0;
  font-family: "Montserrat", sans-serif;
}
.directionarrow {
  position: absolute;
  right: -58px;
  top: 45%;
  z-index: 9;
  width: 88px;
}
.bannerstar {
  position: absolute;
  right: -103px;
  bottom: -86px;
  width: 220px;
}
.topearninner {
  background: #fff;
  border-radius: 10px;
}
.topearninner .earnbox{
  margin: 0;
  border: none;
  
}
.topearnbox {
  position: absolute;
  padding: 8px;
  border: 1px dashed #2f65e4;
  border-radius: 10px;
  left: 30%;
  bottom: -37px;
}
.topearnbox1 {
  position: absolute;
  padding: 8px;
  border: 1px dashed #537fee;
  border-radius: 10px;
  left: -21%;
  bottom: 28%;
}

.topearnbox2 {
  position: absolute;
  padding: 8px;
  border: 1px dashed #fff;
  border-radius: 10px;
  left: 21%;
  top: -5%;
}
img.jeftstart {
  position: absolute;
  left: -67px;
  top: -26px;
}

.promoicon1 {
  position: absolute;
  left: 9%;
  z-index: 99;
  top: -33px;
}

.promoicon2 {
  position: absolute;
  left: -8%;
  z-index: 99;
  top: 32%;
}

.promoicon3 {
  position: absolute;
  left: 16%;
  z-index: 99;
  bottom: 70px;
}

.resourcesbanner {
  background: #2355ca;
  padding: 70px 0;
  border-radius: 0 0 0 160px;
  color: #fff;
}
.resourcesbanner h1 {
  color: #fff;
  font-size: 45px;
}
.resourceslider {
  background: url(../images/resources-sliderbg.jpg) repeat-y 0 0;
  padding: 40px;
  border-radius: 0 65px 0 0;
  margin-top: 30px;
  position: relative;
  color:#fff;
  /*margin-bottom: -119px;*/
}
.resourceslider .colaborate {
  font-size: 20px;
  color: #b0e5fb;
  padding: 0 0 14px;
}
.resourceslider h2 {
  color: #fff;
  font-size: 30px;
}
.resourceslider p{
  font-size: 15px;
}
          
img.resourcesliderpic{
  border-radius: 0 65px 0 0 ;
}
img.calender {
  width: auto !important;
  display: inline-block !important;
}
#resourseslider .owl-nav{
  display: none;
}
#resourseslider .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
}
#resourseslider .owl-dots button span {
  background: #fff;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
}
#resourseslider .owl-dots button.owl-dot.active span{
  background-color: #95b3fa;
}
.resourcesbody {
  padding: 50px 0 80px;
}
.resourcesbody h2 {
  font-size: 40px;
  padding: 0 0 25px;
}

#resourseslider1 .owl-nav button span, #resourseslider2 .owl-nav button span,  #aboutmeetteam .owl-nav button span{
  width: 46px;
  height: 46px;
  display: inline-block;
  background: #fff;
  margin: 0 12px 0 0;
  border: 1px solid #2859cb;
  border-radius: 8px;
  font-size: 36px;
  line-height: 36px;
}
.resoucesliderright{
  position: relative;
  margin: 0 0 25px;
}
.resoucesliderright .videobutton {
  position: absolute;
  right: 13px;
  bottom: 24px;
  z-index: 9;
}
.datatabpbottom {
  padding: 15px 15px 15px 15px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 5px #ccc;
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 19px;
}
.dattatabbox {
  margin: 0 2px;
}
.dattatabbox .topblohpic{
  border-radius: 12px 12px 0 0;
}
.justicont {
  justify-content: space-between;
  padding:  0 0 15px;
}
.dattatabbox h4 a {
  color: #3b4c74;
  font-size: 19px;
  line-height: 26px;
  display: inline-block;
}
.dattatabbox h4 a:hover{
  color: #2355ca;
}
.artical {
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 0 6px;
  border-radius: 6px;
}

.bodysection .leftlinkblog li {
  background: none !important;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #fff;
}
.bodysection .leftlinkblog li a {
  padding: 17px 0;
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #32394A;
  font-weight: 600;
}
.bodysection .leftlinkblog li.active a, .bodysection .leftlinkblog li a:hover {
  
  color: #15347d;
  
}
.resourselistiing{
  padding-top: 50px;
}
.selectright select {
  color: #FA6E11;
  border: 1px solid #FA6E11;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  width: 300px;
}
.selectright{
  display: flex;
  justify-content: right;
  margin: 0 0 20px;
}
.bodysection .leftlinkblog li:first-child.active a {
  border-radius: 8px 8px 0 0;
}
.typlist {
  box-shadow: 0 0 5px #ccc;
  margin: 0 0 15px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.justicont .fa{
  color: #FA6E11;
}

.typepic {
  width: 43%;
}
.typcont {
  width: 58%;
}

.typcont .datatabpbottom {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.typcont h4 {
  font-size: 19px;
  padding: 0 0 12px;
  line-height: 25px;
}
.typcont h4 a{
  color: #32394A;
}
.typcont h4 a:hover{ color: #2355ca;}
.typepic img {
  border-radius: 8px 0 0 8px;
}
.typepic .justicont {
  padding: 0 0 7px;
}
.leftlinkblog h4 {
  font-size: 22px;
  padding: 25px 15px 8px 0;
}
.detailsflex {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.detailsflex span {
  padding: 0 0 0 12px;
}
.detailsflex .fa{
  color: #FA6D0F;
}
.blogdetailspic, .resources_content img{
  border-radius: 10px;
  margin: 15px 0;
}

.detailsin {
  position: relative;
  padding: 0 0 0 150px;
}
img.leftpic {
  position: absolute;
  left: 0;
  width: 134px;
  border-radius: 0 0 50px 0;
}
.detailsin h6 {
  font-weight: 600;
  padding: 0 0 11px;
  font-size: 15px;
}
.detailsin h6 a{
  color: #32394A;
}
.detailsin p {
  font-size: 13px;
  padding: 0 0 8px;
}
.detailsin .btn {
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 8px;
}
.detailsright h5 span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.detailsright h5 {
  padding: 0 0 14px;
}
.detailsright{
  padding: 0 0 35px;
}
.blogform {
  font-size: 16px;
  padding: 16px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 12px;
  margin-top: 11px;
}
.blogform h5 span {
  display: block;
  color: #32394A;
  font-size: 17px;
}
.blogform h5 {
   color: #fa6400; 
   font-size: 22px;
}
.resourcesbanner h3 {
  color: #fff;
  font-size: 39px;
  padding: 15px 0;
}
.contactusbanner{
  padding-bottom: 380px;
  background: url(../images/contactusbenner.jpg) no-repeat 0 0;
  background-size: cover;
}
.contactpageform {
  width: 550px;
  text-align: left;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0px 21px rgb(29 80 197 / 0.2);
  border-radius: 12px;
}
.contactform {
  margin-top: -360px;
}
.contactform h3 {
  color: #fff;
  padding: 20px 0;
  font-size: 40px;
}
.contactform h4 {
  color: #fa6400;
  font-size: 22px;
  font-weight: 600;
}
.cotbottom h4 {
  font-size: 42px;
  padding: 0 0 15px;
}
.talkinner {
  padding: 35px;
  box-shadow: 0 0px 21px rgb(29 80 197 / 0.2);
  border-radius: 12px;
  margin: 72px 10px 10px 10px;
  min-height: 350px;
}
p.phonecon {
  margin-top: -85px;
}
.talkinner h5 {
  font-size: 27px;
  padding: 19px 0 15px;
}
.talkinner ul {
  display: flex;
  justify-content: center;
  text-align: left;
  padding: 20px 0;
}
.talkinner ul li {
  background: none;
  padding: 0 25px 15px 75px;
  position: relative;
  border-right: 1px solid #ccc;
}
.talkinner ul li img {
  position: absolute;
  left: 21px;
  top: 6px;
}
.talkinner ul li:last-child{
  border: none;
}
.talkinner a{
  color: #32394A;
}
.talkinner a:hover{
  text-decoration: underline;
}
.cotbottom {
  padding: 0 0 44px;
}
.mapsec {
  padding: 0;
  margin-top: 35px;
}
.mapsecin {
  padding: 25px;
  text-align: left;
}
.mapsecin .fa {
  color: #fa6400;
  padding-right: 5px;
}
.mapsecin h5 {
  font-size: 22px;
  color: #fa6400;
  padding-top: 0;
}
.map iframe {
  width: 100%;
  height: 300px;
  border-radius: 12px 12px 0 0;
}
.aboutbanner {
  background: url(../images/aboutusbanner-pic.png) repeat-y center top #fff;
  padding: 75px 0 0 0;
}
.aboutbanner  .colaborate {
  font-size: 20px;
  color: #037eff;
  padding: 0 0 10px;
}
.aboutgraysec {
  background: #f3f4f8;
  padding: 80px 0 35px;
  border-radius: 160px 0 160px 0;
}
.missionpic {
  margin: 38px 0 0 0;
  position: relative;
}
.missionpic img {
  border-radius: 0 0 160px 0;
  position: relative;
}

.missionpic .orangebg {
  position: absolute;
  background: #fa6400;
  width: 81%;
  height: 94%;
  left: -40px;
  top: -9%;
}
.aboutgraysec .innerplasce{
  margin: 0;
  border-top: 1px solid #ccc;
  margin-top: 45px;
  padding-top: 45px;
  border-radius: 0;
  padding-bottom: 14px;
}
.aboutgraysec .innerplasce ul li {
  padding: 0px 0px 10px 110px;
  width: 25%;
  font-size: 17px;
}
.aboutstepsec {
  padding: 90px 0;
}
.stepsec {
  padding: 52px 0 65px 160px;
  position: relative;
  min-height: 240px;
}
.stepsec h4{
  color: #fa6400;
  font-size: 22px;
  padding: 0 0 10px;
}
.steppic {
  position: absolute;
  left: -42px;
  top: 7px;
}
.stepsec2 {
  padding: 20px 0 35px 190px;
  position: relative;
  min-height: 200px;
}
.stepsec2 h4{
  color: #fa6400;
  font-size: 22px;
  padding: 0 0 10px;
}
.stepsec3 {
  padding: 20px 0 65px 155px;
  position: relative;
  min-height: 200px;
}
.stepsec3 h4{
  color: #fa6400;
  font-size: 22px;
  padding: 0 0 10px;
}
.committeesec {
  padding: 0 0 90px;
}
#committeeslidersec {
  padding: 20px 0;
}
.committeepic{
  position: relative;
}
.committeepic img{
  border-radius: 12px 12px 0 0;
  width: 100%;
}
.committeecont{
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 5%;
  text-align: left;
}
.committeecont h5 {
  padding: 0;
  letter-spacing: 0;
  font-size: 20px;
  color: #fa6400;
}
.committeecont p{
  font-size: 14px;
}
span.committelogo {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
}
span.committelogo img {
  width: 60px !important;
  border-radius: 0;
}
.bluebg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(12,35,92,1));
  height: 80%;
  border-radius: 0 0 12px 12px;
}
.hoverdiv img{
  width: auto !important;
  border-radius: 0;
  display: inline-block !important;
}
.hoverdiv{
  opacity: 1;
  width: 100%;
  background-color: #eaf3ff;
  border-radius:0 0 10px 10px;
  left: 0;
  top: 0;
  z-index: 9;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.committeepic:hover .hoverdiv{
  opacity: 1;

}
.hoverdiv p {
  font-size: 15px;
  line-height: 22px;
  padding: 0 0 10px;
  font-family: "Montserrat", sans-serif;
}
#committeeslidersec .owl-nav{
  display: none;
}

.mastervideo {
  margin: 20px 0 100px;
  background-color: #b0e5fb;
  border-radius: 0 0 160px 0;
  padding: 50px 0;
}
.mastervideo .partnerright {
  padding: 0;
}

.meetaboutteam {
  margin: 150px 0 90px;
  background: url(../images/aboutmeetteam-bg.jpg) repeat-x 0 -73px;
  padding: 60px 0;
  border-radius: 160px 0 0 0;
  background: #b1e5fb;
}
div#aboutmeetteam p {
  font-size: 16px;
  line-height: 25px;
  padding: 8px 0;
}
#aboutmeetteam{
  font-size: 16px;
}
#aboutmeetteam .facultypic img {
  border-radius: 16px 16px 0 0;
}
#aboutmeetteam .linkedsec{
  padding-top: 13px;
}
#aboutmeetteam .linkedsec img{
  width: auto;
  display: inline-block ;
}

#aboutmeetteam .owl-nav{
  position: absolute;
  bottom: -39px;
}
.testimonialsabout {
  position: relative;
  padding-bottom: 138px;
}
.testimonialsabout .videobutton {
  position: absolute;
  right: 0;
}
.testimonialsabout .owl-nav{
  position: absolute;
  bottom: -45px;
}




.errorpage{
  width: 100%;
  justify-content: center;
  align-items: center;

  
}
.errorinner{
  padding: 65px;
  text-align: center;
  background-color: #fff;
  width: 1000px;
  border-radius: 12px;
  text-align: center;
  margin: 0 auto;
}
.errorinner h5 {
  font-size: 20px;
  font-weight: 700;
}




.ourprogram {
  padding: 130px 0 70px;
}
.programinner {
  background: #eaf3ff;
  padding: 25px;
  border-radius: 12px;
}
.programtop img {
  width: auto !important;
  display: inline-block !important;
  margin-right: 6px;
}
.programtop {
  padding: 0 0 5px 0;
  margin: 0 0 20px;
  color: #fa6400;
  font-size: 15px;
  border-bottom: 1px solid #b0e5fb;
}
#ourprogram{
  padding-top: 25px;
}
.programpic img {
  top: 0;
  width: auto !important;
  display: inline-block !important;
  border-radius: 8px;
  position: absolute;
  left: 0;
}
.programpic {
  position: relative;
  padding: 6px 0 0 118px;
}
.programinner h4 {
  font-size: 18px;
  line-height: 25px;
  padding: 0 0 12px 0;
}
.befafter {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.befafter div {
  width: 48%;
}
.before{
  position: relative;
  border: 1px solid #919191;
  border-radius: 8px;
  padding: 15px 12px 12px 12px;
  font-size: 16px;
  line-height: 23px;
}
.after{
  position: relative;
  border: 1px solid #28b463;
  border-radius: 8px;
  padding: 15px 12px 12px 12px;
  font-size: 16px;
  line-height: 23px;
}

.before span {
  position: absolute;
  left: 13px;
  top: -13px;
  font-size: 13px;
  background: #919191;
  color: #fff;
  padding: 0 6px;
  border-radius: 5px;
  line-height: 23px;
}

.after span {
  position: absolute;
  left: 13px;
  top: -13px;
  font-size: 13px;
  background: #28b463;
  color: #fff;
  padding: 0 6px;
  border-radius: 5px;
  line-height: 23px;
}
.shortlogo {
  width: auto !important;
  padding: 8px 9px;
  background: #fff;
  margin-top: 10px;
  display: inline-block;
  border-radius: 5px;
}
.owl-carousel .owl-item .shortlogo img {
  height: 19px !important;
  width: auto !important;
}
.arrowpic img {
  width: auto !important;
}
.arrowpic {
  position: absolute;
  right: -25px;
  width: auto !important;
  z-index: 9;
  top: 35%;
}

#ourprogram .owl-nav {
  padding-top: 40px;
  text-align: center;
}
#ourprogram .owl-nav button span {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: #fff;
  margin: 0 12px 0 0;
  border: 1px solid #2859cb;
  border-radius: 8px;
  font-size: 36px;
  line-height: 36px;
}
.ourstorysec {
  padding: 0 0 80px;
}
#ourstory{padding-top: 25px;}
#ourstory .owl-nav {
  padding-top: 40px;
  text-align: center;
}

#ourstory .owl-nav button span {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: #fff;
  margin: 0 12px 0 0;
  border: 1px solid #2859cb;
  border-radius: 8px;
  font-size: 36px;
  line-height: 36px;
}
.successcaptionpic img{
  border-radius: 12px 12px 0 0;
}
.successcaption img {
  width: auto !important;
  display: inline-block !important;
} 
.successcaption {
  background: #f3f4f8;
  padding: 13px 8px;
  border-radius: 0 0 12px 12px;
  font-size: 17px;
  color: #fa6400;
}

#hireformusslider1 .owl-nav button span {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: #fff;
  margin: 0 12px 0 0;
  border: 1px solid #2859cb;
  border-radius: 8px;
  font-size: 36px;
  line-height: 36px;
}

.facultyslider .videobutton {
  position: absolute;
  right: 0;
  bottom: -42px;
}
.sesstorys {
  padding: 20px 0 75px 0;
  position: relative;
  margin-bottom: 35px;
}
.sesstorys .videobutton {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.sesstorys .owl-nav {
  position: absolute;
  bottom: -39px;
}
.careerpartner {
  padding-bottom: 180px;
}
.storylink a{
  color: #2355ca;
}
.storylink a:hover{
  color: #2355ca;
  text-decoration: underline;
}
.storylink {
  padding: 8px 0;
}
.programpic {
  color: #3b4c74;
  min-height: 113px;
  font-size: 15px;
  line-height: 21px;
}
.saddiv img {
  position: static;
  padding-top: 0;
}
.saddiv {
  padding-top: 8px;
  font-weight: 600;
}

.thankspage {
  padding: 115px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}
.resoursesitemlider .owl-nav.disabled{
  display:block;
}
.resoursesitemlider {
  padding: 0 0 50px;
}

.resoursesitemlider .owl-nav button span {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: #fff;
  margin: 0 12px 0 0;
  border: 1px solid #2859cb;
  border-radius: 8px;
  font-size: 36px;
  line-height: 36px;
}
.resourcesbody h2 {
  font-size: 31px;
}
.resourcesbody h2 a{
  color: #32394a;
}
.resourcesbody h2 a span {
  display: inline-block;
  color: #818181;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.bannercont-about {
  padding: 0 0 60px;
}
.pagination a, .pagination span {
  padding: 2px 10px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ccc;
  margin: 0 2px;
  font-weight: 600;
}
span.page-numbers.current {
  background: #2355ca;
  color: #fff;
  border: 1px solid #2355ca;
}
.pagination {
  justify-content: right;
  padding-top: 10px;
}

.datatabpbottom h4 {
  height: 73px;
  overflow: hidden;
  margin-bottom: 6px;
}
.typcont .datatabpbottom h4 {
  height: auto;
}
.pricebig span.strickthrough-text {
  text-decoration: none!important;
  font-size: 17px;
  font-weight: 400;
  padding: 0!important;
  display: inline-block;
  position: relative;
  top: -6px;
  padding-left: 7px !important;
}
.mentor-content p {
  font-size: 13px;
  line-height: 19px;
  font-family: "Montserrat",sans-serif;
  padding: 4px 0;
  font-weight: 500;
}
.freescholoarship h2{
  font-size: 40px;
}
.mentor-content {
  padding: 0 ;
}

.guwahatibox-img img {
  background: #fff;
  padding: 9px 14px;
  border-radius: 10px;
  margin: 0 0 13px;
}
.newsection {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  padding: 0 0 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #28b364;
}

.placementpage {
  padding-top: 70px;
}
.placementdiv .item {
  width: 17%;
  margin: 0 13px;
}
.placementdiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.placementdiv .item .aluminyinner {
  margin: 0 0 26px;
}
.placementdiv .item .aluminyinner img {
  margin: 0 0 20px;
  width: 87px;
  border-radius: 8px;
}
.accordion-item h2 button {
  font-weight: 600;
}
.outtest {
  background: #f3f4f8;
  padding: 54px 0;
  margin-bottom: 35px;
  border-radius: 0 0 0 160px;
}
section.outtest h2 {
  text-align: center;
  padding: 0 0 35px;
}
.palcenew ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.palcenew ul li {
  background: #fff;
  padding: 9px;
  margin: 7px;
  border-radius: 8px;
  width: 15%;
  box-shadow: 0 0px 21px rgb(29 80 197 / 0.1);
}
.impactgraphic {
  position: absolute;
  right: -233px;
  top: -38px;
  width: 810px;
}


.placement-video .voiceslider {
  padding: 30px 12% 0;
  position: relative;
}
.aboutleader {
  padding-top: 65px;
}
.aboutbanner img {
  border-radius: 0 0 0 160px;
}
.innerspacing .whykarmick{
  padding-top: 0;
}
.innerspacing1 .faqsection {
  padding-top: 100px;
}

.formloading img {
  width: 100px;
}

.formloading {
  text-align: center;
  padding: 18% 0;
}

.masterbody {
  padding: 100px 0;
  border-radius: 160px 0 0 0;
  margin-top: -139px;
  position: relative;
  background: #fff;
}

#cssmenu ul li.highlighted a {
  color: #fff;
}

.masterbody h2 {
  padding: 0 0 35px 0;
  text-align: center;
}

.masterinner {
  background: #eaf3ff;
  padding: 30px;
  border-radius: 15px;
  margin: 0 0 25px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}


.card-9 {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.card-9-title {
  text-align: center;
}

.card-9 .tabs {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.card-9 .tabs input[type="radio"] {
  display: none;
  
}

.card-9 .tabs label {
  display: inline-block;
  padding: 13px 15px;
  font-size: 19px;
  cursor: pointer;
  width: max-content;
  text-align: center;
  background-color: #f1f1f1;
  transition: background-color 0.3s ease;
  width: 49%;
  font-family: "Montserrat", sans-serif;
  margin-top: 17px;
}

.card-9 .tabs label:hover {
  background-color: #ddd;
}

.card-9 .tabs input[type="radio"]:checked+label {
  background-color: #fa6400;
  border-bottom: none;
  color: #fff;
  font-weight: 600;
}

.card-9 .card-9-content {
  display: none;
  padding: 2rem;
  margin: .1rem;
  border: none;
}

.card-9 .card-9-content-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.card-9 .card-9-content-inner p {
  font-size: 4rem;
  font-weight: 700;
  /* color: #ffffff; */
}

.card-9 .card-9-content-inner span {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.masterdate {
  padding: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.masterinner h4 {
  font-size: 23px;
  padding: 0 0 10px;
}
span.tagmaster {
  background: #15347d;
  padding: 4px 26px;
  display: inline-block;
  margin: 0 0 10px;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
}

.card-9 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 10px;
}

.card-9 #tab1:checked~#content1,
.card-9 #tab2:checked~#content2,
.card-9 #tab3:checked~#content3 {
  display: block;
  width: 100%;
}








.aboutmeetteam {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutmeetteam .item {
  width: 23%;
  margin: 0 1% 16px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
}
.meetaboutteam2 {
  margin: 0;
  padding: 0 0 65px;
  background: none;
}
.meetaboutteam2 .item {

  background: #eaf3ff;

}
.aboutmeetteam .item .facultypic img{
  width: 100%;
}
.innerspacing .faqsection {
  padding-top: 100px;
}


.aboutmeetaboutteam .meetaboutteam {
  margin-top: 0;
}
.aboutvedio .mastervideo {
  margin-bottom: 0;
  margin-top: 100px;
}
.aboutmentor .facultysection {
  padding-top: 71px;
}

.careergooglereview .sectionpadding {
  padding-top: 0;
}
.careerfaq .faqsection {
  padding-top: 100px;
}
.storylink a {
  color: #2354ca !important;
}
.careervideostory .ourstorysec {
  padding-top: 110px;
}

.bannerbut {
  padding: 0;
  margin: 0;
}
.bannerbut ul {
  display: flex;
  justify-content: left;
  padding: 0;
  flex-wrap: wrap;
}
.bannerbut ul li {
  background: none;
  padding: 0;
  margin: 0;
}
.bannerbut ul li a {
  background: #15347d;
  padding: 8px 11px 8px 4px;
  margin: 2px 5px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #0a1e4e;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
}
.bannerbut ul li a img {
  margin-right: 1px;
  width: auto;
  height: 25px;
}
.aboutbanner .col-md-5 img {
  width: 100%;
}

.videppic img {
  border-radius: 12px;
}
.leftlinkblog {
  position: sticky;
  top: 164px;
  left: 0;
  z-index: 1;
  height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #fa6400 transparent;
}
a.sidebarToggle {
  position: sticky;
  top: 0px;
}
/*.fixedsidebar {

  max-width: 15%;
}




.fixedsidebar {
  position: fixed;
  top: 164px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fa6400 transparent;
  height: 100vh;
}*/
.dashicons:before{
font-size: 28px;
}
/*
*
*/
.admin-bar .innermenu.stickymenu {
  padding-top: 32px;
}
.form-check {
  
  padding-left: 0;
}
.headinguser img {

  top: 34px;
}
.headinguser {
  padding: 36px 0 30px 120px;
  
}
.more-content a, .less-content a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.tab-pane {
  transition: opacity 0.1s ease;
}
.blogform .rightdivwhite {
  padding: 0;
}

.dashicons, .dashicons-before:before {

  width: 40px;
  height: 40px;

  line-height: 40px;
  background: #eaf3ff;
  border-radius: 50%;
}

#formmodal .rightdivwhite, #applyforscholarship .rightdivwhite{
  padding: 25px 0px;
}

.coursewhysc .whykarmick {
  padding-top: 100px;
}

div#content h2 {
  font-size: 25px;
}

div#content {
  padding: 35px 0;
}

.single-resources .g-recaptcha > div {
  width: 100% !important;
}

.committeecont.hoverdiv {
  position: relative;
  padding-right: 45px;
}
.committeecont.hoverdiv div {
  position: absolute;
  right: 17px;
  top: 23px;
}
div#content h2 span {
  color: #32394a;
  padding: 0;
  font-weight: 600 !important;
}
.resourcesbody table {
  font-size: 15px;
  margin: 0 0 15px;
}
.resourcesbody table td {
	padding: 6px 10px;
	line-height: 20px;
	border: 1px solid #ccc;
}


.popupTimeout .normalheading{display: none;}
.popupTimeout .timeoutwrapper{display: block ;}
.timeoutwrapper{display: none ;}
p.gettext img {
  width: 200px;
  background: #efefef;
  padding: 7px;
  border-radius: 5px;
}
.specialdiv span {
  background: #fff;
  display: block;
  padding: 8px 25px;
  margin: 0 0 18px;
  color: #000;
  font-family: "Montserrat",sans-serif;
  font-size: 17px;
  font-weight: 700;
  border: 3px dashed #fa6400;
  text-align: center;
}
p.gettext {
  text-align: center;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: #fa6400;
}
.poplist ul {
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: center;
  background: #efefef;
  margin: 0 0 22px;
}
.poplist ul li:last-child{border-right:none;}
.poplist ul li {
  font-family: "Montserrat",sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  padding: 0 16px;
  border-right: 1px solid #ccc;
  width: 33%;
  text-align: center;
  min-height: 53px;
  color: #fa6400;
}
.poplist ul li span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.course_fees_column .course_fees, .course_fees_column .course_fees span {
  color: #4c4c4c;
}
.page-template-faq h3 {
  padding: 0 0 12px;
}