@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
html {
    overflow-x: hidden;
}
body {
    font-family: 'PT Sans', sans-serif;
    background: #fff;
    overflow: auto;
    font-size: 14px;
    overflow-x: hidden;
    padding-top: 0px;
}
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
   
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 20px;
   
  }
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #701931; 
  } */

a, a:hover, a:focus {
    text-decoration: none;
    transition: all 400ms ease;
}
img {
    max-width: 100%
}
input, button, select {
    outline: none;
    box-shadow: none;
}
button {
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
}
.mobile {
    display: none;
}
.owl-carousel .owl-item img {
    width: auto;
}
.topHeader {
    background: #052962;
    padding: 5px 0 0px;
}
.listInline {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
}
.topHeader ul.listInline li img {
    margin-right: 5px;
}
.topHeader ul.listInline li a {
    color: rgb(255 255 255);
}
.searchBar {
    position: relative;
}
.searchBox::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    font-size: 10px;
}
.searchBox:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
    font-size: 10px;
}
.searchBox::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-size: 5px;
}
.searchBox:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 10px;
}
.searchBar input {
    background: transparent;
    border: 1px solid;
    padding: 10px 10px;
    color: #fff;
    width: 130px;
    border-radius: 10px;
    
}
.logedin{
 
    animation: animate 1.5s linear infinite;
  } 
   
  @keyframes animate{
    0%{
      opacity: 1;
    }
    50%{
        
     background-color: #fff;
        
      opacity:1;
    }
    100%{
      opacity: 1;
    }
  }
.searchBar button {
    position: absolute;
    right: 5px;
    /* top: 15px; */
    background: transparent;
    border: transparent;
    color: #c7c2bc;
    font-size: 18px;
}
.searchBar button i {
    font-size: 10px;
    color: #fff;
}
.topHeader .listInline {
    align-items: center;
}
a.logo img {
    max-width: 80px;
    position: absolute;
    top: 15px;
    left: 35px;
}
div#navbarSupportedContent {
    margin-left: 77px;
    /* background: #002147; */
    width: 100%;
    padding: 8px 7px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.nav-position {
    justify-content: center!important;
}
@media screen(max-width: 480px) {
    a.logo img {
        max-width: 80px;
        position: absolute;
        top: 15px !important;
        left: 15px !important;
    }
}
.stickyHeader .logoWrp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.stickyHeader .logoWrp .logo {
    display: none;
}
.logoWrp {
    padding: 0px 0px;
    background: #052962;
}
#myNav {
    /* background: linear-gradient(180deg, #002147 0%, #002147 100%); */
    padding: 5px;
    position: static;
    z-index: 99;
}
#myNav .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
    padding: 4px 14px;
    font-weight: 500;
}
#myNav .navbar-nav>li>a>img {
    max-height: 21px;
}
#myNav .navbar-nav>li.nav-item {
    position: relative;
    margin-left: 28px;
    padding-right: 5px;
}
.dropMenu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 450px;
    background: #052962;
    /*padding: 15px 15px;*/
    z-index: -9;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}
.wideMenu {
    min-width: 850px;
}
.theeMenuBx {
    display: flex;
    flex: 0 0 33%;
}
.menuBx {
    width: 100%;
}
.dropMenuWrp .card {
    background: transparent;
    border: none;
}
.dropMenuWrp .card .btn {
    border: none;
    padding: 0;
    text-align: left;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    border-bottom: solid 1px #ccc;
    border-radius: 0px;
    text-decoration: none;
}
.dropMenuWrp .card .card-body {
    padding: 0;
}
#myNav .navbar-nav>li.nav-item:nth-last-child(3) .dropMenu, #myNav .navbar-nav>li.nav-item:nth-last-child(2) .dropMenu, #myNav .navbar-nav>li.nav-item:last-child .dropMenu {
    left: auto;
    right: 0;
}
.dropMenu h3 {
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid rgb(151 151 151 / 69%);
    color: #fff;
}
.dropArrow {
    position: absolute;
    right: -7px;
    top: 5px;
    color: #fff;
    font-size: 18px;
}
.dropMenuListWrp {
    display: flex;
    gap: 20px;
}
.dropMenuList {
    min-width: 260px;
    padding: 0;
    list-style-type: none;
}
.dropMenuContent p, .menuBx p {
    font-size: 12px;
    color: #fff;
    letter-spacing: .6px;
}
.customBtn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    background: #ec4391;
    color: #fff;
}
.customBtn:hover {
    background: linear-gradient(180deg, #2A1675 0%, #3C2B87 100%);
    color: #fff;
}
.dropMenuList li {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 151, 0.35);
}
.dropMenuContent {
    padding: 10px;
}
.dropMenuList-bottom {
    border-bottom: 1px solid #738191;
}
.dropMenuList li a {
    color: #fff;
    font-size: 14px;
    /*padding: 9px;*/
    width: 100%;
    /*gap: 0px;*/
    /*border-bottom: 1px solid #2F72A8;*/
    letter-spacing: 1px;
}
.dropMenuList li:hover {
    background: #c00404;
    color: #fff!important;
    padding-top: 10px;
}
.dropMenuList li:hover a {
    color: #fff!important;
}
/*.dropMenuList li a:hover {*/

/*    color:#fff;*/

/*    background: #2F72A8;*/

/*    width:70%;*/

/*    height: 35px;*/

/*    font-size: 14px;*/

/*    padding: 9px;*/

/*    gap: 0px;*/

/*}*/

