*
{
    padding: 0;
    margin: 0;
}
body{
    font-family: var(--project-font);
}
a
{
    text-decoration: none;
    color: inherit;
}
p
{
    margin-bottom: 0px;
}
ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.header{
    background-color: var(--tercary-color);
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
}
.logo
{
    position: relative;
    height: 100px;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.logo img{
    width: 100%;
    position: relative;
    z-index: 4;
    height: 90px;
    /* margin-left: 10%; */
    left: 40%;
}
.logo::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 300px;
    left: -40px;
    top: 0;
    background-color: var(--primary-color);
    z-index: 4;
    transform: skewX(-30deg);
    border-radius: 0 0 40px 0;
}
.logo::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 320px;
    left: -40px;
    bottom: -15px;
    background-color:var(--tercary-color);
    z-index: 3;
    transform: skewX(-15deg);
    border-radius: 0 0 52px 0;
}
.menusbox{
    position: relative;
    height: 95px;
    width: 77.83%;
    margin-left: 26px;
}
.menusbox::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
    background-color: var(--secondary-color);
    z-index: 3;
    transform: skewX(-30deg);
    border-radius: 0 0 40px 0;
}
.menusbox::after
{
    content: '';
    border-bottom: 1px solid #e6e3e3;
    position: absolute;
    width: 100%;
    top: 36px;
    z-index: 3;
    left: 5px;
}
.iconcanvas
{
    font-size: 18px;
    margin: auto;
}
.headermenubox
{
    position: relative;
    z-index: 4;
    display: flex    ;
    justify-content: center;
    flex-direction: column;
}
.header-top
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.mailtext
{
    font-size: 14px;
}
.timebox
{
    font-size: 14px;
}
.boxesSub
{
    margin: 0% 3% 0% 20%;
    justify-content: space-between;
    display: flex;
    color: var(--white-color);
    align-items: center;
}
.iconSocial
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.youtbBx,.lindBx,.twitBx,.fbiconBx,.instaiconBx
{
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #d7d5d54a;
    border-radius: 50%;
}
.iconbox
{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 15px;
}
.iconbox i{
    color: var(--tercary-color);
}
.youtbBx:hover,.lindBx:hover,.twitBx:hover,.fbiconBx:hover,.instaiconBx:hover
{
    background-color: #fae2e2;
    border-radius: 50%;
    color: var(--secondary-color);
}

