@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    background: #fff;
}

p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.blue {
    color: #1D66A7;
}
.light-blue{
    color: #2D97D9;
}
.top-header{
    background: #2D97D9;
    padding: 10px 0px;
}
.top-header .top-header-left ul{
    display: flex;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-right: 20px;
}
.top-header .top-header-left ul li a{
    font-size: 16px;
    color: #fff;
}
.top-header .top-header-left ul li a i{
    margin-right: 10px;
    font-size: 13px;
}
.top-header .top-header-right ul{
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-end;
}
.top-header .top-header-right ul li{
    margin-right: 20px;
}
.top-header .top-header-right ul li a{
    font-size: 16px;
    color: #fff;
}
.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    background: #1D66A7 !important;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.main-header .navbar{
    background: #1D66A7;
}
.main-header .navbar .navbar-brand img{
    width: 50px;
}
.main-header .navbar .navbar-brand span{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
}
.main-header .navbar .nav-link{
    font-size: 15px;
    color: #fff;
    padding: 0px;
    padding-left: 20px;
}
.main-header .navbar .nav-link.active , .main-header .navbar .nav-link:hover{
    color: #ffc557;
}
.main-header .navbar .nav-link.dropdown-toggle::after{
    border: none;
    margin-left: 0px;
}
.banner .item{
    width: 100%;
    height: 550px;
}
.banner img{
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.content-section{
    padding: 60px 0px;
}
.content-section .content-title{
    font-size: 30px;
    color: #1D66A7;
    text-transform: uppercase;
    font-weight: 800;
    line-height:40px;
    margin-bottom: 20px;
}
.content-section .content-text{
    font-size: 16px;
    line-height: 30px;
    color: #676767;
}
.content-section .content-box{
    position: relative;
    z-index: 1;
}
.content-section .mission-vision-card{
    padding: 25px 0px;
    border-bottom: 1px solid #f1f1f1;
}
.content-section .mission-vision-card .icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #f1f1f1;
    border-radius: 50%;
    text-align: center;
}
.content-section .mission-vision-card .icon img{
    width: 40px;
    margin: auto;
}
.content-section .mission-vision-card .title{
    font-size: 20px;
    font-weight: 700;
}
.content-section .mission-vision-card .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #676767;
}
.content-section .course-list{
    padding: 0px 30px;
}
.content-section .course-list .course-box{
    background: #fff;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    overflow: hidden;
}
.content-section .course-list .course-box .circle {
    border-radius: 3px;
    width: 45px;
    height: 45px;
    background: black;
    color: #fff;
    text-align: center;
    line-height: 100px;
    position: absolute;
    right: 0px;
    top: 0;
    background-image: linear-gradient(to top, #1D66A7 0%, #a6c1ee 100%);
    border-bottom-left-radius: 170px;
  }
.content-section .course-list .course-box .course-title{
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}
.content-section .course-list .course-box .course-subtitle{
    font-size: 17px;
    color: #1D66A7;
    margin-bottom: 15px;
    font-weight: 500;
}
.content-section .course-list .course-box .course-sublist{
    margin-bottom: 0px;
}
.content-section .course-list .course-box .course-sublist li{
    font-size: 16px;
    color: #676767;
    margin-bottom: 10px;
    font-weight: 400;   
}
.content-section .course-list .course-box .course-text{
    font-size: 16px;
    color: #676767;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.content-section .course-list .course-box .course-link{
    font-size: 16px;
    color: #000;
}
.why-choose-us{
    background: #f5f5f5;
    padding: 60px 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
.why-choose-us .content .why-choose-title{
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
}
.why-choose-us .content .choose-box{
    background: #fff;
    padding:30px 20px;
    box-shadow: 0px 1px 2px #0000000D;
}
.why-choose-us .content .choose-box .icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #2D97D9;
    text-align: center;
    border-radius: 50%;
    margin:0px auto 20px auto;
}
.why-choose-us .content .choose-box .icon img{
    width: 60px;
    margin: auto;
}
.why-choose-us .content .choose-box .title{
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.why-choose-us .content .choose-box .text{
    font-size: 16px;
    color: #676767;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}
.coaching-program{
    background: linear-gradient(90deg , #2D97D9 50% , #f5f5f5 50%);
    padding: 60px 0px 30px;
}
.coaching-program .coaching-title{
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}
.coaching-program .coaching-box{
    background: #fff;
    padding: 10px;
    position: relative;
    border: none;
    border-radius: 0px;
}
.coaching-program .coaching-box .img-box{
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: 0;
}
.coaching-program .coaching-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s all;
    z-index: 0;
}
.coaching-program .coaching-box:hover img{
    transform: scale(1.25);
}
.coaching-program .coaching-box .card-body{
    background: #fff;
    padding: 20px;
    z-index: 1;
    position: relative;
}
.coaching-program .coaching-box .card-body .content-title{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.coaching-program .coaching-box .card-body .content-text{
    font-size: 16px;
    text-align: center;
    color: #676767;
    line-height: 30px;
}
.our-videos{
    padding: 60px 0px;
}
.our-videos .sub-title{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    background: #2D97D9;
    padding: 5px 10px;
    display: inline-block;
}
.our-videos .title{
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.our-videos .text{
    font-size: 16px;
    line-height: 30px;
    color: #676767;
    text-align: center;
}
.testimonial{
    background: #f8f8f8;
    padding: 60px 0px 0px;
}
.testimonial .testimonial-title{
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.testimonial .testimonial-box{
    background: #fff;
    padding: 15px;
    word-wrap: break-word;
}
.testimonial .testimonial-box .user-img{
    width: 100%;
    height: 350px;
}
.testimonial .testimonial-box .user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.testimonial .testimonial-box .user-name{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial .testimonial-box .user-college{
    font-size: 14px;
    color: #1D66A7;
    line-height: 30px;
    margin-bottom: 10px;
}
.testimonial .testimonial-box .user-text{
    font-size: 16px;
    color: #6e7889;
    line-height: 30px;
    margin-bottom: 10px;
}
.testimonial .testimonial-box .moreless-button{
    color: #1D66A7 !important;
    text-decoration: underline;
}
.testimonial-subtext{
    font-size: 14px;
    color: #1D66A7;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}
.achivements{
    background: url(../images/achive.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    position: relative;
}
.achivements::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000bf;
}
.achivements .achive-box{
    position: relative;
    z-index: 1;
}
.achivements .achive-box .img-box{
    text-align: center;
}
.achivements .achive-box .img-box img{
    width: 80px;
    margin: 20px auto;
}
.achivements .achive-box .achive-title{
    font-size: 50px;
    color: #1D66A7;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.achivements .achive-box .achive-text{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 400;
   line-height: 25px;
}
.consultaion{
    background: #1D66A7;
    padding: 40px 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 18%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 18%, 100% 100%, 0% 100%);
}
.consultaion .consult-title{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}
.consultaion .consult-text{
    font-size: 16px;
    font-weight: 400;
    color: #ffffffcc;
}
.consultaion .consult-btn{
    background: #fff;
    padding: 12px 30px;
    color: #1D66A7;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    font-weight: 600;
}
.consultaion .consult-btn:hover , .consultaion .consult-btn:focus{
    background: #fff;
    color: #1D66A7 !important;
}
.footer{
    background: #222;
    padding: 30px 0px 20px;
    margin-top: -1px;
}
.footer .footer-logo {
    margin-bottom: 20px;
}
.footer .footer-logo img{
    width: 80px;
}
.footer .footer-text{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}
.footer .footer-title{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
}
.footer .footer-contact-list{
    margin-bottom: 0px;
    padding-top: 20px;
}
.footer .footer-contact-list li{
    padding-bottom: 15px;
}
.footer .footer-contact-list .footer-contact{
    color: #ffff;
    font-size: 15px;
}
.footer .footer-contact-list .footer-contact i{
    margin-right: 10px;
}
.footer .footer-bottom{
    padding: 15px 0px 5px;
    border-top: 1px solid #ffffff14;
}
.footer .footer-bottom .copyright-text{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.common-btn{
    background: #1D66A7;
    border-radius: 0px;
    padding: 12px 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
}
.common-btn:hover{
    background: #1D66A7;
    color: #fff;
}
.page-banner{
    background: url(../images/page.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 400px;
    position: relative;
    /* clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); */
}
.page-banner::after{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #1d67a7da;
}
.page-banner .banner-content{
    position: absolute;
    z-index: 1;
    top: 50%;
}
.page-banner .banner-title{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-banner .page-header{
    position: relative;
    z-index: 1020;
}
.page-banner .banner-content .breadcrumb .breadcrumb-item a{
    color: #fff;
}
.page-banner .banner-content .breadcrumb .breadcrumb-item.active{
    color: #ffc557;
}
.page-banner .banner-content .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.page-banner .page-header .page-top-header{
    padding: 15px 0px;
    border-bottom: 1px solid #ffffff14;
}
.page-banner .page-header .page-top-header .page-top-header-left ul{
    display: flex;
    margin-bottom: 0px;
}
.page-banner .page-header .page-top-header .page-top-header-left ul li{
    margin-right: 20px;
}
.page-banner .page-header .page-top-header .page-top-header-left ul li a{
    font-size: 16px;
    color: #fff;
}
.page-banner .page-header .page-top-header .page-top-header-left ul li a i{
    margin-right: 10px;
    font-size: 13px;
}
.page-banner .page-header .page-top-header .page-top-header-right ul{
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-end;
}
.page-banner .page-header .page-top-header .page-top-header-right ul li{
    margin-right: 20px;
}
.page-banner .page-header .page-top-header .page-top-header-right ul li a{
    font-size: 16px;
    color: #fff;
}

.page-banner .page-header  .navbar .navbar-brand img{
    width: 50px;
}
.page-banner .page-header  .navbar .navbar-brand span{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
}
.page-banner .page-header  .navbar .nav-link{
    font-size: 16px;
    color: #fff;
    padding: 0px;
    padding-left: 20px;
}
.page-banner .page-header  .navbar .nav-link.active , .page-banner .page-header  .navbar .nav-link:hover{
    color: #ffc557;
}
.page-banner .page-header  .navbar .nav-link.dropdown-toggle::after{
    border: none;
    margin-left: 0px;
}
.about-detail{
    padding: 60px 0px;
}
.about-detail .about-img{
    position: relative;
}
.about-detail .about-img::after{
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    background: #1D66A7;
    width: 100%;
    height: 100%;
    z-index: -1;
    outline: 2px dashed #1D66A7;
    padding: 10px;
}
.about-detail .about-img img{
    width: 100%;
}
.about-detail .about-padd{
    padding: 0px 50px;
}
.about-detail .about-title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.about-detail .about-title::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #1D66A7;
}
.about-detail .about-text {
    font-size: 16px;
    line-height: 28px;
    color: #676767;
    text-align: justify;
}
.about-detail .about-text1 {
    font-size: 30px;
    line-height: 38px;
    color: #950B0C;
    text-align: justify;
    margin-bottom: 25px;
}
.about-detail .about-text2 {
    font-size: 26px;
    line-height: 28px;
    color: #ffc557;
    text-align: justify;
    margin-bottom: 25px;
}
.about-detail .about-text3 {
    font-size: 40px;
    line-height: 28px;
    color: #1D66A7;
    font-weight: 800;
    text-align: justify;
    margin-bottom: 15px;
}
.academy-content{
    background: #1D66A7;
    padding: 0px 0px;
    overflow-x: hidden;
}
.academy-content .academy-content-left{
    padding: 60px 50px;
}
.academy-content .academy-content-right{
    padding: 60px 50px;
}
.academy-content .academy-content-left .academy-title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.academy-content .academy-content-left .academy-title::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #fff;
}
.academy-content .academy-content-left .academy-text {
    font-size: 16px;
    line-height: 28px;
    color: #f8f8f8;
    text-align: justify;
}
.academy-content .academy-img{
    position: relative;
    z-index: 1;
}
.academy-content .academy-img::after{
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 0;
    outline: 2px dashed #fff;
    padding: 10px;
}
.academy-content .academy-img img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.contact-detail{
    padding:  30px;
    background: #fff;
    position: relative;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.contact-header{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact-section{
    padding: 60px 0px;
}
.contact-section .contact-title{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.contact-section .contact-title::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #1D66A7;
}
.contact-detail .form-control{
    border-radius: 0px;
    font-size: 14px;
    padding:  10px;
    border: 1px solid #ededed;
}
.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 10px 0px;
    width: 100%;
    position: relative;
    border-radius: 3px;
  }
  
  .file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
  }
  
  .file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #ededed;
    padding: 8px 16px;
    color: #333;
    border-radius: 2px;
    margin-right: 8px;
  }
  .file-input > .button span{
    color: red;
  }
  .file-input:hover > .button {
    background: #00368C;
    color: white;
  }
  
  .file-input > .label {
    color: #212529;
    white-space: nowrap;
    opacity: .9;
  }
  
  .file-input.-chosen > .label {
    opacity: 1;
  }
.border-tp{
    border-top: 1px solid #ededed;
    margin: 20px 0px;
}
.contact-section .address-detail{
    padding-top: 10px;
}
.contact-section .address-detail .address-title{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.contact-section .address-detail .address-text{
    font-size: 14px;
    line-height: 25px;
    color: #838383;
}
.contact-section  ul li{
    padding-bottom: 15px;
}
.contact-section  ul li .icon{
    font-size: 18px;
    color: #00368C;
    margin-right: 10px;
}
.contact-section  ul li .strong-text{
    font-size: 16px;
    color: #1D66A7;
    margin-right: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-section  ul li a{
    color: #777;
    font-size: 16px;
}
.testimonial-detail{
    padding: 60px 0px;
    background: #f5f5f5;
}
.testimonial-detail .testimonial-title{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial-detail .testimonial-title::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #1D66A7;
}
.testimonial-detail .testimonial-box{
    background: #fff;
    padding: 15px;
    word-wrap: break-word;
}
.testimonial-detail .testimonial-box .user-img{
    width: 100%;
    height: 350px;
}
.testimonial-detail .testimonial-box .user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.testimonial-detail .testimonial-box .user-name{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial-detail .testimonial-box .user-college{
    font-size: 14px;
    color: #1D66A7;
    line-height: 30px;
    margin-bottom: 10px;
}
.testimonial-detail .testimonial-box .user-text{
    font-size: 16px;
    color: #6e7889;
    line-height: 30px;
    margin-bottom: 10px;
}
.testimonial-detail .testimonial-box .moreless-button{
    color: #1D66A7 !important;
    text-decoration: underline;
}
.more-text{
    transition: 0.6s all; 
}
.hidden {
    display: none;
    transition: 0.6s all;
  }
.our-team{
    padding: 60px 0px;
}  
.our-team .team-title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.our-team .team-title::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #1D66A7;
}
.team-card{
    width: 100%;
    height: 100%;
    position: relative;
}
.team-card.botp::after{
   content: "";
   position: absolute;
   top: 50%;
   right: 0px;
   width: 1px;
   height: 70%;
   background: #efefef;
   transform: translateY(-50%);
}
.team-card .img-box{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
}
.team-card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team-card .card-title{
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}
.team-card .card-subtitle{
    font-size: 16px;
    color: #1D66A7;
    text-align: center;
    margin-bottom: 10px;
}
.team-card .card-text{
    font-size: 12px;
    color: #6e7889;
    text-align: center;
}
.key-feature{
    padding: 60px 0px;
}
.key-feature .key-title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.key-feature .key-title::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #1D66A7;
}
ul.timeline-list {
  padding: 0;
  margin: 0;
}
ul.timeline-list li {
  width: 2px;
  padding: 1em 0;
  margin: 0 auto;
  position: relative;
  background-color: #efefef;
  list-style-type: none;
}
ul.timeline-list li:nth-child(odd) .timeline-icon {
    width: 2em;
    height: 2em;
    /* padding: 0.5em; */
    border-radius: 50%;
    margin-top: -1em;
    margin-left: -1em;
    display: block;
    position: absolute;
    left: 0;
    line-height: 2em;
    top: 50%;
    background-color: #1D66A7;
    color: white;
    text-align: center;
}
ul.timeline-list li:nth-child(odd) .timeline-content {
  height: auto;
  padding: 1em;
  min-width: 270px;
  max-width: max-content;
  position: relative;
  left: 2em;
  background-color: #eee;
  text-align: left;
}
ul.timeline-list li:nth-child(even) .timeline-icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  margin-top: -1em;
  margin-left: -1em;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #1D66A7;
  color: white;
  text-align: center;
}
ul.timeline-list li:nth-child(even) .timeline-content {
    min-width: 270px;
  max-width: max-content;
  height: auto;
  padding: 1em;
  position: relative;
  right: 22em;
  background-color: #eee;
  text-align: right;
}
@media screen and (max-width: 550px) {
  ul.timeline-list li {
    margin-left: 2em;
  }
  ul.timeline-list li .timeline-content {
    width: calc(100vw - 8em);
  }
}
.key-card .icon{
    text-align: center;
}
.key-card .icon img{
    width: 64px;
}
.key-card .card-title{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}
.key-card ul{
    margin-bottom: 0px;
    list-style-type: disc !important;
    padding-left: 20px;
}
.key-card ul li{
    font-size: 16px;
    color: #6e7889;
   padding-bottom: 10px;
}
.course-section{
    padding: 60px 0px;
}
.course-section .course-title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.course-section .course-title::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #1D66A7;
}
.course-section  .card {
    position: relative;
    width: 100%;
    padding: 20px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 0;
    height: 100%;
  }
  .course-section   .card .circle {
    border-radius: 3px;
    width: 130px;
    height: 130px;
    background: black;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    right: 0px;
    top: 0;
    background-image: linear-gradient(to top, #1D66A7 0%, #a6c1ee 100%);
    border-bottom-left-radius: 170px;
  }
  .course-section   .card .content {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
  }
  .course-section   .card h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .course-section   .card h2 {
    font-size: 16px;

    font-weight: 600;
    color: #1D66A7;
  }
  .course-section   .card .social-text {
    margin-bottom: 8px;
  }
  .course-section   .card .social-text a {
    text-decoration: none !important;
    color: #6e7889;
    margin-left: 8px;
    font-weight: 400;
    font-size: 16px;
  }
  .course-section   .card .social-text  i {
    font-weight: 400;
    color: #1D66A7 !important;
    margin: 0;
    font-size: 17px;
  }
.infrastructure-detail{
    padding: 60px 0px;
    background: #f5f5f5;
}
.infrastructure-detail .infrastructure-title{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.infrastructure-detail .infrastructure-title::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #1D66A7;
}
.infrastructure-detail .infrastructure-box{
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}  
.infrastructure-detail .infrastructure-box a{
    width: 100%;
    height: 250px;
}
.infrastructure-detail .infrastructure-box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.infrastructure-detail .image--container{
    display: grid;
    grid-auto-rows: 180px;
    grid-gap: 20px;
    grid-template-columns: repeat(4 , minmax(200px , 1fr));
    grid-auto-flow: dense;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 30px;
}
.infrastructure-detail .image--container .box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.infrastructure-detail .image--container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}
.infrastructure-detail .image--container .box.tall{
    grid-row: span 2;
}
.infrastructure-detail .image--container .box.wide{
    grid-column: span 2; 
}






.social ul li {
    list-style-type: none;
    padding-left: 0px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 10px;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin:0px 20px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}

#myBtn:hover {
    background-color: #011FA1;
}







@media (min-width:2000px) {
   
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        position: sticky;
        top: 0px;
        z-index: 1020;
        background: #1D66A7;
    }
    .mobile-header .logo img {
        width: 50px;
    }
    .mobile-header .logo span{
        font-size: 16px;
        color: #fff;
      margin-left: 5px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img {
        width: 50px;
    }
    .mobile-header .offcanvas .logo span{
        font-size: 16px;
        color: #000;
        font-weight: 800;
      margin-left: 5px;
    }
    .toggler {
    color: #fff;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner img{
        height: 350px;
    }
    .content-section .mission-vision-card .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .content-section .mission-vision-card .icon img{
        width: 40px;
    }
    .why-choose-us{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .coaching-program{
        background: #2D97D9;
    }
    .our-videos .title , .coaching-program .coaching-title , .why-choose-us .content .why-choose-title , .testimonial .testimonial-title {
        font-size: 28px;
        line-height: 30px;
    }
    .content-section{
        padding: 30px 0px;
    }
    .achivements .achive-box .img-box img{
        width: 50px;
    }
    .achivements .achive-box .achive-title{
        font-size: 30px;
    }
    .academy-content .academy-content-left ,.academy-content .academy-content-right {
        padding: 30px 50px;
    }
    .key-card .icon img{
        width: 50px;
    }
    .infrastructure-detail .image--container{
        grid-template-columns: repeat(3 , minmax(200px , 1fr));
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        position: sticky;
        top: 0px;
        z-index: 1020;
        background: #1D66A7;
    }
    .mobile-header .logo img {
        width: 50px;
    }
    .mobile-header .logo span{
        font-size: 16px;
        color: #fff;
      margin-left: 5px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img {
        width: 50px;
    }
    .mobile-header .offcanvas .logo span{
        font-size: 16px;
        color: #000;
        font-weight: 800;
      margin-left: 5px;
    }
    .toggler {
    color: #fff;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner img{
        height: 350px;
    }
    .content-section .mission-vision-card .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .content-section .mission-vision-card .icon img{
        width: 20px;
    }
    .why-choose-us{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .coaching-program{
        background: #2D97D9;
    }
    .our-videos .title , .coaching-program .coaching-title , .why-choose-us .content .why-choose-title , .testimonial .testimonial-title {
        font-size: 28px;
        line-height: 30px;
    }
    .content-section{
        padding: 30px 0px;
    }
    .achivements .achive-box .img-box img{
        width: 50px;
    }
    .achivements .achive-box .achive-title{
        font-size: 30px;
    }
    .about-detail .about-padd{
        padding: 0px;
    }
    .academy-content .academy-content-left ,.academy-content .academy-content-right {
        padding: 30px 50px;
    }
    .key-card .icon img{
        width: 32px;
    }
    .infrastructure-detail .image--container{
        grid-template-columns: repeat(3 , minmax(200px , 1fr));
    }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        position: sticky;
        top: 0px;
        z-index: 1020;
        background: #1D66A7;
    }
    .mobile-header .logo img {
        width: 50px;
    }
    .mobile-header .logo span{
        font-size: 16px;
        color: #fff;
      margin-left: 5px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img {
        width: 50px;
    }
    .mobile-header .offcanvas .logo span{
        font-size: 16px;
        color: #000;
        font-weight: 800;
      margin-left: 5px;
    }
    .toggler {
    color: #fff;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner img{
        height: 250px;
    }
    .content-section .mission-vision-card .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .content-section .mission-vision-card .icon img{
        width: 20px;
    }
    .why-choose-us{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .coaching-program{
        background: #2D97D9;
    }
    .our-videos .title , .coaching-program .coaching-title , .why-choose-us .content .why-choose-title , .testimonial .testimonial-title{
        font-size: 24px;
        line-height: 30px;
    }
    .content-section{
        padding: 30px 0px;
    }
    .achivements .achive-box .img-box img{
        width: 50px;
    }
    .achivements .achive-box .achive-title{
        font-size: 30px;
    }
    .about-detail .about-padd{
        padding: 0px;
    }
    .academy-content .academy-content-left ,.academy-content .academy-content-right {
        padding: 30px 50px;
    }
    .key-card .icon img{
        width: 32px;
    }
    ul.timeline-list li:nth-child(even) .timeline-content{
        right: -2em;
        text-align: left;
    }
    .page-banner .mobile-header{
       background: transparent;
       box-shadow: none;
    }
    .infrastructure-detail .image--container{
        grid-template-columns: repeat(1 , minmax(200px , 1fr));
    }
}