i.fas.fa-sort-down.dropArrow {
    color: #fff;
}
#myNav .navbar-nav>li.nav-item:hover .dropMenu {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease;
}
#myNav .navbar-nav>li.nav-item {
    transition: all 500ms ease;
    background: transparent;
}
.navitemborder {
    /*border-right: 1px solid #e8e5e5;*/
}
#myNav .navbar-nav>li.nav-item:hover {
    background: #c00404;
    color: #fff;
    transition: all 500ms ease;
}
#myNav .navbar-nav>li.nav-item:hover>a, #myNav .navbar-nav>li.nav-item:hover>i {
    /*color: #fff;*/
}
.sliderImg {
    background: url(../images/slider-bg.png) 0 -15px no-repeat;
    background-size: 100% 380px !important;
    /*padding: 0 0 30px;*/
}
.sliderImg .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.sliderImg .owl-nav button {
    width: 40px;
    height: 40px;
    background: #FFFFFF !important;
    margin: 0 5px;
    outline: none;
}
.expBx {
    position: relative;
    padding: 0 20px;
}
.expBx h3 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 33%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.explore ul.listInline {
    align-items: baseline;
}
.sectionHeading {
    /*margin: 0 0 20px;*/
    margin: 20px 20px;
}
.sectionHeading h2 {
    font-size: 35px;
    color: #fff ;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
.tabBx {
    max-width: 950px;
    margin: 0 auto;
}
.tabBx #nav-tab {
    display: flex;
    justify-content: space-between;
    border-bottom: navajowhite;
}
.tabBx #nav-tab a {
    width: calc( 100% /3);
    display: block;
    text-align: center;
    border: none;
    background: #E0E0E0;
    border-right: solid 2px #fff;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 0 0 5px 5px;
    color: #313131;
}
.tabBx #nav-tab a.active {
    background: #701931;
    color: #fff;
}
.tabSec {
    background: #F7F7F7;
    padding: 0 0 30px;
}
.tabBx .tab-pane {
    padding: 20px 0 0;
    max-height: 300px;
    overflow: auto;
}
.arrowList {
    margin: 0;
    list-style-type: none;
    padding: 0px;
}
.arrowList li {
    position: relative;
    margin: 0 0 5px;
}
.arrowList li:before {
    content: ">>";
    margin-right: 10px;
    color: #FA4692;
}
span.newTag {
    color: #172a9f;
}
.arrowList li:hover {
    color: #ec4391;
}
.video, .pinkBg {
    padding: 50px 0;
    margin-top: 50px;
    background-size: cover !important;
}
.bluebg {
    /* background: #d7d5ce'*/
    background: url('../images/bluebg.png');
}
.bluebg .sectionHeading h2, .course .sectionHeading h2 {
    /* color: #2f72a8;*/
    color: #fff ;
    font-size: 35px;
    font-weight: bold;
    font-family: sans-serif;
}
.bluebg .owl-nav button {
    position: absolute;
    left: -40px;
    top: 45%;
    width: 30px;
    height: 30px;
    /*background: #fff !important;*/
    border-radius: 50%;
    color: #ec4391 !important;
    outline: none;
}
.bluebg .owl-nav button.owl-next {
    left: auto;
    right: -40px;
}
.video, .bluebg {
    padding: 50px 0;
    margin-top: 50px;
    background-size: cover !important;
}
.pinkBg {
    background: url(../images/pink_bg.png) 0 0 no-repeat;
}
.pinkBg .sectionHeading h2, .course .sectionHeading h2 {
    color: #fff;
}
.pinkBg .owl-nav button {
    position: absolute;
    left: -40px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    color: #ec4391 !important;
    outline: none;
}
.pinkBg .owl-nav button.owl-next {
    left: auto;
    right: -40px;
}
.whyChoose {
    padding: 60px 0;
    margin-top: 50px;
    position: relative;
    background: url(../images/news_bg.png) 00 no-repeat;
}
.whyChoose::before {
    content: "";
    width: 100%;
    height: 308px;
    background: #F1F1F1;
    position: absolute;
    left: 0;
    top: 0;
}
.whyChoose ul.listInline li img {
    max-width: 280px;
}
.whyChoose ul.listInline {
    justify-content: space-between;
    align-items: end;
    margin-top: 40px;
}
.whyChoose ul.listInline li h3 {
    font-size: 20px;
    color: #701931;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}
.whyChoose ul.listInline li {
    text-align: center;
}
.whyChoose ul.listInline li h3 span {
    color: #000;
}
.blueFont {
    color: #1F75D4 !important;
}
.sectionHeading h2 span {
    color: #CF1839;
}
.orangeFont {
    color: #ED7220;
}
.course {
    background: url(../images/growt.png) 0 0 no-repeat;
    /* background: #701931; */
    padding: 30px 0;
    background-size: cover !important;
    position: relative;
    /* height: 700px;
    overflow: hidden; */
}
.course::before {
    content: '';
    position: absolute;
    width: 495px;
    height: 540px;
    left: -4px;
    top: 14%;
    /* background: rgba(0, 212, 227, 0.2);
    transform: matrix(0, 0, 0, -1, 5, );
    border-top-right-radius: 151%;
    border-bottom-right-radius: 40%; */
}
.course::after {
    content: '';
    position: absolute;
    width: 455px;
    height: 280px;
    right: -10.51px;
    top: 0px;
    /* background: rgba(0, 212, 227, 0.2);
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-top-left-radius: 200%;
    border-bottom-left-radius: 0; */
}
.course .listInline {
    gap: 30px;
    margin-top: 50px;
}
.course .listInline>li {
    background: #FFFFFF;
    box-shadow: -12px 13px 28px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 50px 30px;
    position: relative;
}
.course .listInline>li h3 {
    font-size: 24px;
    color: #313131;
    margin: 0;
}
.course .listInline>li ul {
    padding: 0 0 0 15px;
    list-style-type: disc;
    margin: 0 0 30px;
}
.price {
    font-size: 23px;
    margin: 10px 0;
    color: #CF1839;
    font-weight: bold;
}
.price i {
    color: #CF1839;
    font-weight: bold;
}
.price span {
    font-size: 16px;
    color: #701931;
    font-weight: 500;
}
.course .listInline>li ul li {
    margin: 0 0 5px;
    font-size: 15px;
    color: #313131;
}
.offerSeller {
    position: absolute;
    left: auto;
    right: -40px;
    top: -50px;
}
.offerSeller img {
    max-width: 120px;
}
.testimonialBx {
    display: flex;
    align-items: center;
}
.testimonialImg {
    width: 150px;
    min-width: 150px;
    margin-right: 20px;
}
.testimonialContent p {
    font-size: 16px;
    color: #fff;
    margin: 5px 0;
}
.quote img {
    width: 26px !important;
}
.testimonialContent h3 {
    font-size: 18px;
}
.testimonial {
    padding: 47px 0;
    /*background: url('../images/study-material-bg.png') 00 no-repeat;*/
    background: url('../images/testo.png') 00 no-repeat;
}
.explorevideo{
    background: url('../images/video_bg.png') 00 no-repeat;
}
.testimonial .owl-nav button {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -50px;
    width: 30px;
    height: 30px;
    /*background: #CF1839 !important;*/
    border-radius: 50%;
    color: #fff !important;
    outline: none;
}
.testimonial .owl-nav button.owl-next {
    right: -50px;
    left: auto;
}
.centerImg {
    text-align: center;
    margin-bottom: -1px;
}
.banner {
    padding: 30px 0;
}
.bannerheader {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.mainFooter {
    padding:15px 0 15px;
    background: #052962;
}
.footerWrp {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 30px;
}
.footerContent {
    max-width: 250px;
    border-right: solid 1px #ffffff54;
}
.footerContent p {
    color: #fff;
    margin: 20px 0;
    line-height: 1.8;
    font-size: 16px;
}
.footerContent p:hover{
    background: #c00404;
    color: #fff;
    transition: all 500ms ease;
  
}
.payImg {
    max-width: 200px;
    margin-top: 10px;
}
.fLinks h3 {
    font-size: 17px;
    color: #fff;
}
.fLinks ul, .unList {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.fLinks ul li a, .unList li a {
    color: #fff;
    /* color: rgba(255, 255, 255, 0.62);
    opacity: 0.8;*/
}
.unList li a:hover{
    opacity: 1;
    color: #fff;
    background: #c00404;
    color: #fff;
    transition: all 500ms ease;
    padding-left: 10px;
    padding-right: 10px;
}
.fLinks ul li a:hover {
    opacity: 1;
    color: #fff;
    background: #c00404;
    color: #fff;
    transition: all 500ms ease;
    padding-left: 10px;
    padding-right: 10px;
}
.footerContent h4 {
    font-size: 18px;
    color: #fff;
}
.fLinks ul li {
    margin: 0 0 5px;
}
.footerContent ul li img {
    max-width: 30px;
}
.footerContent ul {
    align-items: center;
}
.copyRight {
    /*display: flex;*/
    justify-content: space-between;
    padding: 6px 0 10px;
}
.copyRight p {
    color: #fff;
    margin: 0;
    font-size: 13px;
    padding-left: 20px;
}
.copyRight a {
    color: #fff;
    font-size: 13px;
}
.mobileCart {
    display: none;
}
.fLinks {
    font-size: 16px;
    padding-right: 62px;
    border-right: solid 1px #ffffff54;
}
.courseBox {
    height: 288px;
    border-style: none;
}
.courseBox h6 :hover {
    background: #002147;
    color: #fff;
    width: 100%;
}
.courseAddcard {
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #002147;
    border: none;
}
.productSec {
    background: #fff;
    padding: 0 0 30px;
}
.productPrice {
    font-size: 14px;
    color: #CF1839;
    padding-left: 10px;
}
.mangentaColor h4 {
    color: #CF1839;
}
#classSelect {
    width: 200px;
    height: 60px;
    color: #CF1839;
    text-align: center;
}
.selectBg {
    background-color: #F1F1F1;
}
@media screen(max-width: 480px) {
    #classSelect {
        width: 100px;
        height: 60px;
        color: #CF1839;
        text-align: center;
    }
}
.buynowBox {
    height: 60px;
    background: #ED7220;
    color: white;
    text-align: center;
    padding: 20px 10px 10px 10px;
}
.addcardBox {
    height: 60px;
    border: 1px solid #ED7220;
    color: #ED7220;
    text-align: center;
    padding: 20px 10px 10px 10px;
}
.highlightSec {
    background: #fff;
    padding: 0 0 30px;
}
.formHeader {
    background: #002147;
    padding: 8px;
    width: 100%;
    height: 120px;
}
.formLogo {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    border-radius: 0px 0px 25px 25px;
    height: 120px;
}
.paymentSec {
    background: #F7F7F7;
    padding: 0 0 30px;
}
.selectCity {
    height: 50px;
}
.paymentBtn {
    width: 100%;
    height: 50px;
    border-style: hidden;
    background: #701931;
    color: #fff;
    align-content: center;
}
.discountBox {
    background: #ffffff;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.codeBtn {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border-style: hidden;
    background: #701931;
    color: #fff;
    align-content: center;
}
.formImg {
    width: 37%;
}
.fromText {
    width: 60%;
}
.aboutSec {
    background: #fff;
    padding: 0 0 30px;
}
.banner {
    background: #fff;
    padding: 0 0 30px;
}
.pinkColor {
    color: #ec4391;
}
.chairmanSec {
    background: #fff;
    padding: 0 0 30px;
}
.updatesSec {
    background: #fff;
    padding: 0 0 30px;
}
.visionSec {
    background: #fff;
    padding: 0 0 30px;
}
/*=            accordions            =
=============================================*/

.faq-wrapper .panel.panel-default {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.faq-wrapper .card, .faq-wrapper .card-header {
    border-radius: 0;
}
.faq-wrapper .card {
    border-bottom: none;
}
.faq-wrapper .card:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faq-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
}
.faq-wrapper .card-header h5 button {
    width: 100%;
    text-align: left;
    color: #05103B;
    padding: 20px 35px;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
}
.faq-wrapper .card-header h5 button span {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-wrapper .card-header h5 button span i {
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    display: none;
}
.faq-wrapper .card-header h5 button:hover, .faq-wrapper .card-header h5 button:focus {
    text-decoration: none;
}
.faq-wrapper .card-header h5 button[aria-expanded="true"] {
    background-color: #f7f7f7;
    border-radius: 0;
}
.faq-wrapper .card-header h5 button[aria-expanded="true"] span i:nth-child(2) {
    visibility: visible;
    opacity: 1;
    display: inline;
}
.faq-wrapper .card-header h5 button[aria-expanded="true"]:before {
    height: 100%;
}
.faq-wrapper .card-header h5 button[aria-expanded="false"] span i:nth-child(1) {
    visibility: visible;
    opacity: 1;
    display: inline;
}
.faq-wrapper .card-header h5 button:before {
    content: '';
    width: 3px;
    height: 0;
    background-color: #701931;
    position: absolute;
    top: 0;
    left: -1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.faq-wrapper .card-header h5 button:hover:before {
    height: 100%;
}
.faq-wrapper .card-body p {
    font-size: 14px;
    line-height: 24px;
}
/*=====  End of accordions  ======*/

.careerSec {
    background: #fff;
    padding: 0 0 30px;
}
.policiesSec {
    background: #fff;
    padding: 0 0 30px;
}
.successSec {
    background: #fff;
    padding: 0 0 30px;
}
.contactSec {
    background: #fff;
    padding: 0 0 30px;
}
/*=============================================
=            contact form            =
=============================================*/

.contact-icon-info-wrapper {
    margin-bottom: 30px;
}
.contact-icon-info-wrapper--style2 {
    margin-bottom: 0;
}
.single-contact-icon-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.single-contact-icon-info__image {
    margin-right: 15px;
    color: #ec4391;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.single-contact-icon-info__image i {
    font-size: 1.75rem;
    line-height: 1;
}
.single-contact-icon-info__content .title {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-contact-icon-info--style2 {
    margin-bottom: 0;
    padding: 43px 38px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
.single-contact-icon-info--style2 .single-contact-icon-info__image {
    margin-right: 30px;
}
.single-contact-icon-info--style2 .single-contact-icon-info__image i {
    font-size: 50px;
}
.single-contact-icon-info--style2:last-child {
    border-bottom: 0;
}
.contact-form-wrapper {
    margin-bottom: -15px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}
.contact-form-wrapper input {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px 0 12px;
    height: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-form-wrapper select {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px 0 12px;
    height: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-form-wrapper input:focus {
    border-color: #ec4391;
}
.contact-form-wrapper input:focus::-webkit-input-placeholder {
    color: transparent;
}
.contact-form-wrapper input:focus:-moz-placeholder {
    color: transparent;
}
.contact-form-wrapper input:focus::-moz-placeholder {
    color: transparent;
}
.contact-form-wrapper input:focus:-ms-input-placeholder {
    color: transparent;
}
.contact-form-wrapper select:focus:-ms-select-value {
    color: transparent;
}
.contact-form-wrapper input:focus:-ms-checkbox {
    color: transparent;
}
.contact-form-wrapper textarea {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    font-weight: 400;
    color: #222;
    display: block;
    padding: 12px 0 3px;
    max-width: 100%;
    margin-bottom: 30px;
    height: 150px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-form-wrapper textarea:focus {
    border-color: #ec4391;
}
.contact-form-wrapper textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.contact-form-wrapper textarea:focus::-moz-placeholder {
    color: transparent;
}
.contact-form-wrapper textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.contact-form-wrapper ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}
.contact-form-wrapper ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}
.contact-form-wrapper :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}
.contact-form-wrapper ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}
.contact-form-wrapper ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}
.contact-form-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
}
.contact-form-wrapper ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888;
}
.contact-form-wrapper .form-message {
    margin-top: 15px;
}
.contact-form-wrapper--style2 {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 40px 30px 50px;
}
.contact-form-wrapper--style2 input, .contact-form-wrapper--style2 textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.contact-form-wrapper--style2 input:focus, .contact-form-wrapper--style2 textarea:focus {
    border-color: #ddd;
}
.contact-form-wrapper--style2 textarea {
    padding: 10px 15px;
}
/* contact location grid */

.contact-location-grid__wrapper {
    margin-bottom: -30px;
}
.contact-location-grid__single {
    margin-bottom: 30px;
}
.contact-location-grid__image {
    margin-bottom: 30px;
}
.contact-location-grid__image img {
    width: 100%;
}
.contact-location-grid__content .title {
    margin-top: -5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.contact-location-grid__content .info-list {
    margin-bottom: 35px;
}
.contact-location-grid__content .info-list li {
    padding: 5px 0;
    padding-left: 40px;
    position: relative;
}
.contact-location-grid__content .info-list li:last-child {
    margin-bottom: 0;
}
.contact-location-grid__content .info-list li:before {
    font-size: 18px;
    font-family: Ionicons;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    color: #ec4391;
}
.contact-location-grid__content .info-list li.address:before {
    content: '\f203';
}
.contact-location-grid__content .info-list li.email:before {
    content: '\f132';
}
.contact-location-grid__content .info-list li.phone:before {
    content: '\f2d2';
}
/* contact social link list */

.contact-social-link-list {
    margin-bottom: -10px;
    display: block;
    overflow: hidden;
}
.contact-social-link-list li {
    display: block;
    float: left;
    width: 50%;
    padding-right: 20px;
}
.contact-social-link-list li a {
    display: inline-block;
    padding: 10px 0;
    color: #888;
}
.contact-social-link-list li a .link-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-social-link-list li a .link-text {
    font-size: 18px;
}
.contact-social-link-list li a:hover .link-icon {
    background-color: #ec4391;
    color: #ffffff;
    border-color: #ec4391;
}
/*=====  End of contact form  ======*/

.themeColor {
    background-color: #002147;
    color: #fff;
}
/*navbar of ncert book */

#navbg {
    background-color: #002147;
}
.navBox {
    width: auto;
    margin: auto;
    box-sizing: border-box;
}
.listBox {
    width: 160px;
    margin: 11px;
}
.footerbottom {
    display: flex;
    width: 100%;
    padding: -14px 0 10px;
}
.footerbottom p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    padding: 10px 16px;
}
.footerbottom p:hover {
    opacity: 1;
    color: #fff;
    background: #c00404;
    color: #fff;
    transition: all 500ms ease;
   
}