.navdiv
{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 20px;
    padding: 17.5px;
    margin-left: 25px;
}
.bookicon
{
    height: 30px;
    width:30px;
    margin-right: 5px;
}
.bookicon img{
    height: 100%;
    width: 100%;
}
.navdiv a{
    padding: 20px 15px;
    font-size: 15px;
    color: var(--white-color);
    /* font-weight: 600; */
}
.makeline
{
    border-left: 1px solid #f9f5f5;
    margin:0px 10px;
}
.closecanvas
{
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: end;
    cursor: pointer;
}
.menuwrapper{
    position: relative;
    display: inline-block;
    /* margin: auto; */
}
.openMenuHome
{
    position: relative;
}
.mega-menuHome
{
    display: none;
    background-color: white;
    /* box-shadow: 0px 0px 10px #d3d2d2; */
    top: 50px;
    position: absolute;
    width: 1100px;
    border-radius: 6px;
    padding: 20px;
    color: #000;
}
.mega-menuHome a{
    color: #000;
}
.mega-menuHome::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 32%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.mega-menuHome::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 32%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d3d2d2;
}
.megamenulinks li a
{
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: stretch;
    color: #000;
}
.megamenulinks li a:hover{
    background-color: #e9fcfa;
    border-radius: 5px;
}
.coursebox
{
    /* margin: auto; */
}
.coursebox:hover .dropdown-menu {
    display: block;
    margin-top: 25px;
}
.coursebox .dropdown-menu {
    margin-top: 0;
    transition: all 0.2s ease;
}
.droptgl::after
{
    content: none;
}
.dropMenu
{
    background-color: white;
    /* box-shadow: 0px 0px 10px #d3d2d2; */
    border: 1px solid #e9e7e7;
    position: absolute;
    top: 41px;
    padding: 0px 6px 0px 0px;
    left: -490px;
}
.dropMenu::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 47.8%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.dropMenu::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 47.8%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d3d2d2;
}
.HomeMenubox {
    left: -328px;
}
.dropMenu li a{
    padding: 10px;
    font-size: 14px;
    color: #000;
}
.dropMenu li a:hover{
    background-color: #e9fcfa;
}
.header-bottom
{
    margin: auto;
    display: flex    ;
    justify-content: center;
    align-items: center;
}
.bannerbox
{
    width: 100%;
    padding: 0;
}
.bannerbox img{
    width: 100%;
}
.hvrbox:hover,.hvrbox:active
.hvrbox:hover,.hvrbox:active
{
    color: var(--tercary-color);
}
.hvrbox:hover .iconbox i.bi::before{
    content: attr(data-fill);
}
.canvas-mails
{
    display: none !important;
}
.canvasicon
{
    width: 20px;
    margin-right: 5px;
}
.imageboxbanner
{
    width: 300px;
    height: 319px;
    margin: auto 0;
    box-shadow: 5px 0px 10px #8080809e;
    border-radius: 8px;
    margin-top: 0px;
}
.imageboxbanner img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.megaMenuInnerBox
{
    display: flex;
    flex-direction: row;
}
.content-Mega2{
    width: 261px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* position: relative; */
}
.textUnderLine
{
    font-size: 16px;
    position: relative;
}
.opensubMenu
{
    display: flex;
    flex-direction: row;
}
.opensubMenu a{
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 10px 10px;
    font-size: 13px;
    text-transform: uppercase;
    transition: transform 0.5s;
}
.megaNavs a
{
    font-size: 14px;
    display: flex;
    flex-direction: row;
    padding:3px 8px;
}
.megaSublogo
{
    height: 60px;
    display: flex;
    width: 60px;
    margin-top: 5px;
    margin-right: 5px;
    /* box-shadow: 0px 0px 10px #8080807a; */
    border-radius:50%;
}

