@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
:root {
--body-font: 'IBM Plex Sans', sans-serif;
--body: #fff;
--black: #000;
--white: #fff;
--theme: #176dd8;
--theme1: #90dd20;
--theme2: #92278f;
--dark:#002147;
--bg-1: #e5e5e5;
--box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: var(--body-text-color);
    line-height: 1.8;
    overflow-x: hidden;
}
body {
padding-top: 70px; 
}
img
{
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
button {
  border: none;
  background-color: transparent;
  padding: 0;
}
a {
    text-decoration: none;
}
a, a:active, a:focus, a:hover
{
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
button, button:active, button:focus, button:hover
{
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
h1, h2, h3, h4, h5, h6, p
{
    margin: 0;
}
.m-t-10{margin-top:10px;}.m-t-20{margin-top:20px;}.m-t-30{margin-top:30px;}.m-t-40{margin-top:40px;}.m-t-50{margin-top:50px;}.m-t-60{margin-top:60px;}.m-t-70{margin-top:70px;}.m-t-80{margin-top:80px;}.m-t-90{margin-top:90px;}.m-t-100{margin-top:100px;}
.m-b-10{margin-bottom:10px;}.m-b-20{margin-bottom:20px;}.m-b-30{margin-bottom:30px;}.m-b-40{margin-bottom:40px;}.m-b-50{margin-bottom:50px;}.m-b-60{margin-bottom:60px;}.m-b-70{margin-bottom:70px;}.m-b-80{margin-bottom:80px;}.m-b-90{margin-bottom:90px;}.m-b-100{margin-bottom:100px;}
.m-l-10{margin-left:10px;}.m-l-20{margin-left:20px;}.m-l-30{margin-left:30px;}.m-l-40{margin-left:40px;}.m-l-50{margin-left:50px;}.m-l-60{margin-left:60px;}.m-l-70{margin-left:70px;}.m-l-80{margin-left:80px;}.m-l-90{margin-left:90px;}.m-l-100{margin-left:100px;}
.m-r-10{margin-right:10px;}.m-r-20{margin-right:20px;}.m-r-30{margin-right:30px;}.m-r-40{margin-right:40px;}.m-r-50{margin-right:50px;}.m-r-60{margin-right:60px;}.m-r-70{margin-right:70px;}.m-r-80{margin-right:80px;}.m-r-90{margin-right:90px;}.m-r-100{margin-right:100px;}
.m-TB-10{margin:10px 0;}.m-TB-20{margin:20px 0;}.m-TB-30{margin:30px 0;}.m-TB-40{margin:40px 0;}.m-TB-50{margin:50px 0;}.m-TB-60{margin:60px 0;}.m-TB-70{margin:70px 0;}.m-TB-80{margin:80px 0;}.m-TB-90{margin:90px 0;}.m-TB-100{margin:100px 0;}
.m-LR-10{margin:0 10px;}.m-LR-20{margin:0 20px;}.m-LR-30{margin:0 30px;}.m-LR-40{margin:0 40px;}.m-LR-50{margin:0 50px;}.m-LR-60{margin:0 60px;}.m-LR-70{margin:0 70px;}.m-LR-80{margin:0 80px;}.m-LR-90{margin:0 90px;}.m-LR-100{margin:0 100px;}

.p-t-10{padding-top:10px;}.p-t-20{padding-top:20px;}.p-t-30{padding-top:30px;}.p-t-40{padding-top:40px;}.p-t-50{padding-top:50px;}.p-t-60{padding-top:60px;}.p-t-70{padding-top:70px;}.p-t-80{padding-top:80px;}.p-t-90{padding-top:90px;}.p-t-100{padding-top:100px;}
.p-b-10{padding-bottom:10px;}.p-b-20{padding-bottom:20px;}.p-b-30{padding-bottom:30px;}.p-b-40{padding-bottom:40px;}.p-b-50{padding-bottom:50px;}.p-b-60{padding-bottom:60px;}.p-b-70{padding-bottom:70px;}.p-b-80{padding-bottom:80px;}.p-b-90{padding-bottom:90px;}.p-b-100{padding-bottom:100px;}
.p-l-10{padding-left:10px;}.p-l-20{padding-left:20px;}.p-l-30{padding-left:30px;}.p-l-40{padding-left:40px;}.p-l-50{padding-left:50px;}.p-l-60{padding-left:60px;}.p-l-70{padding-left:70px;}.p-l-80{padding-left:80px;}.p-l-90{padding-left:90px;}.p-l-100{padding-left:100px;}
.p-r-10{padding-right:10px;}.p-r-20{padding-right:20px;}.p-r-30{padding-right:30px;}.p-r-40{padding-right:40px;}.p-r-50{padding-right:50px;}.p-r-60{padding-right:60px;}.p-r-70{padding-right:70px;}.p-r-80{padding-right:80px;}.p-r-90{padding-right:90px;}.p-r-100{padding-right:100px;}
.p-TB-10{padding:10px 0;}.p-TB-20{padding:20px 0;}.p-TB-30{padding:30px 0;}.p-TB-40{padding:40px 0;}.p-TB-50{padding:50px 0;}.p-TB-60{padding:60px 0;}.p-TB-70{padding:70px 0;}.p-TB-80{padding:80px 0;}.p-TB-90{padding:90px 0;}.p-TB-100{padding:100px 0;}
.p-LR-10{padding:0 10px;}.p-LR-20{padding:0 20px;}.p-LR-30{padding:0 30px;}.p-LR-40{padding:0 40px;}.p-LR-50{padding:0 50px;}.p-LR-60{padding:0 60px;}.p-LR-70{padding:0 70px;}.p-LR-80{padding:0 80px;}.p-LR-90{padding:0 90px;}.p-LR-100{padding:0 100px;}
.bg1
{
    background-color:var(--theme) !important;
}
.bg2
{
    background-color:var(--theme1) !important;
}
.bg3
{
    background-color:var(--theme2) !important;
}
.bg4
{
    background-color:var(--dark) !important;
}
.logo-area
{
    position: relative;
    padding: 0;
}
.logo-area a img {
    width: 190px;
}
header nav.navbar
{
    border-top:5px solid var(--dark);
}
.navbar-nav .nav-item .nav-link
{
    font-size:15px;
    padding:15px 12px;
    text-transform: uppercase;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--white);
}
.navbar-nav .nav-item ul.dropdown-menu
{
    box-shadow: none;
    border: none !important;
}
.nav-link.active {
  color:var(--theme) !important;
  font-weight: bold;
  border-bottom: 2px solid #007bff;
}
.nav-link.dropdown-toggle.active {
  border-bottom: 2px solid #007bff;
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--dark);
}
@media (min-width: 992px) { 
.navbar .nav-item.dropdown:hover .dropdown-menu {
display: block;
/* margin-top: 0; */
}
.navbar .dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
border-radius:0px;
margin-top:13px;
padding: 0;
width: 250px;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: all .4s 
ease-out, padding 0s, font-size 0s;
}
ul.dropdown-menu li a.dropdown-item
{
    padding: 10px 15px;
}
ul.dropdown-menu li a.dropdown-item:hover
{
    background-color: var(--dark);
    color: var(--white);
}
}