.borderBottom {
    border-bottom: 1px solid #fff;
    width: auto;
    margin: 10px 10px;
}
#logo {
    padding: 20px;
}
.liststyle {
    list-style-type: square;
    color: #002147;
}
.viewAll {
    display: inline-block;
    font-size: 16px;
    color: #2E2E2E;
    padding: 8px 20px;
    border: solid 1px #2E2E2E;
    background: #fff;
}
.viewAll:hover {
    background: #002147;
    color: #fff;
}
.eventsTab .nav li a {
    /*font-family: 'Open Sans';*/
    font-size: 16px;
    font-weight: 600;
    padding: 8px 50px;
    text-transform: uppercase;
    color: #252634;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #2E2E2E;
}
.eventsTab .nav li a.active {
    background: #032147;
    color: #fff;
    border-color: #032147;
}
.timelineList {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #002147b0;
}
.timelineContent {
    width: calc(100% - 65px);
    padding-left: 30px;
    
}
.dateTab h3 {
    font-size: 34px;
    /*font-family: 'Poppins';*/
    color: #fff;
    margin: 0 0 10px;
}
.dateTab h4 {
    font-size: 16px;
    /*font-family: 'Poppins';*/
    text-transform: uppercase;
    color: #fff;
}
.dateTab {
    /*border-bottom: solid 2px #032147;*/
    background: #032147;
    color: #fff;
    width: 65px;
    height: 75px;
    text-align: center;
}
.timelineContent p {
    font-size: 16px;
    /*font-family: 'Open Sans';*/
    margin: 0;
}
.timelineContent h3 {
    font-size: 13px;
    /*font-family: 'Open Sans';*/
    margin: 0;
    color: grey;
}
a.eventheading {
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.timelineContent a:hover {
    font-size: 18px;
    font-weight: bold;
    color: #C03544;
}
.bottomTimeline {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
}
.bottomTimeline h5 {
    font-size: 13px;
    color: #295500;
    margin: 0;
}
.timelineTabs {
    height: 415px;
    overflow: auto;
}
.timelineTabs2 {
    height: 450px;
    overflow: auto;
}
/* news*/

.newsBox {
    font-weight: bold;
    font-size: 22px;
    color: black; 
}
.newsBox:hover {
    /*opacity:0.6;*/
    color: #C03544;
    font-size: 22px;
}
.videoborder{
    border: 4px solid #052962;
    border-radius: 10px;
}
.videoborder2{
    border: 4px solid #fff;
    border-radius: 10px;
    padding: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.newsSec {
    background: url('../images/news_bg2.png');
    padding: 0 0 30px;
}
tr:hover.chaptername {
    background: #2f72a8;
    color: #fff;
}
tr.chaptername {
    background: #fff;
    color: #2f72a8;
}
a.book-tour {
    border: 1px solid #fff;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
}
a.book-tour:hover {
    background: #fff;
    color: #000 !important;
}
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #002147 url(https://skinfotechies.in/demo/24hs/panel/assets/images/Book.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
}
.tabSec .slideScroller {
    padding: 0 50px !important;
}
/*.tabSec .slideScroller .owl-nav button {
    position: absolute;
    left: -40px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #CF1839 !important;
    border-radius: 50%;
    color: #ffffff !important;
}

.tabSec .slideScroller .owl-nav button.owl-next {
    left: auto;
    right: -40px;
}*/

.threeSlider .owl-nav button,.tabSec .slideScroller .owl-nav button, .bluebg .owl-nav button {
    position: absolute;
    left: -223px;
    top: 30%;
    width:30px;
    height: 50px;
    background: #000 !important;
    color: #ffffff !important;
    font-size: 35px !important;
    border-radius: 0px;
    opacity: 1;
}
.threeSlider .owl-nav button:hover,  .tabSec .slideScroller .owl-nav button:hover, .bluebg .owl-nav button:hover {
    opacity: 1;
}
.threeSlider .owl-nav button.owl-next,  .tabSec .slideScroller .owl-nav button.owl-next, .bluebg .owl-nav button.owl-next {
    left: auto;
    right: -223px;
}
.testimonial .owl-nav button, .tabSec .slideScroller .owl-nav button, .bluebg .owl-nav button {
    position: absolute;
    left: -203px;
    top: 30%;
    width: 30px;
    height: 50px;
    background: #000 !important;
    color: #ffffff !important;
    font-size: 35px !important;
    border-radius: 0px;
    opacity: 1;
}
 .testimonial .owl-nav button:hover, .tabSec .slideScroller .owl-nav button:hover, .bluebg .owl-nav button:hover {
    opacity: 1;
}
.testimonial .owl-nav button.owl-next, .tabSec .slideScroller .owl-nav button.owl-next, .bluebg .owl-nav button.owl-next {
    left: auto;
    right: -200px;
}
#frmCheckPassword {
    border-top: #F0F0F0 2px solid;
    background: #808080;
    padding: 10px;
}
#password-strength-status {
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 10px;
}
.medium-password {
    background-color: #fa7721;
    border: #fa7721 1px solid;
}
.weak-password {
    background-color: #ce1d14;
    border: #AA4502 1px solid;
}
.strong-password {
    background-color: #008000;
    border: #008000 1px solid;
}
.fiveSlider .item {
    /*  background: aliceblue;*/
    height: 320px;
    /*    border-radius: 10px;
    border: 4px solid #4f93deba;
    box-shadow: 4px 6px 6px #ffffffc4;*/
}
h5.text-center.text-white {
    font-size: 17px;
}
.owl-item {
    margin-bottom: 25px;
}
.fa, .fas {
    color: #701931;
}
.social_media_icons {
    font-size: 25px;
    background: #fff;
    padding: 4px 6px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #ffffff9e;
    color: #fff;
}
.study_material_slider .owl-item {
    background: aliceblue;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 3px 2px 5px #ffffffb8;
    border: 2px solid #000;
}
.error {
    color: red;
}
.success {
    color: green;
}
/*-=====navbar-top-section=====-*/

