/* .header .toolbar-area .toolbar-social {
    margin-top: 0px;
} */
@font-face {
    font-family: 'LineIcons';
    src: url('../fonts/LineIcons.woff2') format('woff2'),
         url('../fonts/LineIcons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.button .btn{
    z-index: 1 !important;
}

img{
    height: 100%;
}
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
    margin-block: 15px;
}

::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #bdbdbd;
}

::-moz-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

::-moz-scrollbar-track {
    background: transparent;
    border-radius: 20px;
}

::-moz-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 20px;
}

::-moz-scrollbar-thumb:hover {
    background: #bdbdbd;
}
.custom-note p{
    font-weight: 400;
    font-size: 12px !important;
    color: #888;
    text-align: center;
    width: 80%;
    margin: auto;
}
.services .single-service{
    height: 100%;
}
.banner-sec{
    background-image: url(/assets/custom-imges/hero-bg.png);
        background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner-sec .hero-area{
    background-color: transparent;
}
.hero-area .custom-hero .hero-text {
    float: none;
    text-align: center;
    padding-top: 50px !important;
    margin-top: 0 !important;
}
.map-img {
  position: relative;
}

.map-img img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-sec::after {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.banner-sec .section-title h2{
    color: white;
}
.banner-sec .section-title h2::before {
    background-color: #ffffff;
}
.banner-sec .features .single-feature h3 a {
   color: #ffffff;
}
.banner-sec .features .single-feature p{
    color: #ffffff;
 }
.banner-sec .features .single-feature .button .btn{
    color: white;
}
.banner-sec .features .single-feature::before{
    background-color: white;
}
.custom-about-sec .single-event .content {
    padding: 20px;
    border: 1px solid #eee;
}
.custom-about-sec .single-event.short .content h3 a
 {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    line-height: 20px;
}
.custom-about-title{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.our-detail .section-title h2{
    color: white;
}
.our-detail .section-title h2::before {
    background-color: #ffffff;
}
.our-detail .section-title p{
    color: white;
}
.footer .recent-blog ul li{
    min-height: 0% !important;
    border: none !important;
    margin-bottom:0px !important;
    padding-bottom: 0px !important;
}
.footer .recent-blog ul li .date{
    padding-left: 0px !important;
}
.footer .recent-blog ul li a {
    padding-left: 0% !important;
}
/* pagination */
.simple-pagination {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.simple-pagination ul {
	display: inline-block;
    border: none;
    border: 1px solid #eee;
    background: #fff;
}

.simple-pagination ul li {
	margin-right: 0px;
    display: inline-block;
    border-right: 1px solid #eee;
}

.simple-pagination li a,
.simple-pagination li span {
	    background: transparent;
    color: #A551FF;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0;
    line-height: 35px;
    color: #000000;
    font-weight: 600;
}
.simple-pagination li:last-child ,
.simple-pagination li a.page-link{
    border:none;
    transition: none;
}
.simple-pagination .page-link:hover{
    background-color: #A551FF;
     color: #fff;
    border-color: transparent;
}
.simple-pagination .current {
	       background: #A551FF;
    color: #fff;
    border-color: transparent;
}
.simple-pagination li:hover {
	       background: #A551FF !important;
    color: #fff;
    border-color: transparent;
    
}
.simple-pagination .prev.current,
.simple-pagination .next.current {
	    background: #dee2e67a;
    color: #A551FF;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0;
    line-height: 35px;
    color: #000000;
    font-weight: 600;
}
.flag-sec .custom-flag{
    height:40px;
    width: fit-content;
    z-index: 11;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
.custom-flag.flagOne {
    position: absolute;
    top: 34%;
    left: 23%;
}
.custom-flag.flagTwo {
    position: absolute;
    top: 26%;
    left: 45.5%;
}
.custom-flag.flagThree {
    position: absolute;
    top: 44%;
    left: 58%;
}
.custom-flag.flagFour {
    position: absolute;
    top: 46%;
    right: 31.5%;
}
.custom-flag.flagFive {
    position: absolute;
    bottom: 36%;
    right: 24%;
}
.custom-flag.flagSix {
    position: absolute;
    bottom: 13.5%;
    right: 11.4%;
}

.custom-whatsapp-btn {
  position: fixed;
  bottom:90px;
  right: 26px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50%;
  display: flex;             
  align-items: center;        
  justify-content: center;   
  font-size: 28px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  z-index: 100;
  animation: pulse 1.8s ease-out infinite;
  transition: transform 0.3s ease;
}

.custom-whatsapp-btn:hover {
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
#about{
    z-index: 1;
    position: relative;
}
.custom-logo-slider {
    box-shadow: 9px 1px 20px 0px #0000001A;
    padding: 50px 25px 50px 80px;
    border-radius: 20px;
    border: 1px solid #A551FF;
    margin-left: -80px;
}

.custom-logo-slider img {
    height: 100%;
    width: 100%;
}
ul.author-bio{
    list-style-type: disc;
    padding: revert;
}
ul.author-bio li{
    margin-bottom: 10px;
}
.section-title{
    width: 80%;
    margin: auto;
    padding: 0 50px !important;
}
.custom-card-hight .single-course {
    height: 100%;
    border: 1px solid #eee;
}
.courses .custom-card-hight  .single-course .bottom-content{
    border-bottom: none;
    border-inline: none;

}
.courses .custom-card-hight .single-course .content{
    border-inline: none;
}
.breadcrumbs.custom-breadcrumbs {
    background-image:url(../custom-imges/list-page-bg.png) !important;
    background-size: 100% 100% !important;
    height: 100%;
    padding: 0 !important;
}
.breadcrumbs.overlay.custom-breadcrumbs::before {
    display: none;
}
.breadcrumbs .breadcrumbs-content {
    position: relative;
    float: none;
    padding: 0px 50px !important;
}
.breadcrumbs.custom-breadcrumbs .breadcrumbs-content .page-title:before {
    left: 10% !important;
}
.blog-single .post-details ol.list{
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 30px;
}
.blog-single .post-details ol li{
        display: list-item !important;
}
.text-theme{
    color: #A551FF !important;
}
.custom-blinking-btn {
  background-color: #000000;
  color: white;
  animation: blink 1.5s linear infinite;
}
@keyframes blink {
  0%, 100% {background-color:#A551FF;}
  50% {background-color: #000000;}
}
.title-svg{
    font-size: 18px;
    color: #A551FF;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #EBE5FB;
    margin-bottom: 10px;
    border-radius: 50%;
}
.section-title svg {
    height: 20px;
    width: 20px;
}
.course-image{
    position: relative;
}
.custom-flg-position{
    position: absolute;
    bottom: 35px;
    right: 10px;
    height: 35px;
    width: 61px !important;
}
.post-comments .comments-list li .comment-img{
    height: 80px;
    width: 80px;
}
.post-comments .comments-list li .comment-img img{
    /* height: 100%;
    width: 100%;
    max-width:none;
    max-height:none; */
    width: 100%;
    height: 100px; /* apne hisab se rakho */
    object-fit: cover; /* image crop hogi but blur nahi hogi */
    image-rendering: -webkit-optimize-contrast; /* sharpen */
    image-rendering: crisp-edges;
}
.events .single-event {
    height: 100%;
    border: 1px solid #eee;
}
.events .single-event .bottom-content,
.events .single-event .content{
    border: none !important;
}
.uni-logo{
    border:5px solid #A551FF;
    border-radius: 4px;
    max-height: 70px;
    max-width: 150px;
    min-width: 150px;
    min-height: 70px;
    padding: 10px;
}
.uni-logo img {
    height: 100%;
    width: 100%;
}
.country-logo{
    border:5px solid #A551FF;
    border-radius: 4px;
    max-height: 60px;
    max-width: 100px;
    min-width: 100px;
    min-height: 60px;
    overflow: hidden;
}
.country-logo img {
    height: 100%;
    width: 100%;
}
.country-name{
    font-weight: 500;
    font-size: 18px;
    color: #888;
    margin: 5px !important;
    text-align: center;
}
.custom-event2-breadcrumbs{
    background-image: none !important;
    padding: 0 !important;
}
 .custom-event2-bg img{
    height: 100%;
    width: 100%;
 }
 .breadcrumbs.custom-event2-breadcrumbs .breadcrumb-nav{
background: black;
 }

 .custom-select-box {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #eee;
}

.custom-select-box .select2-container {
    width: 100% !important;
}

.reg-phnInput .custom-select-box .select2-container {
    z-index: 1;
}

.custom-Formphone-input .custom-select-box .select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    border-radius: 10px !important;
    height: 55px;
    background-color: transparent;
}
.custom-select-box .selection{
    width: 100%;
}
.custom-select-box .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 52px;
    padding: 3px 20px;
    color: #000000;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    outline: 0;
    background-color: #f5f5f5;
    
    align-content: center;
}

.custom-select-box .select2-container--default.select2-container--open .select2-selection--single {
    z-index: 2;
    position: relative;
}

.custom-select-box .select2-container--default .select2-container--open .select2-selection--single .select2-selection__rendered {
    z-index: 1111;
}

.select2-container--default .select2-dropdown {
    animation: dropdownAnimation 0.5s ease-in-out;
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
 {
    top: 13px;
 }
 
 .select2-container--open .select2-dropdown {
    border: 1px solid #eee;
    border-radius: 5px;
    min-width: 75px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    margin-top: -30px;
    z-index: 1;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-bottom: -9px;
    top: 3px;
    z-index: 1;
}

.select2-search--dropdown .select2-search__field {
    margin-top: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: #333333;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -5px;
    margin-left: 0px;
}

.select2-search--dropdown {
    margin-top: 8px;
    z-index: 1;
    margin-left: 5px;
}

#registerModal .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .select2-search__field {
    margin-top: 0px;
}

.select2-dropdown.select2-dropdown--above .select2-search--dropdown .select2-search__field {
    margin-top: 0;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent;
}

.select2-results__option--selectable {
    border: 1px solid #eee;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.78px;
    text-align: left;
    color: #333333;
}

.select2-container--default .select2-results__option--disabled {
    display: none;
}

.select2-results__option--selectable:last-child {
    border-bottom: none;
}

.select2-dropdown.select2-dropdown--above .select2-results__option--selectable:last-child {
    border-bottom: none;
    margin-bottom: 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: #A551FF;
    margin-left: 1px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select2-results__option.select2-results__message {
    color: #A551FF;
    font-weight: 700;
    text-align: center;
}
.features .single-feature h2 a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.features .single-feature h2 a:hover {
    color: #A551FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features .single-feature h2 a {
        font-size: 18px;
        font-weight: 700;
    }
}
@media only screen and (max-width: 767px) {
    .features .single-feature h2 a {
        font-size: 18px;
        font-weight: 700;
    }
}

.header .toolbar-area .toolbar-social ul li a span svg{
    vertical-align: text-bottom;
}
.gmap_canvas {
    min-height: 350px;     
    position: relative;
}

.custom-canvas {
    width: 100%;
    aspect-ratio: 16 / 9;   
    height: auto;
    border: 0;
}
.latest-news-area.blog-grid-page .single-news{
    height: 100%;
}