.megaSublogo img
{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.subMega-menu
{
    margin-left: 23px;
}
.megaNavs a
{
    font-size: 12px;
}
.megaNavs {
    display: none;
    margin-left: 30px;
}
  
.megaNavs.activeMeganavs {
    display: block;
    /* background:white; */
    position: relative;
    /* left: 36%; */
    /* right: 50%; */
    /* width: 250px; */
    /* z-index: 11; */
    /* box-shadow: 0px 0px 10px gray; */
    /* top: 10px; */
    /* border-radius:8px; */
    /* height: 299px; */
}
.cutmegaSubmenu
{
    background-color: var(--white-color);
    position: absolute;
    left: -18px;
    height: 25px;
    width: 18px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    top: 5px;
    cursor: pointer;
    display: none;
}
.cutmegaSubmenu i{
    font-size: 13px;
    margin-left: 8px;
    color: var(--secondary-color);
}
.makebackdrop
{
    position: absolute;
    top: 41px;
    left: -504px;
    z-index: 10;
    width: 1100px;
    height: 321px;
    background-color: #000;
    display: none;
}
.makebackdrop.showBackdrop 
{
    display: block;
    opacity: .5;
}
.SupermegaNavs
{
    display: none;
    margin-left: 25px;
}
.main-bx
{
    flex-wrap: wrap;
    height: 100%;
}
.secondMGBox
{
    width: 783px;
}
.SupermegaNavs.activeSuperMeganavs
{
    display: block;
}
.extrawidth
{
    width: 143px;
    padding-left: 5px;
}
.opensubMenu a:hover{
    transform: scale(1.1);
}

.stickychoose
{
    margin-bottom: 10px;
}
.stickychoose .choices__inner{
    border-color:rgba(0,0,0,.5);
}
/* .opensubMenu a.activemeganv{
    border-radius: 5px;
    font-weight: 600;
    background-color: #a11934;
    color: #fff;
    border-left:3px solid black;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
} */
.megaNavs a:hover{
    background-color: #fcecef !important;
    border-radius: 5px;
    color: var(--secondary-color) !important;
}
.commonactv a.activeMeganavs{
    background-color: #fcecef !important;
    border-radius: 5px;
    color: var(--secondary-color) !important;
}
.commonactv a.activemeganv
{
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #fcecef !important;
}
.plusIcon
{
    font-size: 12px;
}
.megaMenuCarousel,.megaMenuCarousel .carousel-inner
{
    height: 319px;
    overflow: hidden;
}
.carouselbnr
{
    height: 319px;
    width: 300px;
}

.dropMenu.adjust{
    width: 800px;
    left: -190px;
}
.dropMenu.adjust::before,
.dropMenu.adjust::after {
    left: 28.1%;
}
.topheading
{
    border: 1px solid var(--common-border-color);
    background-color: var(--white-color);
    padding: 5px 10px 5px 5px;
    border-radius: 20px;
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin: 10px auto;
}
.iconhead
{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fae6e9;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-gradient
{
    background: linear-gradient(to left, #4947ca, var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* margin-left: 10px;
  margin-right: 10px; */
  display: inline-block;
}
.iconhead i{
    color: var(--secondary-color);
    font-size: 14px;
}
.headingText
{
    font-size: 15px;
    font-weight: 500;
}
.bottomheading
{
    text-align: center;
}
.mainHeadingText
{
    font-size: 30px;
    line-height: 1.2;
    font-weight:bolder;
    margin-top: 10px;
    margin-bottom: 10px;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: center; */
    text-align: center;
    word-break: break-word;
}
.leftalin .mainHeadingText
{
    text-align: left;
}
.studydropdown::after
{
    content: "";
    position: absolute;
    top: -8px;
    left: 20%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.studydropdown::before
{
    content: "";
    position: absolute;
    top: -9px;
    left: 20%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d3d2d2;
}
.studydropdown
{
    display: none;
    position: absolute;
    top: 40px;
    background-color: var(--white-color);
    width: 230px;
    border-radius: 5px;
    padding: 5px 0px;
}
.dropstudy
{
    position: relative;
    display: inline-block;
}
.studydropdown li a{
    color: var(--black-color) !important;
    padding:10px 20px;
    display: flex;
    align-items: stretch;
    font-size: 13px;
}
.studydropdown li a:hover{
    transform:none !important;
    background-color: #fcecef !important;
    border-radius: 5px;
    color: var(--secondary-color) !important;
}
.studysubDrop a{
    font-size: 13px;
}
.studysubDrop a:hover{
    color: var(--secondary-color) !important;
}
.commonactv a:hover
{
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #fcecef !important;
    color: var(--secondary-color) !important;
    transform: none !important;
    color: var(--secondary-color) !important;
}
.studysubDrop
{
    display: none;
    position: absolute;
    background-color: var(--white-color);
    width: 230px;
    color: var(--black-color);
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    padding:5px 15px 5px 15px;
}
/* footer css shoukat sir */



.footer {
    background-color: #010035;
    color: #fff;
    position: fixed;
    overflow: hidden;
    padding-top: 60px;
    bottom: 0;
}
.footerSTxt
{
    font-size: 13px;
    margin: 10px 0px;
}
.footer-address{
    text-transform: capitalize;
}

.footer .triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 423px solid #ffcc00;         /* red triangle */
    border-left: 120px solid transparent;
    z-index: 3;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 120px 40px 27px;
    border-top: 4px solid #ffcc00;
    position: relative;
    z-index: 3;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.footer-col {
    flex: 1 1 220px;
    margin: 20px;
}
.footer-col h3 {
    margin-bottom: 15px;
    border-left: 4px solid #ffcc00;
    padding-left: 10px;
    font-size: 18px;
}

.footer-col ul {
    list-style: none;
    margin-top: 10px;
}

.footer-col ul li {
    margin: 8px 0;
    cursor: pointer;
}

.footer-col p {
    margin: 10px 0;
    font-size: 14px;
    text-align: justify;
}

.footer-col i {
    margin-right: 10px;
    color: #ffcc00;
}
.newsletter{
    margin-right: 0;
}
.newsletter-input {
    display: flex;
    margin-top: 10px;
}

.newsletter-input input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 14px;
}

.newsletter-input button {
    background-color: #ffcc00;
    border: none;
    padding: 10px 15px;
    font-weight: bold;
    cursor: pointer;
}

.footer-bottom {
    background-color: var(--secondary-color);
    border-top: 1px solid #424242;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #ccc;
    z-index:3;
    width: 80%;
    /* left: 10%; */
    margin-left: auto;
    margin-right: auto;
}
.logo-footer{
    width: 120px;
    color: black;
    height: 80px;
}
.logo-footer img {
    height: 95%;
    width: 90%;
    /* aspect-ratio: 1/1; */
    margin:  auto;
    display: flex;
    justify-content: center;
}

.footer-bottom .socials i {
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
    color: #f9c433;
}
.link:hover{
    color:#f9c433;
}
.footer-col ul{
    padding-left: 0;
    font-size: 13px;
}
  
  /*.logo img{
    padding: 0.5rem;
  }*/
.footer-icon{
    background-color: #FFFFFF00;
    padding: 1em;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #FFFFFF21;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    text-align: center;
}
.socials{
    margin-right: 38px;
    font-size: 0;
}
.footer {
    position: relative;
    background: url('../img/footer-bg.png') center center / cover no-repeat;
    color: #fff;
    padding-top: 60px;
    overflow: hidden;
    z-index: 1;
}

/* Overlay to darken the image for readability */
.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); /* Adjust opacity as needed */
    z-index: 1;
}
.footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #010035; /* Your specified overlay color */
    opacity: 0.6; /* Adjust how strong the overlay looks */
    z-index: 2;
}
/* Bring content above overlay */
.btn-yellow::after, .btn-yellow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition:  all .5s;
    height: 100%;
    width: 200%;
    background-color: var(--secondary-color);
    transform-origin: 0 bottom;
    transform: translate3D(-50%,0,0)rotate(-50deg);
}
.btn-yellow:hover{
    color: var(--white-color);
    border: 1px solid transparent;
}
.btn-yellow::before {
    opacity: .4;
}
.btn-yellow:hover::after,.btn-yellow:hover::before{
    transform: rotate(0);
    transition:all .25s;
}
.btn-yellow:hover::after
{
    transition-delay: .25s;
}
.btn-yellow {
    background-color: #f8aa35;
    color: #000;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-flex;
    overflow:hidden;
    transition:all .5s;
    font-size: 14px;
    padding: 10px 25px !important;
    border: 1px solid var(--tercary-color);
}