.loginBtn {
    border: 1px solid #fff;
    padding: 7px 19px;
    border-radius: 5px;
    background: #FFDC44;
    color: #701931;
}
.Contactbtn {
    border: 1px solid #fff;
    padding: 8px 14px;
    border-radius: 5px;
    color: #701931;
}
.loginBtn img {
    height: 20px;
    object-fit: contain;
}
.loginBtn span {
    color: #701931;
    font-weight: 600;
    font-size: 16px;
}
.contactBtn {
    /* border: 1px solid #fff; */
    padding: 7px 22px;
    border-radius: 25px;
    background: transparent;
    color: #FFDC44 !important;
    font-size: 17px;
}
.coloricon
{
    color: rgb(110 24 47);

}
@media screen and (min-width: 1500px) {
    .contactmarquee{
        width: 720px;
    }
}
@media screen and (max-width: 700px) {
    .contactmarquee{
        width: 100px;
    }
}
@media screen and (max-width: 465px) {
    .contactmarquee{
        width: 100px !important;
    }
}

.color-red{
    color: #701931 !important;
    font-weight: 700;
}
.color-red2{
    color: #701931 !important;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
.text-black{
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    font-size: 15px;
}

.contactBtn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.contactBtn span {
    color: red;
    font-weight: 800;
    font-size: 17px;
}
/*-====navbar-memu====-*/

.navbarMenu {
    padding-left: 0;
    background: #002147;
    margin-left: 11%;
    width: 90%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
/*-====explore study material====-*/

.studyMaterialSec {
    background: url(../images/explore_bg.png) 0 0 no-repeat;
    padding-top: 50px;
    background-size: 100% 100%;
    height: 620px;
    width: 100%;
}
.studySec {
    background: url(../images/studymat.png) 00 no-repeat;

    padding: 50px 0;
    background-size: cover !important;
    position: relative;
    height: 430px;
}
.studySec::before {
    content: '';
    position: absolute;
    width: 360px;
    height: 300px;
    left: -4px;
    top: 31.55%;
    /* background: rgba(255, 255, 255, 0.2);
    transform: matrix(0, 0, 0, -1, 5, );
    border-top-right-radius: 100%;
    border-bottom-right-radius: 24%; */
}
.studySec::after {
    content: '';
    position: absolute;
    width: 367px;
    height: 314px;
    right: -7.51px;
    top: 0px;
    /* background: rgba(255, 255, 255, 0.2);
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-top-left-radius: 86%;
    border-bottom-left-radius: 0; */
}
.expImage {
    width: 150px;
    height: 150px;
}
/*-====thought-Section===-*/

.thoughtSec img {
    height: 150px;
    mix-blend-mode: multiply;
    width: 100%;
}
.thoughtSec h2 {
    font-size: 75px;
    font-weight: 700;
    transform: translate(221px, -68px);
    color: #701931;
    position: absolute;
    z-index: 998;
    font-family: 'Oswald', sans-serif;
    top: -20px;
}
.yellow_strip {
    background: #FFDC44;
    width: 74%;
    height: 53px;
    position: relative;
    margin-top:-20px;
    transform: translate(206px, -10px);
}
.event-new-tab ul.nav.nav-tabs {
    border-bottom: none;
    margin-top: 15px;
}
.event-new-tab.nav-tabs.nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #870b0b;
    background-color: #fff;
    border-top: 4px solid #870b0b;
    border-radius: 0;
    border-bottom: 4px solid #870b0b;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 700;
    border-left: none;
    border-right: none;
    mix-blend-mode: multiply;
    padding: 0px 10px;
    width: 100px;
    text-align: center;
    height: 50px;
    margin: 0;
    display: initial;
}
.event-new-tab ul li a.nav-link {
    border: 4px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #888;
    font-size: 32px;
    font-weight: 700;
    padding: 0px 10px;
    display: inline;
}
.exploreBtn {
    border: 4px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #888;
    font-size: 32px;
    font-weight: 700;
    padding: 0px 10px;
    display: inline;
}
.event-new-tab.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: red !important;
    color: red !important;
    border-left: none;
    border-right: none;
   
}
#tabContentBox {
    margin: 30px 0px;
}
.newsSlider {
    display: block;
}
.formlabel2{
    font-size: 17px;
}
.newsSlider .owl-nav button, .testimonial .owl-nav button, .tabSec .slideScroller .owl-nav button {
    position: absolute;
    left: -117px;
    top: 30%;
    width: 30px;
    height: 50px;
    background: #000 !important;
    color: #ffffff !important;
    font-size: 35px !important;
    border-radius: 0px;
    opacity: unset;
    left: -200px;
}
.newsSlider .owl-nav button:hover, .testimonial .owl-nav button:hover, .tabSec .slideScroller .owl-nav button:hover, .bluebg .owl-nav button:hover {
    opacity: 1;
}
.newsSlider .owl-nav button.owl-prev.fas, .owl-nav button.owl-next .fas, .testimonial.owl-nav button.owl-prev .fas, .owl-nav button.owl-next .fas, .tabSec .slideScroller .owl-nav button.owl-next {
    left: auto;
    right: -200px;
}
/*-==video section of explore study material==-*/