.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="number"], .contact-form input[type="file"], .contact-form input[type="url"], .contact-form input[type="datetime-local"], .contact-form select, .contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 14px;
    color: #292929;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/*courseCarousel slider*/
#courseCarousel .carousel-control-prev-icon,
#courseCarousel .carousel-control-next-icon {
background-color: #333;
border-radius: 50%;
padding: 1.2rem;
}
#courseCarousel .carousel-control-prev {
left: -50px;
}
#courseCarousel .carousel-control-next {
right: -50px;
}
.carousel-caption-content
{
    /* background: rgba(0,0,0,0.6);  */
    padding: 20px; 
    border-radius: 5px; 
    bottom:42%; 
    max-width:50%;
    margin: 0 auto;
    text-align: center;
    left: 10%;
    z-index: 1;
}
.carousel-caption-content h5
{
    text-align: center;
    font-size: 50px;
    padding-bottom: 10px;
}
.carousel-caption-content p
{
    text-align: left;
    font-size: 18px;
    padding-bottom: 10px;
}
.hero-slide img
{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: -1;
}
.hero-slide img
{
    max-width: 100%;
    position: relative;
}
.hero-slide::before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -0.5px;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

/* On smaller screens, bring controls back to default */
@media (max-width: 768px) {
#courseCarousel .carousel-control-prev {
left: 0;
}
#courseCarousel .carousel-control-next {
right: 0;
}
}
/*courseCarousel slider*/