.triangle {
    position: relative;
    z-index: 2;
} 
 /* sticckyform sidebar */
 .sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    transition: .5s;
    z-index: 1114;
    border-radius: 20px 0 0 20px
  }
  .sidebar-contact.active {
    right: 0;
  }
  .title-container{
    display: flex;
    justify-content: space-between;
  }
  .toggle-bx {
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: var(--secondary-color);
    color: var(--primary-color);
    top: 48%;
    left: -74px;
    transform: rotate(90deg);
    padding: 8px 15px;
    border-radius: 0 0 10px 10px
  }
  .toggle-bx h6 {
    margin-bottom: .5px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: Overpass,sans-serif
  }
  .toggle-bx h2 {
    margin-bottom: .5px;
    font-size: 13px;
    font-weight: 700;
    color: white;
    font-family: Overpass,sans-serif
  }
  .toggle-bx h6 i {
    margin-right: 5px
  }
  .toggle-bx h2 i {
    margin-right: 5px
  }
.sidebar-contact input,.sidebar-contact textarea, .sidebar-contact select {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.5);
    outline: 0;
    border-radius: 5px;
    color:#525354;
    font-size: 13px;
  }
  .sidebar-contact .btn {
    background-color: var(--secondary-color);
    color: white;
    font-size: 14px;
    min-width:127px;
    padding:8px;
    margin-top: 12px;
  }
  .sidebar-contact .btn span{
    font-size: 14px;
    padding: 13px 10px;
  }
  .sidebar-contact .btn:hover{
    background-color:var(--secondary-color);
    color: var(--white-color);
  }