.videoSec {
    padding: 50px 40px;
    /*margin-top: 50px;*/
    background-size: cover !important;
    background: url('../images/video_bg.png');
    height: 550px;
}
#videoBox {
    padding: 0px 30px;
}
#videoBox iframe {
    width: 90%;
    height: 340px;
    border-radius: 10px;
    box-sizing: border-box;
    position: absolute;
    /* transform: translate(-32px, 33px);*/
    box-shadow: 11px -19px 0 5px #ffdc44, -21px 21px #183659;
    border: 2px solid #888;
}
.videoName {
    background: #FFDC44;
    width: 98%;
    /*height: 80px;*/
    border-radius: 10px;
    padding: 20px 18px;
    box-sizing: border-box;
    margin: 10px 5px;
}
.videoName h6 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.videoNameSec {
    width: 100%;
    height: 50vh;
    flex-flow: row;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: 20px;
    /*thin;*/
    scrollbar-color: #FFDC44 #FFDC44;
}
.videoNameSec::-webkit-scrollbar {
    width: 10px;
    background: #FFDC44;
    margin-right: 10px;
    border-radius: 10px;
}
.videoNameSec::-webkit-scrollbar-thumb {
    background: #FFDC44;
}
.videoNameSec::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.eventBox {
    width: 95%;
    height: 70vh;
    flex-flow: row;
    overflow-x: hidden;
    scrollbar-width: 20px;
    /*thin;*/
    scrollbar-color: #888 #888;
    
}
.eventBox::-webkit-scrollbar {
    width: 10px;
    background: #888;
    margin-left: 20px;
    border-radius: 10px;
}
.eventBox::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */

.eventBox::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.fiveSlider .owl-nav button, .owl-nav button, .tabSec .slideScroller .owl-nav button, .owl-nav button {
    position: absolute;
    left: 0;
    top: 20%;
    width: 30px;
    height: 50px;
    background: #000 !important;
    color: #fff !important;
    font-size: 35px !important;
    opacity: 1;
}
.fiveSlider .owl-nav button:hover, .tabSec .slideScroller .owl-nav button:hover, .owl-nav button:hover {
    opacity: 1;
}
.fiveSlider .owl-nav button.owl-next .fas, .tabSec .slideScroller .owl-nav button.owl-next, .owl-nav button.owl-next {
    left: auto;
    right: -1px;
    color: #ffffff;
}
/*-==Still Searching for something? section==-*/

.dotBg {
    position: absolute;
    width: 100%;
    top: 71%;
    right: 18%;
    mix-blend-mode: multiply;
}
/* explore styudy material */

.yellow_cricle {
    position: absolute;
    height: 160px;
    margin: 0px 24px;
}
.red_rectangle {
    position: absolute;
}
.thoughtSec {
    margin-top: 3rem!important;
}
.footerPadding {
    padding: 0px 50px;
}
section.stillSearching {
    background: url(../images/still.png) 00 no-repeat;
    margin: 0;
}
.twoSlider button.owl-dot.active {
    background: #701931;
    width: 30px;
    height: 10px;
    text-align: left;
    /* border-radius: 50%; */
}
.twoSlider.owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: #ddc4c4;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    /* display: none; */
    width: 30px;
    height: 10px;
    /* border-radius: 50%;*/
    margin: 0px 5px;
}
.twoSlider .owl-dots {
    width: 100%;
    display: inherit;
    text-align: center;
    margin-top: 30px !important;
}
/*--===newsSlider-card===--*/

