@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&display=swap');

:root{
    --primary-color: #175C9D;
    --secondary-color: #FF000D;
}

body{
    color: #222;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 30px;
}




/* ---- default css/class ---- */
a{
    color: var(--primary-color);
    text-decoration: none;
}

ul, ol, figure, .table{
    margin-bottom: 0;
}

.outfit-font{
    font-family: "Outfit", sans-serif!important;
}

.text-primary{
    color: var(--primary-color)!important;
}
.text-secondary{
    color: var(--secondary-color)!important;
}

.text-justify{
    text-align: justify;
}

.fw-medium{
    font-weight: 500;
}
.fw-semibold{
    font-weight: 600;
}

.bg-primary{
    background-color: var(--primary-color)!important;
}
.bg-secondary{
    background-color: var(--secondary-color)!important;
}
.bg-light{
    background-color: #F6F6F6!important;
}

.heading{
    position: relative;
    font-size: 38px;
    padding-bottom: 14px;
}
.heading::after{
    content: "";
    min-width: 300px;
    border-top: 3px solid var(--secondary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.heading.center-align{
    text-align: center;
}
.heading.center-align::after{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.heading.no-line{
    padding-bottom: 0;
}
.heading.no-line::after{
    display: none;
}
.sub-heading{
    color: #343434;
    font-size: 25px;
}
.title-style-1{
    position: relative;
    z-index: 1;
}
.title-style-1 .title{
    color: #fff;
    display: inline-block;
    font-size: 38px;
    background-color: var(--primary-color);
    padding: 5px 35px;
    border-radius: 50px;
}
.title-style-1::after{
    content: "";
    width: 90%;
    border-top: 1px solid #C3C3C3;
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.btn{
    font-size: 18px;
    position: relative;
    padding: 8px 16px;
    border-radius: 0;
    border: 0;
}
.btn-primary{
    background-color: var(--primary-color)!important;
}
.btn-primary:hover{
    background-color: var(--secondary-color)!important;
}
.btn-secondary{
    background-color: var(--secondary-color)!important;
}
.btn-secondary:hover{
    background-color: #222!important;
}
.btn.bg-grey{
    color: #181818;
    background-color: #DADADA!important;
}
.btn.btn-sm{
    font-size: 14px;
}
.btn.rounded-pill{
    padding: 6px 20px;
}
/* btn - img */
.btn.btn-icon img{
    width: 25px;
    vertical-align: super;
    margin-left: 10px;
}
.btn:focus, button:focus, .navbar-toggler:focus, .form-control:focus{
    box-shadow: none;
}

.block-space{
    padding-top: 90px;
    padding-bottom: 80px;
}

/* table-design */
.table-design{
    position: relative;
    padding: 0 13px;
}
.table-design .table{
    background-color: #EDF6FF;
    border: 1px solid var(--primary-color);
}
.table-design .table thead{
    /* color: #fff; */
    font-size: 22px;
    border-bottom: 0;
}
.table-design .table > :not(:first-child),
.table-design.table-bordered > :not(caption) > *{
    border-top: 0;
}
/*  */
.table-design.style-1::before,
.table-design.style-1::after{
    content: "";
    background-color: #0B4780;
    position: absolute;
    width: 32px;
    height: 47px;
    top: 0;
    left: -19px;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
}
.table-design.style-1::after{
    left: auto;
    right: -19px;
    clip-path: polygon(0 0%, 100% 100%, 100% 100%, 0% 100%);
}
.table-design.style-1 .table{
    border: 6px solid var(--primary-color);
}
.table-design.style-1 .table thead tr th{
    padding-top: 0.2rem;
}

/* tab-panel list-group */
.list-group{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.list-group .list-item{
    color: var(--primary-color);
    font-size: 14px;
    text-align: center;
    line-height: normal;
    background-color: #F5F5F5;
    padding: 8px 18px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}
.list-group .list-item span{
    display: block;
    font-weight: 700;
    margin-top: 4px;
}
.list-group .list-item.active,
.list-group .list-item:hover{
    color: #fff;
    background-color: var(--primary-color);
}
/* tab-design */
.list-group.tab-design{
    border-radius: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.list-group.tab-design .list-item{
    color: initial;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 20px 20px 0 0;
    border: 0;
    flex: 0 0 auto;
}
.list-group.tab-design .list-item.active,
.list-group.tab-design .list-item:hover{
    color: #fff;
}
.tab-content.tab-content-design{
    background-color: #F4F4F4;
    border: 1px solid var(--primary-color);
}
.tab-content.tab-content-design .title{
    font-size: 20px;
}
/* tab-design-1 */
.tab-wrapper .list-group.tab-design{
    position: relative;
    border-radius: 30px;
    gap: 0;
    padding: 0;
    overflow-x: auto;
    z-index: 1;
}
.tab-wrapper .list-group.tab-design .list-item{
    color: var(--primary-color);
    font-size: 20px;
    border: 0;
    background-color: #C0E1FF;
    border-radius: 0;
    flex: 1 0 auto;
}
.tab-wrapper .list-group.tab-design .list-item:not(:last-child){
    border-right: 1px solid var(--primary-color);
}
.tab-wrapper .list-group.tab-design .list-item.active{
    color: #fff;
    background-color: var(--primary-color);
}
.tab-wrapper{
    border: 1px solid var(--primary-color);
    background-color: #F5F5F5;
    border-radius: 25px;
    overflow: hidden;
}
.tab-wrapper .tab-content .table-design .table-responsive{
    margin: -1px;
}
.tab-wrapper .tab-content .table-design .table{
    border-top: 0 transparent !important;
}



/* form */
.form-control,
.form-floating .form-control{
    padding: 0.8rem 1.3rem;
}
.form-control:focus{
    border-color: var(--primary-color);
}
.form-floating > label{
    line-height: normal;
    padding-inline: 1.3rem;
}
.form-floating .form-control:required + label::after{
    content: "*";
    color: var(--secondary-color);
}

/* form-wrap */
.form-wrap .form-control{
    border-radius: 10px;
}
.nice-select{
    height: initial;
}
.nice-select::after{
    width: 8px;
    height: 8px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    right: 18px;
    margin-top: -8px;
}
.nice-select .current{
    text-overflow: ellipsis;
}
.form-wrap .form-group{
    display: flex;
    flex-direction: column-reverse;
}
.form-wrap .form-group label{
    position: relative;
}
.form-wrap .form-group.required > label::after,
.form-wrap .form-control:required + label::after{
    content: "*";
    color: var(--secondary-color);
}
/* file-input */
.file-input{
    position: relative;
}
.file-input::before{
    
}
/* select2 */
.select2-container .select2-selection--single{
    height: auto;
    padding: 0.8rem 1.3rem;
    padding-right: 1.8rem;
    border-color: #ced4da;
}
.select2-container--default .select2-selection--single{
    border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.5;
    padding: 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 35px;
    height: 100%;
    top: 0;
}
.select2-results__option{
    padding: 6px 18px;
}
.select2-results__option:hover{
    background-color: var(--primary-color);
    color: #fff;
}
.select2-container--default .select2-results__option[aria-selected="true"]{
    background-color: #cadef3;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #0B4780;
    color: #fff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{
    border-color: #ced4da;
    border-radius: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0.2rem 1.3rem;
}
/* custom-check */
.custom-check{
    position: relative;
}
.custom-check + .custom-check{
    margin-left: 18px;
}
.custom-check .btn-check{
    visibility: hidden;
}
.custom-check .btn::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: var(--primary-color);
    border-radius: 100%;
    display: block;
}
.custom-check .btn::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 100%;
    display: block;
}
.custom-check .btn-check:checked + .btn::after{
    background-color: #fff;
}
.custom-check .btn{
    padding: 0 0 0 25px;
}
.form-group .info{
    color: #5A5A5A;
    font-size: 14px;
    line-height: normal;
}
/* form-check */
.form-check{
    position: relative;
    padding-left: 0;
}
.form-check label::before{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: 0;
}
.form-check label::after{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 11px;
    position: absolute;
    top: -1px;
    left: 4px;
    opacity: 0;
}
.form-check input{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.form-check label{
    color: #4D4D4D;
    padding-left: 24px;
}
.form-check input:checked + label::before{
    background-color: var(--primary-color);
}
.form-check input:checked + label::after{
    color: #fff;
    opacity: 1;
}
/* form-check - style-1 */
.form-check.style-1 label{
    color: #222;
    font-size: 18px;
    padding-left: 24px;
}
.form-check.style-1 input + label span{
    display: none;
}
.form-check.style-1 input:required + label span{
    content: "*";
    display: inline-block;
    color: var(--secondary-color);
}
.form-check.style-1 label::before{
    background-color: transparent;
    border-width: 2px;
}
.form-check.style-1 label::after{
    font-size: 18px;
    top: -3px;
    /* left: 3px; */
}
.form-check.style-1 input:checked + label::before{
    background-color: transparent;
}
.form-check.style-1 input:checked + label::after{
    color: var(--primary-color);
}


/*  */
.owl-nav button[class*="owl-"]{
    position: absolute;
    top: 50%;
    background-color: var(--primary-color)!important;
    color: #fff!important;
    font-size: 14px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-nav button[class*="owl-"]:hover{
    background-color: #fff!important;
    color: var(--primary-color)!important;
}
.owl-nav .owl-prev{
    left: 0;
}
.owl-nav .owl-next{
    right: 0;
}

/* mfp */
.mfp-figure::after{
    background-color: #fff;
}





/* ---- Header ---- */
header{
    position: relative;
    text-transform: capitalize;
    background-color: #fff;
    box-shadow: 0 5px 15px -5px rgba(4, 4, 4, 0);
    z-index: 5;
}
header .navbar-brand{
    margin-right: 0;
}
header .navbar-brand img{
    max-width: 100%;
}
header .info-box{
    flex-direction: column;
    text-align: center;
}
header .info-box .btn{
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: var(--secondary-color);
    padding: 5px 16px;
}
header .info-box .btn.btn-icon{
    padding-left: 50px;
}
header .info-box .btn .icon-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 100%;
    line-height: 34px;
    background-color: #CE0610;
}
header .info-box .btn .icon-box img{
    width: 20px;
    vertical-align:middle;
    margin-left: 0px;
}
/* navbar-nav */
header .navbar-collapse{
    width: 100%;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
header .navbar-nav .nav-item .nav-link{
    color: #fff;
    padding: 0.9rem 1.5rem;
}
header .navbar-nav .nav-item .nav-link.active{
    background-color: #0F4F8C;
}
/* dropdown-menu */
header .navbar-nav .dropdown-menu{
    margin-top: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid var(--primary-color);
    animation: fadeIn 0.3s both;
}
header .navbar-nav .dropdown-menu .dropdown-item.active{
    background-color: #0F4F8C;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: #fff;
    background-color: var(--primary-color);
}
/* sticky header */
header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 15px -5px rgba(4, 4, 4, 0.6);
    z-index: 10;
}


/* ---- Home page ---- */
/* -- banner section */
.banner-slider{
    position: relative;
    background-color:#e5e5e5;
}
.banner-slider .owl-nav button[class*="owl-"]{
    outline: 6px solid rgba(255, 255, 255, 0.3);
}
.banner-slider .owl-nav .owl-prev{
    left: 30px;
}
.banner-slider .owl-nav .owl-next{
    right: 30px;
}

/* -- award-section -- */
.award-section .awards-slider a{
    padding: 18px;
    border: 1px solid #09447B;
    display: block;
    margin: 0 15px;
}
.award-section .awards-slider .owl-nav .owl-prev{
    left: 5px;
}
.award-section .awards-slider .owl-nav .owl-next{
    right: 5px;
}
.award-section .awards-slider .owl-nav button[class*="owl-"]:hover{
    background-color: #f1f1f1!important;
}


/* -- who we are -- */
.column-design-1{
    display: flex;
    gap: 25px;
    background-color: #FBFBFB;
    padding: 25px 30px 25px;
    border: 1px solid rgba(23, 92, 157, 0.5);
    border-radius: 8px;
}
.column-design-1 .icon-box{
    flex: 0 0 auto;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 58px;
    border-radius: 100%;
    border: 3px solid var(--primary-color);
}
.column-design-1 .title{
    font-size: 30px;
}
.column-design-1 p{
    color: #474747;
}
.column-design-1:hover{
    border-color: rgba(23, 92, 157, 1);
}

/* -- institute-motto-section -- */
.institute-motto-section .column-box{
    background-color: #E8F4FF;
    padding: 35px 45px;
    border: 1px solid #E8F4FF;
}
.institute-motto-section .column-box .title{
    font-size: 22px;
}
.institute-motto-section .column-box p{
    font-size: 20px;
}
.institute-motto-section .column-box:hover{
    border-color: var(--primary-color);
}

/* -- course-categories-section -- */
.course-categories-section .category-box .box-wrap{
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
.course-categories-section .category-box:nth-child(odd) .box-wrap{
    background-color: #EB111C;
}
.course-categories-section .category-box .course-img img{
    width: 100%;
}
.course-categories-section .category-box .course-title{
    font-size: 24px;
    font-weight: 400;
}
.course-categories-section .category-box .course-title a{
    display: block;
    color: #ffff;
}
.course-categories-section .category-box .content{
    padding: 12px 15px 10px;
    transition: all 0.3s ease-in-out;
}
.course-categories-section .category-box .box-wrap .content p{
    display: none;
    transition: all 0.3s ease-in-out;
}
.course-categories-section .category-box:hover .box-wrap .content p{
    display: block;
}

/* -- news-section -- */
.news-section .news-wrapper a{
    color: #fff;
}
.news-section .news-list{
    display: flex;
    align-items: center;
    gap: 25px;
    overflow: hidden;
}
.news-section .news-list .title{
    position: relative;
    flex: 0 0 auto;
    font-size: 28px;
    padding-right: 30px;
}
.news-section .news-list .title::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 5px solid #fff;
    height: 100%;
}
.news-section .news-wrapper .column{
    flex: 0 0 auto;
    position: relative;
    padding-left: 20px;
}
.news-section .news-wrapper .column::before{
    content: "";
    width: 12px;
    height: 12px;
    background-color: #FFAE00;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}
.news-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.news-carousel {
    padding-left: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 10s linear infinite running;
    -moz-animation: marquee 10s linear infinite running;
    -o-animation: marquee 10s linear infinite running;
    -ms-animation: marquee 10s linear infinite running;
    animation: marquee 10s linear infinite running;
}
.news-carousel:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}
.news-carousel .column {
    margin: 0 1.2em;
    /* padding: 0.5em; */
    /* background: rgba(255,255,255,0.1); */
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


/* -- newsletter-section -- */
.newsletter-section .heading{
    font-size: 46px;
}
.newsletter-section .heading span{
    color: #EB111C;
}
.newsletter-section .newsletter-wrap p{
    font-size: 25px;
}


/* ---- footer ---- */
.list-icon li{
    position: relative;
}
.list-icon li::before{
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 6px;
    left: 0;
}
.list-icon li{
    padding: 5px 5px 5px 20px;
}
.list-icon li a{
    display: block;
}
footer{
    background: url(../images/bg/footer-bg-img.jpg) no-repeat center / cover;
}
footer a,
footer a:hover{
    color: #fff;
}
footer .widget-title{
    font-size: 25px;
}

/* list-icon */
footer .list-icon li::before{
    color: #fff;
}
footer .list-icon li a:hover{
    color: #fff;
}
/* list-icon-style */
footer .list-icon-style li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
}
footer .list-icon-style .icon-box{
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 19px;
    border-radius: 100%;
    background-color: #0B4882;
    position: absolute;
    top: 2px;
    left: 0;
}
footer .list-icon-style li::before{
    color: #fff;
}
/* copyright */
footer .copyright{
    background-color: rgba(7, 78, 146, 1);
}
footer .copyright p img{
    width: 18px;
}


/* ---- page banner ---- */
.page-banner{
    height: 350px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
.page-banner .breadcrumb{
    margin-bottom: 0;
}
.page-banner .breadcrumb li{
    position: relative;
    padding: 0 13px;
}
.page-banner .breadcrumb li:not(:last-child):after{
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 1px;
    right: -4px;
}
.page-banner .breadcrumb li a{
    color: inherit;
}
.page-banner .breadcrumb li.current{
    color: #FF0F1A;
    font-weight: 600;
}



/* ---- About us ---- */
.side-image-box{
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}
.side-image-box::after{
    content: "";
    width: 58%;
    height: 58%;
    background-color: var(--primary-color);
    border-radius: 0 40px 0 0;
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
}
.side-image-box.reverse-box::after{
    border-radius: 40px 0 0 0;
    top: -34px;
    right: auto;
    left: -30px;
}
/* info-box-design-1 */
.info-box-design-1{
    position: relative;
    font-size: 19px;
    background-color: #FF9A9F;
    border: 1px solid #FF0F1A;
    border-radius: 30px 0 30px 0;
    z-index: 1;
}
.info-box-design-1::after{
    content: "";
    width: 94%;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    left: 3%;
    top: 0;
    border-radius: 30px 0 30px 0;
    transform: rotate(-3deg);
    z-index: -1;
}
.info-box-design-1 .title{
    font-size: 26px;
}
.info-box-design-1 a{
    color: #fff;
}
.info-box-design-1 .highlight{
    display: inline-block;
    background-color: #054480;
    padding: 0 20px 2px;
    border-radius: 30px;
}
.info-box-design-1 .table > :not(caption) > * > *{
    padding: .2rem .5rem;
}
.info-box-design-1 .table tr th{
    font-weight: 400;
}


/* profile-wrapper */
.profile-wrapper .profile-box{
    padding: 0 10px;
}
.profile-wrapper .profile-box figure{
    height: 300px;
    padding: 15px 15px;
    border: 1px dashed var(--primary-color);
}
.profile-wrapper .profile-box figure img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.profile-wrapper .profile-box .profile-name{
    font-size: 22px;
    font-weight: 600;
}
.profile-wrapper .profile-box .designation{
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0;
}


/* ---- pd-and-cpd-wrapper ---- */
.pd-and-cpd-wrapper .tab-content-design{
    background-color: #FAFAFA;
}
.pd-and-cpd-wrapper .content-box .title{
    font-size: 35px;
}
.pd-and-cpd-wrapper .content-box ul{
    /* display: inline-block; */
    font-size: 19px;
}
.pd-and-cpd-wrapper .content-box ul li{
    text-align: left;
}
.pd-and-cpd-wrapper .img-wrapper figure{
    display: inline-block;
    background-color: #E7F3FF;
    border-radius: 50px 0 50px 0;
    min-width: 300px;
    min-height: 250px;
}




/* ---- contact-wrapper ---- */
.contact-info ul{
    font-size: 19px;
}
.contact-info a{
    color: #fff;
}
.contact-info ul > li:not(ul ul li){
    color: #fff;
    position: relative;
    padding-left: 32px;
}
.contact-info ul > li:not(ul ul li, :last-child){
    margin-bottom: 20px;
}
.contact-info ul li .icon{
    position: absolute;
    top: 4px;
    left: 0;
}
.contact-info ul li .title{
    font-size: 28px;
    font-weight: 400;
}
/* map */
.contact-wrapper iframe{
    height: 400px;
}
/* social-media-list */
.social-media-list li{
    margin: 0 10px;
}
.social-media-list li a{
    display: block;
    font-size: 18px;
    text-align: center;
    color: var(--primary-color);
    background-color: transparent;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
}
.social-media-list li a svg path{
    fill: var(--primary-color);
}
.social-media-list li a:hover{
    background-color: #F8F8F8;
}







/* .Marquee-tag:hover {
background: rgba(255,255,255,0.5);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
cursor: pointer;
} */
@-moz-keyframes marquee {
0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    -webkit-transform: translate(-80%);
    -moz-transform: translate(-80%);
    -o-transform: translate(-80%);
    -ms-transform: translate(-80%);
    transform: translate(-80%);
}
}
@-webkit-keyframes marquee {
0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    -webkit-transform: translate(-80%);
    -moz-transform: translate(-80%);
    -o-transform: translate(-80%);
    -ms-transform: translate(-80%);
    transform: translate(-80%);
}
}
@-o-keyframes marquee {
0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    -webkit-transform: translate(-80%);
    -moz-transform: translate(-80%);
    -o-transform: translate(-80%);
    -ms-transform: translate(-80%);
    transform: translate(-80%);
}
}
@keyframes marquee {
0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    -webkit-transform: translate(-80%);
    -moz-transform: translate(-80%);
    -o-transform: translate(-80%);
    -ms-transform: translate(-80%);
    transform: translate(-80%);
}
}


/* ---- responsive ---- */
@media only screen and (min-width: 992px){
    .table-design .table > :not(caption) > * > *{
        padding: .6rem 2.5rem;
    }

    header .navbar-nav .nav-item{
        flex: 1 0 auto;
    }
    header .navbar-nav .nav-item .nav-link{
        text-align: center;
    }
    header.sticky .top-row{
        display: none;
    }
}

@media only screen and (max-width: 1199px){
    .title-style-1 .title {
        font-size: 32px;
    }
    
    header .navbar-brand img{
        width: 400px;
    }
    header .navbar-nav .nav-item .nav-link{
        padding: 0.7rem 1rem;
    }
    header .info-box{
        flex-direction: row;
    }

    .profile-wrapper .profile-box{
        padding: 0 0;
    }
    .profile-wrapper .profile-box figure{
        height: 220px;
        padding: 10px;
    }
    .profile-wrapper .profile-box .profile-name {
        font-size: 19px;
    }
    .profile-wrapper .profile-box .designation {
        font-size: 16px;
    }

    .institute-motto-section .column-box{
        padding: 25px 35px;
    }
    .institute-motto-section .column-box .title {
        font-size: 20px;
    }
    .institute-motto-section .column-box p {
        font-size: 18px;
    }

    .course-categories-section .category-box .course-title{
        font-size: 20px;
    }
    .course-categories-section .category-box .content {
        padding: 8px 15px 5px;
    }
    .course-categories-section .category-box .box-wrap .content p{
        font-size: 15px;
    }

    .newsletter-section .heading{
        font-size: 40px;
    }
    .newsletter-section .newsletter-wrap p{
        font-size: 21px;
    }
    
    .page-banner{
        height: 300px;
    }

    .side-image-box::after{
        top: -20px;
        right: -20px;
    }
    .side-image-box.reverse-box::after{
        top: -20px;
        left: -20px;
    }

    .contact-info ul{
        font-size: 16px;
    }
    .contact-info ul li .title{
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px){
    .heading{
        font-size: 34px;
    }
    .heading::after{
        border-width: 2px;
    }
    .sub-heading {
        font-size: 22px;
    }
    .title-style-1 .title {
        font-size: 28px;
    }

    .btn{
        font-size: 16px;
    }
    .btn.btn-icon img{
        width: auto;
    }

    .block-space {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    
    .table-design::before,
    .table-design::after{
        width: 22px;
        left: -10px;
    }
    .table-design::after{
        left: auto;
        right: -10px;
    }

    .list-group{
        justify-content: start;
        flex-wrap: nowrap;
        padding: 0 0 15px;
        overflow-x: auto;
    }
    .list-group .list-item{
        font-size: 13px;
        flex: 0 0 auto;
        padding: 6px 15px;
    }
    .list-group.tab-design{
        padding: 0 0 0;
        gap: 8px;
    }
    .list-group.tab-design .list-item{
        font-size: 15px;
        padding: 10px 20px;
    }
    
    header{
        box-shadow: 0 5px 15px -5px rgba(4, 4, 4, 0.1);
    }
    header .navbar-brand img {
        width: 300px;
    }
    header .navbar-collapse{
        width: 96%;
        position: absolute;
        top: 106px;
        left: 2%;
        z-index: 5;
        box-shadow: 0 5px 15px -5px rgba(4, 4, 4, 0.6);
    }
    header .navbar-collapse .navbar-nav .dropdown-menu{
        padding-inline: 10px;
    }
    header .info-box .btn{
        font-size: 15px;
        padding: 5px 10px;
    }
    header .info-box .btn.btn-icon{
        padding-left: 36px;
    }
    header .info-box .btn .icon-box{
        width: 32px;
        line-height: 30px;
    }
    header .info-box .btn .icon-box img {
        width: 16px;
    }

    .column-design-1{
        padding: 18px 20px 18px;
        gap: 10px;
    }
    .column-design-1 .icon-box{
        width: 60px;
        height: 60px;
        line-height: 52px;
        border-width: 2px;
    }
    .column-design-1 .title{
        font-size: 24px;
    }
    
    .news-section .news-list{
        gap: 20px;
    }
    .news-section .news-list .title{
        padding-right: 20px;
    }
    .news-section .news-list .title::after{
        border-right-width: 3px;
    }
    
    .page-banner{
        height: 250px;
    }

    .side-image-box.reverse-box::after{
        left: -20px;
    }
    
    .info-box-design-1{
        font-size: 16px;
    }
    .info-box-design-1 .title{
        font-size: 22px;
    }

    .table-design.style-1 .table-responsive{
        margin: 0 10px;
    }
    .table-design.style-1::before, .table-design.style-1::after{
        width: 22px;
    }
    .table-design.style-1::before{
        left: 0px;
    }
    .table-design.style-1::after{
        right: 0px;
    }
    .table-design .table thead{
        font-size: 19px;
    }
    .table-design .table tbody{
        font-size: 15px;
    }

    .pd-and-cpd-wrapper .content-box .title{
        font-size: 30px;
    }

    .contact-info ul > li:not(ul ul li) {
        padding-left: 24px;
    }
    
    footer .logo img{
        width: 40%;
    }
}

@media only screen and (max-width: 767px){
    .block-space {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .heading{
        font-size: 30px;
        text-align: center;
    }
    .heading::after{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .sub-heading {
        font-size: 20px;
    }
    .title-style-1 .title {
        font-size: 24px;
        padding: 5px 25px;
    }

    .table-design .table thead{
        font-size: 19px;
    }
    
    .list-group .list-item {
        padding: 5px 12px;
    }
    
    .tab-wrapper .list-group.tab-design .list-item{
        font-size: 18px;
    }

    .banner-slider .owl-nav button[class*="owl-"]{
        font-size: 10px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        outline-width: 4px;
    }

    .award-section .awards-slider a{
        padding: 10px;
        margin: 0 8px;
    }

    .news-section .news-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .news-section .news-list .title{
        font-size: 24px;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .news-section .news-list .title::after{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        border-right: 0;
        border-bottom: 3px solid #fff;
    }
    .news-section .news-wrapper .column::before {
        content: "";
        top: 12px;
        width: 8px;
        height: 8px;
    }

    .newsletter-section .heading {
        font-size: 33px;
    }
    .newsletter-section .newsletter-wrap p {
        font-size: 19px;
        line-height: normal;
    }

    .institute-motto-section .column-box {
        padding: 18px 18px;
    }
    .institute-motto-section .column-box .title {
        font-size: 18px;
    }
    .institute-motto-section .column-box p{
        font-size: 16px;
        line-height: normal!important;
    }
    
    .course-categories-section .category-box .course-title {
        font-size: 18px;
    }

    footer .widget-title{
        font-size: 22px;
    }
    footer .logo img{
        width: 60%;
    }

    .page-banner {
        height: 190px;
    }
    .page-banner .breadcrumb li{
        font-size: 14px;
    }
    
    .side-image-box::after{
        top: -15px; 
        right: -15px;
    }

    .info-box-design-1 {
        font-size: 14px;
    }
    .info-box-design-1 .title {
        font-size: 19px;
        line-height: normal;
    }
    .info-box-design-1::after{
        width: 96%;
        left: 2%;
        transform: rotate(-2deg);
    }

    .pd-and-cpd-wrapper .content-box .title{
        font-size: 26px;
    }
    .pd-and-cpd-wrapper .content-box ul{
        display: inline-block;
        font-size: 16px;
    }
    
    .contact-info ul li .title{
        font-size: 22px;
    }

    .profile-wrapper .profile-box .profile-name {
        font-size: 17px;
    }
    .profile-wrapper .profile-box .designation {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px){
    .heading{
        font-size: 26px;
    }
    .sub-heading {
        font-size: 18px;
    }
    .title-style-1 .title {
        font-size: 22px;
    }

    header .navbar-brand img {
        width: 240px;
    }
    header .info-box .btn {
        font-size: 13px;
        padding: 4px 6px 5px;
    }
    header .navbar-collapse{
        top: 90px;
    }

    .column-design-1{
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .column-design-1 .title {
        font-size: 21px;
    }
    .column-design-1 .icon-box {
        width: 56px;
        height: 56px;
        line-height: 48px;
    }
    
    .institute-motto-section .column-box {
        padding: 14px 14px;
    }
    .institute-motto-section .column-box p {
        font-size: 14px;
    }
    
    .newsletter-section .heading {
        font-size: 26px;
    }
    .newsletter-section .newsletter-wrap p {
        font-size: 17px;
        line-height: normal;
    }
    
    .page-banner {
        height: 120px;
    }
    .page-banner .breadcrumb li{
        font-size: 12px;
    }

    .tab-content .heading{
        font-size: 24px;
    }
    
    .pd-and-cpd-wrapper .content-box .title{
        font-size: 25px;
    }
}

@media only screen and (max-width: 480px){
    header .navbar-brand img {
        width: 210px;
    }
    header .info-box .btn {
        font-size: 10px;
        padding: 4px 6px 5px;
    }
    header .navbar-collapse{
        top: 85px;
    }
}


