.theme-btn{
    font-size: 16px;
    color: var(--white);
    padding: 12px 20px;
    transition: all 0.5s;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--theme);
    box-shadow: var(--box-shadow);
}
.theme1-btn{
    font-size: 16px;
    color: var(--white);
    padding: 12px 20px;
    transition: all 0.5s;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--theme1);
    box-shadow: var(--box-shadow);
}
.theme-btn-black{
    font-size: 16px;
    color: var(--white);
    padding: 12px 20px;
    transition: all 0.5s;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--dark);
    box-shadow: var(--box-shadow);
}
.inq-btn{
    font-size: 16px;
    color: var(--white);
    padding: 12px 20px;
    transition: all 0.5s;
    text-transform: capitalize;
    display: block;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    max-width: 250px;
    width: 100%;
    border: none;
    background: var(--theme);
    box-shadow: var(--box-shadow);
}
.theme-btn:hover
{
    background: var(--theme);
}
.service-box
{
    padding: 25px 17px 17px;
    background: var(--black);
    z-index: 111;
    position: relative;
    top: -30px;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 4px 13px #555555;
}
.services-icon
{
    color: #fff;
    text-align: right;
    position: absolute;
    left: 0;
    right: 20px;
    margin: 0 auto;
}
.services-icon i
{
    color:var(--theme1);
}
.services-copy
{
    position: relative;
    color: var(--white);
    text-align: left;
    padding-right:40px;
}
.services-copy h3
{
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}
.services-copy p
{
    font-size:18px;
    line-height: 22px;
}
.home-about
{
    position: relative;
    padding: 3rem 0 0;
}
.about-copy
{
    position: relative;
}
.about-copy h2
{
    font-size: 40px;
    color: var(--theme);
    font-weight: bold;
}
.about-copy p strong
{
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 25px;
    display: block;
}
.course-slider-main
{
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}
.card-body
{
    position: relative;
}
.card-body h5
{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.card-body p
{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.video-section {
    background: url(../img/campus.jpg) no-repeat center;
    padding:7rem 0;
    position: relative;
    overflow: hidden;
}
.video-section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(23, 109, 216, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-copy
{
    position: relative;
    z-index: 1;
}
.video-copy h2
{
    color: var(--white);
    font-size:35px;
    font-weight: bold;
}
.video-copy p
{
    color: var(--white);
    font-size:20px;
}
.play-btn
{
    margin: 0;
    padding: 0;
}
.play-btn i
{
    font-size:70px;
    display: block;
    color: var(--white);
}
.btn-close
{
    position:absolute;
    content: '';
    top:-30px;
    right: 0;
    z-index: 99999;
    color: var(--black);
    font-size:20px;
    opacity: 1;
}
.sec-title
{
    color:var(--black);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.page-head
{
    position: relative;
    margin-bottom: 20px;
}
.page-head h2
{
    color:var(--black);
    font-size: 35px;
    font-weight: bold;
}
.page-head p
{
    font-size: 20px;
    letter-spacing: 1px;
}
.testimonial-section
{
    position: relative;
}
.testimonial-section .card
{
    border: none;
}
.testimonial-section .card-body p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--black);
}
.news-normal-block
{
    padding: 15px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease 0s;
}
.news-normal-block:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.news-img {
    margin-bottom: 20px;
}
.news-date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.news-title {
    font-size: 20px;
    margin-bottom: 12px;
}
.news-title a{
    color:var(--black);
}
.news-desc p {
    margin-bottom: 15px;
    line-height: 22px;
}
.news-btn
{
    display: block;
}
.news-list-block
{
    display: block;
    margin-bottom: 15px;
}
.news-list-items {
    overflow: hidden;
    padding: 15px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease 0s;
}
.news-list-items .news-img
{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    float: left;
    margin-bottom: 0;
}
.news-list-items .news-content
{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    float: left;
}
.news-content h5
{
    font-size: 20px;
    margin-bottom:10px;
}
.news-content p
{
    margin-bottom:0px;
    line-height: 22px;
}
.Footer-brand
{
    position: relative;padding-bottom: 15px;

}
.Footer-brand a img
{
   width:210px;
}
.inq_form_sec {
    background:var(--black);
    padding: 20px;
    border-radius: 25px;
}
.q_call {
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    padding: 20px 0 10px;
    font-weight: 600;
}
.contact-form .form-group {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 16px;
}
.paddex
{
    padding: 19px 20px !important;
}
.page-banner-img {
    background: url(../img/pg-banner.jpg) no-repeat center;
    background-size: cover;
    padding:10rem 0;
    position: relative;
    overflow: hidden;
}
.page-banner-img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.page-banner .breadcrumb-title {
    position: relative;
    text-align: center;
    z-index: 9;
}
.page-banner .breadcrumb-title h1 {
    position: relative;
    font-size: 40px;
    font-weight: 300;
    color: var(--theme);
    text-transform: uppercase;
}
.about-content
{
    position: relative;
}
.site-title-tagline {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    background:var(--theme2);
    border-radius: 10px;
    padding: 2px 15px 2px;
    margin-bottom: 15px;
}
.site-title {
    font-size: 30px;
    color: #2b2b2b;
    font-weight: 700;
    padding-bottom: 10px;
}
.about-content p
{
    font-size: 17px;
    color: var(--black);
    line-height: 27px;
}
.abt-img {
    overflow: hidden;
    border-radius: 100px 100px 100px 0;
}
.choose_copy {
    position: relative;
}
.choose_copy ul {
    list-style: none;
    margin: 0;
}
.choose_copy ul li {
    font-size: 17px;
    color: #000000;
    margin: 0 0 15px;
    line-height: 23px;
    text-align: justify;
}
.choose_copy ul li strong {
    display: block;
    margin-left: 25px;
}
.choose_copy ul li strong:before {
    position: absolute;
    content: '\F270';
    margin-left: -25px;
    font-family: 'bootstrap-icons';
    color: var(--theme);
    font-size: 20px;
}
.advt_wrap
{
    padding:0 15px;
    position: relative;
}
.advt_wrap_child
{
    border: 1px solid #BDBDBD;
    margin: 0;
    padding: 0;
}
.advt_wrap_list
{
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 0 28px 30px;
    position: relative;
}
.advt_wrap_child .advt_wrap_list:nth-last-child(1)
{
    border-bottom: none;
}
.advt_wrap_list i
{
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 40px;
    font-size: 24px;
    color: #002147;
}
.advt_wrap_list h3 {
    color: #111111;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}
.advt_wrap_list p {
    color:var(--black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}
.contact_form_info
{
    position: relative;
}
.contact_form_info h2
{
    font-size: 30px;
    color:var(--black);
    line-height: 1.5;
}
.contact_form_info h2::after
{
    position: absolute;
    content: '';
    height: 3px;
    background: var(--theme1);
    width: 110px;
    left: 0;
    top:3rem;
}
.contact_form_info .enquiry-form
{
    margin:2rem 0 0;
}
.contact-social {
    border: none;
    margin: 10px 0 0;
    list-style: none;
    position: relative;
}
.contact-social li {
    display: inline;
    margin-right: 7px;
    list-style: none;
}
.contact-social li a {
    color:var(--black);
    border: 1px solid var(--black);
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}
.contact-social li a i{
    color:var(--black);
    position: relative;
    right: inherit;
    top: inherit;
}
.box-grid
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: var(--dark);
    align-items: center;
    margin-top:-128px;
    position: relative;
    z-index: 9;
    opacity: .9;
}
.box-grid-list
{
    border-right: 1px solid #1286a8;
    padding: 25px;
    position: relative;
}
.box-grid .box-grid-list:nth-last-child(1)
{
    border: none;
}
.mrR-10
{
    margin-right: 10px;
}
.modal-content
{
    border-radius: 0px;
    border:4px solid var(--theme1);
    background: var(--dark);
    padding: 25px;
}
.modal-header
{
    justify-content: center;
    border-bottom: none;
}
.modal-header h5
{
    color:var(--white);
    text-align: center;
    font-size: 25px;
}
.modal-body
{
    padding: 0px;
}
.modal-header .close i.bi
{
    color:var(--white);
    margin-top: 30px;
    right: 10px;
    position: absolute;
    top: -10px;
    font-size: 40px;
    margin: 0;
}
.chat_widget {
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 9;
}
.chat_widget span.wtext {
    text-align: center;
    font-weight: bold;
    color: #000000;
    background: #fff;
    padding: 4px 10px;
    border-radius: 10px 0 0 10px;
}
.whatsup_call img {
    width: 50px;
}
.call_wigdet {
    bottom: 0;
    z-index:9;
    background: #ffffff;
    position: fixed;
    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.call_wigdet_list a.firstCTR {
    background: var(--theme);
    width: 100%;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 16px;
}
.call_wigdet_list a.sndCTR {
    background: var(--dark);
    width: 100%;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 16px;
}
.footer-inq
{
    background: var(--black);
    padding: 20px;
}

/* counter */
.counter-sec
{
    background: url(../img/counter-bg.jpg) no-repeat center;
    padding:4rem 0;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
}
.counter-sec::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.counter-box {
    display: block;
    text-align: center;
    z-index: 9;
}

.counter-box h3 {
  font-size: 20px;
  color: var(--white);
}

.count {
  font-size:65px;
  color:var(--theme1);
}
/* counter */

.upload-box {
background: #fff;
max-width: 100%;
width: 100%;
}
.upload-box-wborder {
border: 1px solid #dddddd;
}
.file-input {
position: relative;
display: block;
width: 100%;
}

.file-input input[type="file"] {
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.file-name {
padding:10px 14px;
display: block;
font-size: 14px;
color: #292929;
}
.top-form-back {
    position: relative;
    background: var(--dark);
    padding: 25px;
}
.about-mv-sec {
    background: url(../img/pattern-2.png) no-repeat left top, url(../img/pattern-3.png) right bottom no-repeat #fff9f9;
    position: relative;
    padding: 60px 0;
}
.abt-area-img
{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 1;
    height: 70vh;
    border-radius: 100px 0 100px 100px;
}
.abt-copy
{
    position: relative;
    margin-bottom: 20px;
}
.abt-copy h2
{
    font-size:40px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.abt-copy p
{
    font-size:17px;
    line-height: 25px;
}
.mv_box
{
    background: var(--white);
    padding: 25px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}
.mv_box h4.mv_title
{
    font-size: 24px;
    line-height: 1;
    margin-bottom:10px;
    font-weight: 600;
}
.mv_box ul
{
    margin-left: 20px;
}
.main-events .event_wrap:nth-last-child(1)
{
    margin: 0;
}
.event_wrap
{
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 25px;
    margin: 0 0 1.5rem;
}
.event-schedule
{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.event-date
{
    top: 22px;
    right: 0;
    border-radius: 6px 0 0 6px;
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 14px;
    background: var(--theme);
    color: var(--white);
}
.author
{
    display: flex;
    margin: 1rem 0 0;
}
.author span.auth-img
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.auth_dtl .name {
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
}
.auth_dtl .position {
    font-weight: 400;
    font-size: 12px;
    color: var(--black);
}
.img-redius {
    border-radius: 100px;
    overflow: hidden;
}
.right-align-50
{
    padding: 0 0 0 50px;
}

.loader{
position:fixed;
top:0;left:0;
width:100%;height:100%;
background: rgba(0,0,0,0.6);
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
}
.spinner{
width:60px;height:60px;
border:6px solid #ccc;
border-top:6px solid #0d6efd;
border-radius:50%;
animation:spin 1s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg);}}

.navbar-toggler-icon
{
    background:url(../img/toggler-icon-white.svg) no-repeat center;
}
.navbar-toggler
{
    border: 2px solid #ffffff;
}

#loader {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
.spinner-border {
    width: 4rem;
    height: 4rem;
}

small.text-muted {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 10px;
}

@media all and (max-width:640px) {
.logo-area {
    position: relative;
}
.logo-area a img{
    width:110px;
}
/* .carousel-caption-content 
{
    display: none;
} */
.service-box {
    top: 20px;
    border-radius:10px;
}
.video-section {
    padding: 3rem 0;
}
.services-icon {
    color: #fff;
    top:50px;
    line-height: 0;
    font-size: 40px;
    height: auto;
    width: auto;
}
.services-copy {
    padding-right: 30px;
}
.course-slider-main
{
    margin: 0 15px;
}
.news-list-items {
    display: block;
}
.news-list-items .news-img {
    max-width: 100%;
    padding:0 0 15px;
}
.news-list-items .news-content {
    max-width: 100%;
}
.sec-title {
    font-size: 28px;
}
.about-copy h2 {
    font-size: 28px;
}
.about-copy p strong {
    font-size: 18px;
}
.D_none
{
    display: none;
}
.box-grid
{
    display: block;
    margin-top: -75px;
}
.box-grid-list {
    border-bottom: 1px solid #1286a8;
    border-right: none;
}
body {
    padding-top: 60px;
}
.carousel-caption-content
{
    bottom: 38%;
    max-width: 100%;
    padding: 10px;
}
.carousel-caption-content h5 {
    font-size: 20px;
}
.carousel-caption-content p {
    font-size: 14px;
    line-height: 20px;
}
.carousel-caption a.theme-btn, a.theme-btn-black
{
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 4px;
}
.navbar a.theme-btn.quote-btn
{
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 4px;
}
.desk
{
    display: none !important;
}
.counter-grid {
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
}
.page-banner-img {
    padding:3rem 0;
}
.page-banner .breadcrumb-title h1 {
    font-size: 25px;
}
.advt_wrap {
    padding: 0 0 30px;
}
.event_wrap {
    padding: 15px;
}
.event-schedule {
    margin: 0 0 1.5rem;
}
}

@media (min-width: 641px) {
.mob {
    display: none !important;
}
}