.news_card {
    width: 100%;
    height: 600px;
    background: #fff;
    padding-top: 0px;
    border-radius: 0px;
    box-shadow: 2px 2px 5px 2px #0000001a;
}
.news_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.news_video {
    width: 100%;
    height: 300px;
   
}
/*--===banner-slider-image===--*/

.bannerImage {
    object-fit: cover;
    height: 580px
}
/*--===Courses-Designed-for-Better-Growth===--*/

.classesBox {
    background: #FFFFFF;
    box-shadow: -12px 13px 28px rgb(0 0 0 / 25%);
    border-radius: 30px;
    padding: 65px 20px;
    position: relative;
    height: 430px;
}
.subjectSec {
    height: 80px;
}
.subjectSec h3 {
    font-size: 20px;
    color: #701931;
    font-weight: 700;
}
.studyMaterialInfo {
    height: 200px;
    padding-top: 10px;
    overflow: hidden;
}
.studyMaterialInfo ul {
    padding: 0px 8px;
    font-size: 16px;
    color: #701931;
}
.purchaseBtn {
    display: block;
    text-align: center;
    background: #701931;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    margin-top: 22px;
    width: 100%;
    height: 50px;
}
.purchaseBtn:hover {
    color: #fff;
    background: #cf1839c7;
}
.text-left.news_title {
    padding: 15px;
    color: #701931;
}
.newsTitle.text-left {
    padding: 15px;
}
.news_title h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
}
.fiveSlider {
    padding-left: 2.5rem;
    padding-right: 2.9rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.studySec2 {
    background: #B5A16A;
    padding: 50px 0;
    background-size: cover !important;
    position: relative;
    height: 500px;
}
.web-navcolor{
    color:#701931;
}
.web-navbackcolor{
    background-color: #701931;
    color: #fff;
}

@media (max-width: 767px)
{
   .social_media_icons{
    margin-left:10px;
   }
}
#mobileview{
    display: none;
}
@media (max-width: 767px)
{
    
#mobileview{
    display: block;
}
#desktopview{
    display:none;
}
}

/* 
.whyChoose::before {
margin-top: -50px;
}
.video, .pinkBg{
    margin-top: 0px;
}

.news_card2{
    width: 100%;
   
    background: #fff;
    padding-top: 0px;
    border-radius: 0px;
    box-shadow: 2px 2px 5px 2px #0000001a;
} 
       
*/
.imgheight{
    height: 150px;
}
@media only screen and (max-width: 480px) {
    .imgheight{
        height: 90px;
    }
}
.newsSec2 {
    background: url(../images/news_bg.png) 00 no-repeat;
    padding: 0 0 30px;
}
.customform{
    padding: 20px;
    background: url(../images/news_bg.png) 00 no-repeat;
    color: #fff;

}
.activelink{
    color: #fff !important;
   
    border-top: 4px solid #fff !important;
    border-radius: 0;
    border-bottom: 4px solid #fff !important;
}