.submitBtn .sra-btn::after {
    background-color: var(--secondary-color);
}
/* sticky-verify-sidevar-end */
/* floating button start */
.btn-whatsapp-pulse {
    background: #25d366;
    color: var(--white-color);
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 3;
    }
    
    @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
    }
    
    .btn-whatsapp-pulse-border {
    bottom: 25px;
    right: 20px;
    animation-play-state: paused;
    }
    
    .btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    }
    
    @keyframes pulse-border {
    0% {
      padding: 25px;
      opacity: 0.75;
    }
    75% {
      padding: 50px;
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
    }

    /* floating button end */

    /* floating-call-button */

    .btn-call-pulse {
    background: rgb(137, 12, 37);
    color: var(--white-color);
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 3;
    }
    
    @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(137, 12, 37, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
    }
    
    .btn-call-pulse-border {
    bottom: 25px;
    right: 20px;
    animation-play-state: paused;
    }
    
    .btn-call-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #890c25;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    }
    
    @keyframes pulse-border {
    0% {
      padding: 25px;
      opacity: 0.75;
    }
    75% {
      padding: 50px;
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
    }
.multiselectdiv input{
    border: 0 !important;
    padding: 8px;
    background-color: transparent;
}
.choices__list:not(.choices__list--single) .choices__item:hover{
    background-color: #d8eaf8;
}
.contactmultipleselect input
{
    border: 0 !important;
    background-color: transparent !important;
    margin-bottom: 0;
    color: #fff;
    padding: 4px 0 4px 7px !important;
}
.contactmultipleselect .choices__inner{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.contactmultipleselect .choices__list--multiple .choices__item
{
    margin-left: 1px;
}
.selectmultipleSticky{
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 5px;
    margin-bottom: 10px;
}
.selectmultipleSticky .choices__input{
    margin-bottom: 0;
    border: 0 !important;
    background-color: transparent !important;
    color: #000;
    padding: 4px 0 4px 5px !important;
}
.selectmultipleSticky .choices__inner::placeholder
{
    color: #000;
}
.stickychoose .choices__list--single{
    padding: 7px 4px 4px 6px !important;
}
.sidebar-contact input:focus, .sidebar-contact textarea:focus{
    box-shadow: none;
    border-color: var(--secondary-color);
    outline: 0;
}
@media(max-width:1125px)
{
    .mega-menuHome
    {
        width: 1000px;
    }
    .makebackdrop
    {
        width: 1000px;
        left: -455px;
    }
    .content-Mega2 {
        width: 238px;
    }
    .extrawidth
    {
        width: 125px;
    }
    .dropMenu::before,.dropMenu::after
    {
        left: 48.8%;
    }
    .imageboxbanner
    {
        width: 270px;
    }
    .dropMenu
    {
        left: -455px;
    }
    .secondMGBox {
        width: 720px;
    }
    .HomeMenubox {
        left: -292px;
    }
    .dropMenu.adjust{
        width: 730px;
        left: -185px;
    }
    .dropMenu.adjust::before,
    .dropMenu.adjust::after {
        left: 29.9%;
    }
}

@media(max-width:1009px)
{
    .socials {
        margin-right: 20px;
    }
    .mega-menuHome
    {
        width: 750px;
    }
    .megaMenuInnerBox
    {
        flex-direction: column;
    }
    .secondMGBox
    {
        width: 100%;
        order: 1;
    }
    .imageboxbanner
    {
        display: none !important;
        width: 100%;
        order: 2;
    }
    .dropMenu
    {
        left: -325px;
    }
    .HomeMenubox {
        left: -189px;
    }
    .makebackdrop {
        width: 750px;
        left: -360px;
        height: 636px;
    }
    .dropMenu.adjust{
        width: 750px;
        left: -325px;
    }
    .dropMenu.adjust::before,
    .dropMenu.adjust::after {
        left: 48.8%;
    }
    .extrawidth {
        width: 135px;
        font-size: 12px;
    }
    .content-Mega2
    {
        width: 33.33%;
    }
    .carouselbnr
    {
        width: 100%;
    }
}
@media(min-width:768px)
{
    .menuwrapper:hover .mega-menuHome {
        display: block;
    }
    .canvasicon
    {
        display: none;
    }    
    .submenuopener:hover .studysubDrop
    {
        display: block;
    }    
    .dropstudy:hover .studydropdown
    {
        display: block;
    }
    .submenuicn
    {
        position: absolute;
        right: 10px;
    }
    .submenuopener:hover .submenuicn
    {

    }
}

@media(max-width:991px)
{
    .logo::before
    {
        width: 220px;
    }
    .logo::after
    {
        width: 225px;
    }
    .navdiv
    {
        padding: 10px;
    }
    .boxesSub
    {
        margin: 0px 0px 0px 10%;
    }
    .header-bottom
    {
        margin-top: 7px;
    }
    .logo img {
        left: 0;
    }
    .navdiv a
    {
        font-size: 13px;
    }
    .dropMenu {
        left: -335px;
    }
    .dropMenu::before, .dropMenu::after {
        left: 48.8%;
    }
    .dropMenu.adjust{
        width: 750px;
        left: -335px;
    }
    .dropMenu.adjust::before,
    .dropMenu.adjust::after {
        left: 48.8%;
    }
    .footer-bottom 
    {
        width: 95%;
    }
    .logo-footer
    {
        margin-left: 11px !important;
    }
    .socials {
        margin-right: 4px;
    }
    .textcopyright {
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .footer-bottom {
      /* flex-direction: column; */
      align-items: center;
      text-align: center;
      flex-wrap: wrap;
    }
    .socials
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer-bottom .socials {
      margin-top: 10px;
    }
    .footer-bottom
    {
        width: 100%;
        /* padding: 0 !important; */
    }
    /* .logo-footer {
        margin-left: 0px !important;
    } */
}
@media(max-width:767px)
{
    .mainHeadingText
    {
        font-size: 25px;
    }
    .menusbox
    {
        margin-left: 0px;
    }
    .header-bottom
    {
        margin-right: 42px;
    }
    .openMenuHome
    {
        display: flex;
        align-items: stretch;
    }
    .subheader{
        display: none;
    }
    .menuwrapper
    {
        margin: 0;
    }
    .mega-menuHome.show
    {
        display: block;
        position: static !important;
        width: unset;
        border: none;
    }
    .studydropdown.show,.studysubDrop.show
    {
        display: block;
        position: static !important;
        width: unset;
        border:none;
    }
    .studydropdown::before,.studydropdown::after{
        content: none;
    }
    .navdiv
    {
        gap: 5px;
        width: 320px !important;
        overflow-y: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .content-Mega2 {
        width: 295px;
    }
    .extrawidth {
        width: 164px;
    }
    .navdiv a
    {
        padding: 13px 15px;
        color: #000;
        display: flex;
        align-items: stretch;
    }
    .navdiv a:hover{
        background-color: #a11934;
        color: #fff;
    }
    .navdiv a:hover .canvasicon i.bi::before{
        content: attr(data-fill);
    }
    .closecanvas
    {
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 30px;
        margin-right: 10px;
        display: flex;
        justify-content: end;
        cursor: pointer;
        align-items: center;
    }
    .mobViewRespons
    {
        margin-top: 10px;
    }
    .containerbox
    {
        padding: 0;
    }
    .headers
    {
        border-radius: 0;
    }
    .btnbox{
        display: flex;
        flex-direction: row;
    }

    .logo-div
    {
        margin-left: 7px;
    }
    .btnbox
    {
        padding-right: 0px;
    }
    .btn-notifydiv{
        margin-left: auto;
    }
    .mega-menuHome {
        display: none;
        width: 100%;
        box-shadow: none;
        padding-top: 0px;
        background-color: #fff;
    }
    .mega-menuHome::after,.mega-menuHome::before
    {
        content: none;
    }
    .logo img
    {
        height: 80px;
    }
    .plusIcon
    {
        margin: auto;
        margin-right: 5px;
    }
    .otherMenus
    {
        display: flex;
        flex-direction: column;
    }
    .coursebox
    {
        margin:0;
    }
    .iconbox
    {
       margin: 0;
    }
    .timebox,.mailtext
    {
        display: none;
    }
    .boxesSub
    {
        justify-content:unset;
    }
    .iconSocial
    {
        margin-left: auto;
        margin-right: 10px;
    }
    .boxesSub {
        margin:0px 0px 0px 30%;
    }
    .menusbox::after
    {
        top: 40px;
        left: -17px;
    }
    .menusbox::before
    {
        left: -20px;
    }
    .boxcutAndLogo
    {
        position: sticky;
        top: 0px;
        padding-bottom: 8px;
        z-index: 1;
        background-color: #fff;
        border-bottom: 1px solid #dfdede;
        box-shadow: 0px 0px 10px rgb(194, 194, 194);
    }
    .dropMenu
    {
        border: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobViewRespons li {
        border-bottom: 1px dashed #dfdede;
    }
    .mega-menuHome li {
        border-bottom: 0px;
    }
    .imageboxbanner
    {
        display: none;
    }
    .offcanvas-logo
    {
        width: 80px;
        height: 60px;
    }
    .offcanvas-logo img {
        width: 100%;
        height: 100%;
    }
    .megaNavs a
    {
        padding: 6px 15px;
    }
    .opensubMenu a:hover {
        border-left:2px solid black;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .socials {
        margin-left: 22px;
        margin-right: 18px;
    }
    .textcopyright {
        margin-top: -29px !important;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }
    .socials
    {
        position: absolute;
        left: 47%;
        right: auto;
        bottom: 13px;
    }
}
@media(max-width:575px)
{
    .canvas-mails
    {
        flex-direction: row !important;
        display: flex !important;
        gap:13px;
        justify-content: center;
        margin-top: 48px;
    }
    .hvrbox:hover
    {
        background-color: transparent !important;
    }
    .iconSocial
    {
        display: none;
    }
    .youtbBx, .lindBx, .twitBx, .fbiconBx, .instaiconBx
    {
        width: 40px;
        height: 40px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-color: #d7d5d54a;
        border-radius:50%;
    }
    .footer-bottom
    {
        flex-direction: column;
    }
    .textcopyright
    {
        margin-top: 15px !important;
    }
    .footer-bottom .socials {
        position: unset;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width: 576px){
    .sidebar-contact {
      width: 100% !important;
      height: 100% !important;
      right: -100% !important;
      border-radius: 0;
    }
    .sidebar-contact.active {
      right: 0 !important;
    }
    .sidebar-contact.active .toggle {
      top: 15px;
      left: 22px;
      transform: translateY(0);
      border-radius: 10px;
    
    }
    .sidebar-contact.active .underline-effect {
      margin-left: 55px;
      margin-bottom: 20px;
    
    }
    .sidebar-contact .toggle {
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      transition: .5s;
    }
    .toggle.active::before {
      content: '\f00d';
      font-family: fontAwesome;
      font-size: 18px;
      color: #fff;
    }
    .toggle.active h2 {
      display: none;
    }
  }
@media(max-width:470px)
{
    .mainHeadingText {
        font-size: 20px;
    }
    .menusbox::before
    {
        width: 100%;
        left: 0px;
        transform: none;
    }
    .menusbox
    {
        width: 100%;
    }
    .header{
        padding: 0px;
    }
    .logo img {
        width: 100px;
        height: 70px;
        margin-left: 60px;
    }
    .logo
    {
        max-width: 60px;
    }
    .logo::before {
        width: 174px;
    }
    .logo::after {
        width: 179px;
    }
    .boxesSub {
        margin:0px 0px 0px 33%;
    }
    .menusbox::after {
        left: 0px;  
    }
}
@media (max-width: 380px) {
    .boxesSub {
        margin:1px 0px 0px 45%;
    }
    .footer-content
    {
        padding: 40px 80px 40px 10px;
    }
}