.studySecvideo{
    background: url(../images/video_bg.png) 00 no-repeat;
    padding: 50px 0;
    background-size: cover !important;
    position: relative;
    height: 500px;
}
.studySecvideo2{
    background: url(../images/video_bg2.png) 00 no-repeat;
    padding: 50px 0;
    background-size: cover !important;
    position: relative;
    height: 700px;
}
.cardvideo{
    padding: 10px;
    background: #ffffff9c;
}
/* .navbar-main{
   position: fixed;
   z-index: 999;
   width: 100%;
} */
.notificationline{
    margin-top: -10px;
}
/*.notificationmarquee{
   
    padding:10px;
    padding-bottom: 0px;
    border-radius: 25px;
    background: transparent;
    background-color: yellow;
    color: rgb(99, 165, 187);
    border: 2px solid orange;
    font-size: 17px;
}*/
.notificationmarquee {
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 25px;
    background: transparent;
    background-color: #FFDC44;
    color: rgb(110 24 47);
    border: 2px solid orange;
    font-size: 17px;
}

.marqueeline{
    margin-top: 20px;
    display: inline;
    float: left;
    font-size: 20px;
    margin-left: 30px;
}

@media screen and (max-width: 465px) {
    .marqueeline{
        margin-top: 0px;
        float: left;
    }
}

.contactSec{
    background: url(../images/contactbanner.png);

    padding: 30px;
}
.contacthead1{
    font-size: 42px;
    color: #fff;
    font-family: 'myFirstFont';
    /* position: absolute; */
    top: 60px;
}

.contacthead2{
   
    font-size: 100px;
    font-family: 'headline-outline';
    color: #fff;
    letter-spacing: 3px;
}
@media screen and (max-width: 465px) {
    .conmainhead {
        font-size: 40px !important;
    }
    .contacthead2{
        font-size: 80px !important;

    }
    .new-contact{
        margin-top: 20px;
    }
}

.condetail{
    color:  rgb(184, 184, 184);
}
.conmainhead{
    color: #fff;
    text-align: center;
    font-size: 50px;
    padding: 20px;
}

.new-contact{
    padding: 20px;
    background-color: #333333;
}
.newconbtn{
    background: #701931;
    padding: 15px 30px;
    display: inline-flex;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}
.custom-contact{
    margin-top: 10px;
    outline: 0;
    border-width: 0 0 2px;
    border-color: #4b6473;
    width: 100%;
    background: #333333;
    padding: 55px 0px 0px 0px;
    color: #fff;
}

.marquee {
    margin: 0 auto;
    width: 600px; // or 100% inside a container
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    
    &:before, &:after {
      position: absolute;
      top: 0;
      width: 50px;
      height: 30px;
      content: "";
      z-index: 1;
    }
    &:before {
      left: 0;
      background: linear-gradient(to right, rgb(200, 231, 46) 5%, transparent 100%);
    }
    &:after {
      right: 0;
      background: linear-gradient(to left, rgb(171, 225, 62) 5%, transparent 100%);
    }
  }
  
  .marquee__content {
    background-color: yellow !important;
    padding: 10px;
    width: 300% !important;
    display: flex;
    line-height: 30px;
    animation: marquee 20s linear infinite forwards;
    &:hover {
      animation-play-state: paused;
    } 
  }
  
  .list-inline {
    display: flex;
    justify-content: space-around;
    width: 33.33%;
    
    /* reset list */
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-left: 20px !important;
    font-size: 20px;
  }
  @keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-66.6%); }
  }
  
.modal-confirm {		
	color: #636363;
	width: 425px;
	font-size: 14px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
	background-color: #fff;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
.modal-confirm .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #82ce34;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #82ce34;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #6fb32b;
	outline: none;
}
.cartimage{
    width: 150px;
    height: 150px;
}
.contactmarquee2{
    display: none;
}
.onlyfold{
    display: none;
}
.newsvideoTitle{
    color: #FFDC44 !important;
    height: 80px;
    overflow-y:hidden;
    padding: 5px;
}
.contactNew{
    color: #FFDC44;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 800;
}
.contactNew2{
    color: #FFDC44;
    margin-top: 10px;
    font-size: 14px;
    display: none;
}
.contactNewIcon{
    color: #FFDC44;
}
.Headingtopmargin{
    margin-top: -30px;
}
.fa-chevron-right{
    color: red;
}
.fa-chevron-left{
    color: red;
}
.mainSliderIcon{
   font-size: 40px !important;
}
.ContainerPadding{
    padding:0% 3% 0% 3%;
}
.ContainerPadding .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    left :-30px;
}
.ContainerPadding .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    right :-30px;
}
.videoHight{
    height: 400px !important;
}
.MobileView{
    display: none;
}
.colorred{
    color: red !important;
}
.activelink:hover{
    color: red !important;
    border-top: 4px solid red !important;
    border-radius: 0;
    border-bottom: 4px solid red !important;
}
.twoSlidernews .owl-nav button.owl-next, .tabSec .slideScroller .owl-nav button.owl-next, .bluebg .owl-nav button.owl-next{
    right:-30px;
}
.twoSlidernews .owl-nav button.owl-prev, .tabSec .slideScroller .owl-nav button.owl-prev, .bluebg .owl-nav button.owl-prev{
    left:-30px;
}
.twoSlidernews .owl-dots {
    width: 100%;
    display: inherit;
    text-align: center;
    margin-top: 30px !important;
}
.twoSlidernews .owl-nav button.owl-prev, .tabSec .slideScroller .owl-nav button.owl-prev, .bluebg .owl-nav button.owl-prev{
    top:35% !important;
}
.twoSlidernews .owl-nav button.owl-next, .tabSec .slideScroller .owl-nav button.owl-next, .bluebg .owl-nav button.owl-next{
    top:35% !important;
}
.ContainerPadding .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    top :38%;
}
.ContainerPadding .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    top :38%;
}
.VerifyOtp{
    display: none;
}
.ErrorMessage{
    display: none;
}
.state2{
    border:none !important ;
    border-bottom: 1px solid rgb(112, 111, 111) !important;
    border-radius: 0px !important;
}
.visiblePassword{
    cursor: pointer;
}
.visiblePassword2{
    cursor: pointer;
}
.mgtop{
    margin-top: -30px;
}
.condetailHeading{
    color: red;
}