@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.woff2") format('woff2'), url("../fonts/ProximaNova-Bold.woff") format('woff'), url("../fonts/ProximaNova-Bold.ttf") format('truetype'), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format('svg'), url("../fonts/ProximaNova-Bold.eot?#iefix") format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.woff2") format('woff2'), url("../fonts/ProximaNova-Semibold.woff") format('woff'), url("../fonts/ProximaNova-Semibold.ttf") format('truetype'), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Bold") format('svg'), url("../fonts/ProximaNova-Semibold.eot?#iefix") format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.woff2") format('woff2'), url("../fonts/ProximaNova-Regular.woff") format('woff'), url("../fonts/ProximaNova-Regular.ttf") format('truetype'), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format('svg'), url("../fonts/ProximaNova-Regular.eot?#iefix") format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'ProximaNova';
}

p {
    font-size: 17px;
    line-height: 27px;
    color: #08275c;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    padding: 0;
    font-weight: bold;
    color: #08275c;
}

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 30px;
    line-height: 38px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 26px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

a {
    color: #0a58e7;
    display: block;
    text-decoration: none !important;
    transition: ease-in-out .3s;
}

a:hover {
    color: #EF360F;
}

.mt {
    margin-top: 60px;
}

.mb {
    margin-bottom: 60px;
}

.pt {
    padding-top: 60px;
}

.pb {
    padding-bottom: 60px;
}

.m-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.p-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #dd9f24;
}

.container {
    max-width: 1200px;
}





/* Top Part */
.tp-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-left ul {
    display: flex;
    align-items: center;
}

.tp-right ul {
    display: flex;
    align-items: center;
}

.top-part {
    background: #efefef;
    border-bottom: 1px solid #e2e2e2;
}
.tp-left img {
    width: auto;
    margin-top: -3px;
    margin-right: 5px;
}

.tp-left ul li a {
    color: #08275c;
    font-size: 15px;
    font-weight: 500;
    border-left: 1px solid #e2e2e2;
    padding: 8px 15px;
    margin-top: -1px;
}
.tp-left ul li:last-child a {
    border-right: 1px solid #e2e2e2;
}
.tp-right ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 19px;
    border-right: 1px solid #e2e2e2;
}
.tp-right ul li:first-child a{
    border-left: 1px solid #e2e2e2;
}
.tp-right ul li.facebook a{
    color: #3b5998;
}
.tp-right ul li.twitter a{
    color: #1da1f2;
}
.tp-right ul li.linkedin a{
    color: #0077b5;
}
.tp-right ul li.instagram a{
    color: #c13584;
}
.top-part ul li a:hover{
    color: #ee1d25;
}
.tp-left ul li i {
    vertical-align: middle;
    color: #ee1d25;
}

.tp-left ul li i:before {
    font-size: 15px;
    margin-right: 5px;
}
/* Top Part End */






/* Top Header */
.top-header {
    padding: 30px 0;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.th-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th-right ul {
    display: flex;
    align-items: center;
}
.th-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th-right ul {
    display: flex;
    align-items: center;
}
.th-right ul li {
    display: flex;
    align-items: center;
}

.th-right ul li i:before {
    font-size: 30px;
}

.th-right ul li i {
    margin-right: 15px;
    color: #ee1d25;
}

.th-right ul li +li {
    margin-left: 50px;
}

.th-info p {
    margin-bottom: 0;
    font-size: 15px;
}

.th-info span {
    font-weight: 500;
    font-size: 16px;
    color: #08275c;
    display: block;
}
/* Top Header End */







/* Header */
.header {
    background: #2460b9;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.navbar {
    padding: 0;
}

.navbar ul li a {
    padding: 20px 15px !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.dropdown-toggle::after {
    vertical-align: middle;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right {
    padding: 15px 0;
    cursor: pointer;
}
.header-right i {
    color: #fff;
    font-weight: bold;
}
.header-right ul li i:before {
    font-size: 20px;
}

.navbar .dropdown-menu {
    margin: 0;
    padding: 0;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 0;
}
.navbar .dropdown-menu a {
    color: #08275c !important;
    padding: 15px 15px !important;
}
.navbar .dropdown-menu a +a {
    border-top: 1px solid #f3f3f3;
}
.navbar .dropdown-menu a:hover{
    background:#ee1d25;
    color: #fff !important;
}
.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    transform: translateX(0);
}
.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
}
.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}
.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    transform: rotate(45deg);
}
.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    transition: all 500ms ease;
    background: white;
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}
.search-overlay .search-overlay-form {
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}
.search-overlay .search-overlay-form form {
    position: relative;
}
.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    padding: 3px 70px 0 25px;
    font-size: 16px;
}
.search-overlay .search-overlay-form form .input-search:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    line-height: 50px;
    background:#ee1d25;
    color: #fff;
}
.search-overlay-form i {
    font-weight: bold;
}
.navbar ul li.active a{
    background:#ee1d25;
}
/* Header End */





/* Mobile Menu */

#mySidenav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1020;
    background: #fff;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
}
.sidenav {
    margin-left: -280px;
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.sidenav.active {
    margin-left: 0;
    box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
    opacity: 1;
    visibility: visible;
}
#menu1 li a {
    display: block;
    padding: 15px 20px;
    color: #4c4d4f;
    border-top: 1px solid #efefef;
    transition: ease-in-out .3s;
}
#menu1 li a:hover {
    color: #ee1d25;
}
.mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #2460b9;
}

.mobile-logo img {
    max-width: 110px;
}

#close-btn{
    background: #ee1d25;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border-radius: 100%;
}

#mySidenav::-webkit-scrollbar {
    width: 7px;
}

#mySidenav::-webkit-scrollbar-track {
    background: #fff;
    display: none;
}

#mySidenav::-webkit-scrollbar-thumb {
    background: rgb(208 208 208);
    border-radius: 10px;
}
.toggle-btn{
    cursor: pointer;
}
.toggle-btn span {
    display: block;
    height: 2px;
    background: #08275c;
    margin: 6px 0;
    width: 30px;
}

.toggle-btn span:nth-child(2) {
    width: 23px;
    margin-left: auto;
}

.toggle-btn span:nth-child(3) {
    width: 15px;
    margin-left: auto;
}
.th-right-mobile {
    display: none;
}

/* Mobile Menu End */







/* Slider */
.slider-item {
    height: 575px;
    overflow: hidden;
}
.slider-item img {
    height: 575px;
    width: 100%;
    object-fit: cover;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px !important;
    background: rgb(255 255 255 / 50%) !important;
    height: 60px;
    width: 50px;
    line-height: 65px !important;
    text-align: center;
    color: #fff !important;
    margin: 0 !important;
}
.owl-prev:focus, .owl-next:focus{
    outline: none;
    box-shadow: none;
    border: none;
}
.slider {
    position: relative;
}

.owl-prev {
    left: 0;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.owl-next {
    right: 0;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}
/* Slider End */






/* About Section */
.about-sec-info h1 {
    margin-bottom: 20px;
}

.about-sec-info b {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
    color: #ee1d25;
}
.about-sec-info ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}

.about-sec-info ul li {
    width: 50%;
    padding: 5px;
}

.about-sec-info ul li a {
    border: 1px solid #ececec;
    background: #fbfbfb;
    color: #08275c;
    padding: 12px 10px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    transition: ease-in-out .3s;
}
.about-sec-info ul li a:hover{
    background: #2460b9;
    color: #fff;
}
.about-sec-info ul li a:hover i{
    color: #fff;
}
.about-sec-info ul li a i::before {
    font-size: 24px;
}

.about-sec-info ul li a i {
    margin-right: 10px;
    color: #ee1d25;
    transition: ease-in-out .3s;
}
.about-img img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}
.about-img {
    position: relative;
    z-index: 0;
}

.about-img::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eeeff8;
    z-index: -1;
    transform: rotate(
        -3deg
        );
}
.about-img::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eeeff8;
    z-index: -1;
    transform: rotate(
        3deg
        );
}
/* About Section End */






/* News Section */
.notice{
    background: rgba(172, 175, 219, 0.2);
}

.notice .nav-tabs .nav-link {
    background: #2460b9;
    border-radius: 0;
    border: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    border-right: 1px solid #1650a7;
    padding: 15px 15px;
    text-align: center;
}
.notice .nav-tabs .nav-link:hover{
    border-color: #1650a7;
}
.notice .nav-tabs .nav-link.active{
    background: #ee1d25;
    color: #fff;
    border-right-color:#ee1d25;
}
.notice .nav-tabs .nav-link i {
    margin-right: 3px;
    vertical-align: middle;
    font-size: 20px;
}
.notice .nav-tabs .nav-item {
    flex: 1 0 0px;
}
.news-list {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
}
.news-list ul li {
    display: flex;
}

.news-list ul li i {
    font-size: 20px;
    margin-right: 10px;
}

.news-col a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #08275c;
    margin-bottom: 2px;
    line-height: 25px;
}
.news-col a:hover{
    color: #ee1d25;
}

.publish-date {
    display: flex;
    align-items: center;
}

.publish-date p {
    margin-bottom: 0;
    color: #909090;
    font-size: 14px;
    margin-left: 30px;
}

.publish-date span {
    font-size: 14px;
    color: #909090;
    display: block;
}
.publish-date i:before {
    font-size: 14px;
}
.publish-date i {
    font-size: 14px !important;
}
.news-list ul li +li {
    margin-top: 17px;
    border-top: 1px solid #efefef;
    padding-top: 17px;
}
.main-title h2 {
    text-transform: uppercase;
}

.main-title {
    text-align: center;
    margin-bottom: 40px;
}
.line {
    display: flex;
    justify-content: center;
}
.line span {
    display: block;
}
.line > span.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 32px;
    border: 2px solid #ee1d25;
}
.line > span > span:first-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 5px;
    margin-left: -32px;
    background-color: #ee1d25;
}
.line > span > span:last-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: -2px;
    margin-left: 14px;
    background-color: #ee1d25;
}
.sidebar-wrap {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 8%);
}

.sidebar-wrap h3 {
    background: #ee1d25;
    color: #fff;
    padding: 15px 25px;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
    text-align: center;
}

.sidebar-wrap ul li {
    display: flex;
    background: #eeeff8;
    padding: 15px 15px;
    align-items: center;
}

.sidebar-icon {
    margin-right: 15px;
}

.sidebar-icon i {
    font-size: 40px;
    color: #ee1d25;
}

.sidebar-wrap ul li +li {
    margin-top: 10px;
}

.sidebar-info span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #08275c;
}

.sidebar-info p {
    color: #08275c;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 3px;
    word-break: break-all;
}
/* News Section End */





/* Course */
.course-wrap {
    position: relative;
    margin-bottom: 30px;
}
.course-wrap:before {
    background-color: rgba(10, 10, 10, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}
.course-wrap:hover:before {
    background-color: rgb(36 96 185 / 80%);
}
.course-wrap img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.course-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    transform: translateY(-50%);
}
.course-info span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.course-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}
.course.mb {
    margin-bottom: 30px;
}
/* Course End */






/* Blog */
.blog{
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.blog::before {
    background-color: rgba(36, 65, 231, .7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.blog .main-title h2 {
    color: #fff;
}
.blog .line > span.circle{
    border: 2px solid #fff;
}
.blog .line > span > span:first-child{
    background-color: #fff;
}
.blog .line > span > span:last-child{
    background-color: #fff;
}
.blog-img{
    overflow: hidden;
}
.blog-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .5s;
}
.blog-wrap:hover .blog-img img{
    transform: scale(1.10);
}
.blog-content {
    padding: 20px;
    background: #fff;
    text-align: center;
}

.blog-content h4 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
}

.blog-content h4 a {
    color: #08275c;
    transition: ease-in-out .3s;
}

.blog-content h4 a:hover {
    color: #ee1d25;
}

.blog-content span {
    display: block;
    font-size: 15px;
    color: #969696;
}

.blog-content .btn {
    display: inline-block;
    background: #ee1d25;
    color: #fff;
    font-weight: 500;
    padding: 7px 20px;
    margin-top: 20px;
    border-radius: 40px;
    transition: ease-in-out .3s;
}
.blog-content .btn:hover{
    background: #2460b9;
}
.blog .owl-prev, .blog .owl-next{
    font-size: 25px !important;
    background: rgb(238 29 37 / 40%) !important;
    height: 55px;
    width: 36px;
    line-height: 58px !important;
    color: #fff !important;
}
/* Blog End */







/* Counter */
.counter {
    background: rgb(238 29 37);
    padding: 30px 0;
}
.counter-wrap i:before {
    font-size: 40px;
}

.counter-wrap i {
    color: #fff;
    display: block;
}

.counter-wrap {
    text-align: center;
}

.counter-wrap span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    margin-top: 15px;
}

.counter-wrap p {
    margin-bottom: 0;
    margin-top: 3px;
    color: #fff;
}
/* Counter End */





/* Gallery */
.gallery-wrap img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
}
.gallery-wrap:hover.gallery-wrap img{
    transform: scale(1.10);
}
.gallery-wrap span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0,0,0,0) linear-gradient(to bottom,
        rgba(5,5,5,0) 0,
        rgba(0,0,0,0) 0,
        rgba(71,71,71,0) 0,
        rgba(102,102,102,0) 0,
        rgba(28,28,28,0) 0,
        rgba(20,20,20,.59) 32%,
        rgba(13,13,13,1) 62%,
        rgba(3,3,3,1) 100%) repeat scroll 0 0;
}

.gallery-wrap {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.gallery.mb {
    margin-bottom: 30px;
}
.gallery-wrap iframe {
    height: 250px;
}
.video-right .gallery-wrap {
    margin-bottom: 24px;
}
/* Gallery End */






/* Form Section */
.form-sec-form {
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    padding: 40px;
}

.form-sec-form .form-control {
    border: 1px solid #eee;
    height: 70px !important;
    border-radius: 3px;
}

.form-sec-form textarea.form-control {
    height: 120px !important;
}

.form-sec-form .btn {
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    background: #ee1d25;
    border: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
}
.form-sec-form .btn:hover{
    background: #2460b9;
}
.form-sec-form h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
}
.form-sec-img img {
    height: 604px;
    width: 100%;
    object-fit: cover;
}
/* Form Section End */





/* Footer */
.footer{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background: #2460b9;
    position: relative;
    z-index: 0;
}
.footer:before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/pattern.png');
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .5;
}
.footer-logo img {
 background: #fff;
 padding: 10px;
 border-radius: 5px;
 width: auto;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-content {
    padding-right: 40px;
}
.footer-content ul {
    display: flex;
    margin-top: 20px;
}

.footer-content ul li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 43px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 30%);
}
.footer-content ul li +li{
    margin-left: 10px;
}
.footer-content ul li.facebook a{
    background: #3b5998;
}
.footer-content ul li.twitter a{
    background: #1da1f2;
}
.footer-content ul li.linkedin a{
    background: #0077b5;
}
.footer-content ul li.instagram a{
    background:#e1306c;
}
.footer-wrap h3 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 25px;
    color: #fff;
}

.footer-links li a {
    display: block;
    color: #ffffff;
}
.footer-links li a:hover{
    color: #ee1d25;
}
.footer-links li+li a {
    margin-top: 10px;
}

.footer-contact li {
    display: flex;
}

.footer-icon {
    margin-right: 10px;
}

.footer-list span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.footer-list p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.footer-contact li+li {
    margin-top: 15px;
}
.footer-bottom{
    padding: 15px 0;
    background: #ee1b24;
}
.footer-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom ul li {
    font-size: 15px;
    color: #fff;
}
.footer-bottom ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
}
.footer-bottom img{
    height: 20px;
    width: 20px;
    margin: 2px;
    padding: 2px;
}
.footer-content p {
    color: #fff;
}

.footer-icon i {
    color: #fff;
}
/* Footer End */








/* Scroll Top */
.go-top {
    position: fixed;
    cursor: pointer;
    transition: ease-in-out .5s;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    z-index: 1004;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}
.pulse {
    z-index: 4;
    text-align: center;
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background:#ee1d25;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    position: relative;
    z-index: 0;
}
.pulse:after {
    animation: ripple-white3 .8s linear infinite;
    background:rgb(238 29 37 / 30%);
    border-radius: 100%;
    content: '';
    height:60px;
    left:-11px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 60px;
    line-height: 60px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}
@keyframes ripple-white3 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4)
    }
}
/* Scroll Top End */







/* News Details Page */
.related-news h3 {
    background: #235eb6;
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 0;
}
.related-news .publish-date {
    display: block;
    margin-top: 12px;
}
.related-news .publish-date p{
    margin-left: 0;
}
.nd-main .publish-date i {
    margin-right: 10px;
}
.sm-share {
    margin-top: 20px;
}

.sm-share ul {
    display: flex;
}

.sm-share ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.sm-share ul li.facebook a{
    background: #3b5998;
}
.sm-share ul li.twitter a{
    background: #1da1f2;
}
.sm-share ul li.linkedin a{
    background: #0077b5;
}
.sm-share ul li.instagram a{
    background: #e1306c;
}
.sm-share ul li.youtube a{
    background: #ff0000;
}
.sm-share ul li +li {
    margin-left: 5px;
}

.nd-main-img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-details-page .publish-date i {
    margin-right: 10px;
}
/* News Details Page End */






/* Contact Us */
.contact-form {
    background-image: url(../img/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 40px;
    border-radius: 30px;
}
.contact-form h3 {
    background: #ee1b24;
    color: #fff;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
    margin-bottom: 25px;
}
.contact-form p {
    margin-bottom: 25px;
}

.contact-form .form-control {
    height: 55px;
    border: 1px solid gainsboro;
    border-radius: 50px;
    padding: 10px 25px;
}
.contact-form textarea.form-control {
    height: 120px;
    border-radius: 10px !important;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form .btn {
    background: #ed1c24;
    border: none;
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
}
.contact-info ul {
    padding-top: 0;
}

.contact-info h3 {
    padding: 30px 30px;
    margin-bottom: 0;
}

.contact-info ul li {
    display: flex;
}

.contact-info ul li i {
    margin-right: 30px;
    height: 60px;
    width: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
}
.contact-info ul li:nth-child(1) i{
    border: 2px solid #A5C347;
    color: #A5C347;
}
.contact-info ul li:nth-child(2) i{
    border: 2px solid #FF236C;
    color: #FF236C;
}
.contact-info ul li:nth-child(3) i{
    border: 2px solid #8700ff;
    color: #8700ff;
}
.contact-info ul li:nth-child(4) i{
    border: 2px solid #ffc000;
    color: #ffc000;
}
.contact-info ul li i::before {
    font-size: 25px;
}
.contact-info ul li +li {
    margin-top: 50px;
}
.map {
    margin-top: 60px;
}
.c-info span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #08275c;
    margin-bottom: 5px;
}

.c-info p {
    margin-bottom: 0;
}
.contact-us .row {
    align-items: center;
}
/* Contact Us End */









/* About Us */
.about-info h2 {
    margin-bottom: 15px;
}
.about-list:nth-child(2) .row {
    flex-direction: row-reverse;
}
.about-list +.about-list{
    margin-top: 60px;
}
.abouts-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
/* About Us End */







/* Gallery Page */
.album-wrap img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.album-wrap span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #08275c;
    margin-top: 15px;
    line-height: 25px;
}

.album-wrap p {
    margin-bottom: 0;
    font-size: 15px;
}
.album-wrap {
    margin-bottom: 30px;
}
.gallery-page.mb {
    margin-bottom: 30px;
}
/* Gallery Page End */






/* Team Page */
.team-block {
    position: relative;
    background:rgba(172, 175, 219, 0.2);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    transition: all 700ms ease-out 0s;
    margin-bottom: 30px;
}
.team-block:before {
    content: "";
    position: absolute;
    height: 70px;
    width: 80px;
    background: linear-gradient(
        -20deg
        , #235fb8, #235eb6) !important;
    bottom: -31px;
    left: -50px;
    transform: rotate(45deg);
    transition: 500ms;
}
.team-title {
    font-size: 20px;
}
.designation {
    font-size: 17px;
    font-weight: 500;
}
.team-block .team-upper-part img {
    border-radius: 8px 0px 0 0px;
    transition: all 500ms ease-out 0s;
    height: 225px;
    width: 100%;
    object-fit: cover;
}
.team-block .team-bottom-part {
    padding: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.team-block .team-bottom-part .social-list {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0;
}
.social-list.list-sm li {
    margin-right: 10px;
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 34px;
    display: inline;
    float: left;
}
.team-block .team-bottom-part .social-list li a {
    background: transparent;
    font-size: 20px;
    height: 34px;
    width: 34px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: block;
}
.team-block .team-bottom-part .social-list li.facebook a{
    color: #3b5998;
}
.team-block .team-bottom-part .social-list li.twitter a{
    color:#1da1f2;
}
.team-block .team-bottom-part .social-list li.instagram a{
    color:#c13584;
}
.team-block .team-bottom-part .social-list li.email a{
    color: #C63131;
}
.team-block:hover {
    background: linear-gradient(
        45deg
        , #0E90D5, #235fb8) !important;
}
.team-block:hover:before {
    transform: rotate(135deg);
    opacity: 0;
}
.team-block:hover .team-bottom-part .designation {
    color: #fff;
}
.team-block:hover .team-bottom-part .social-list li a {
    color: #fff;
}
.team-block:hover .team-bottom-part .team-title{
    color: #fff;
}
.social-list li a:hover {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}
.team.mb {
    margin-bottom: 30px;
}
/* Team Page End */






/* Teacher Page */
.teacher-wrap {
    display: flex;
    margin-bottom: 30px;
    background: rgba(172, 175, 219, 0.2);
}
.teacher-img img {
    width: 250px;
    height: 353px;
    object-fit: cover;
}

.teacher-info h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.teacher-info span {
    display: block;
    color: #a5a5a5;
    font-size: 18px;
}

.teacher-info ul {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.teacher-info ul li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
}
.teacher-info ul li.facebook a{
    background:#3b5998;
}
.teacher-info ul li.twitter a{
    background: #1da1f2;
}
.teacher-info ul li.linkedin a{
    background: #0077b5;
}
.teacher-info ul li.instagram a{
    background: #e1306c;
}

.teacher-info ul li+li {
    margin-left: 10px;
}
.teacher-info .btn {
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #ee1b24;
    color: #ee1b24;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    transition: ease-in-out .3s;
}
.teacher-info .btn:hover{
    background: #ee1b24;
    color: #fff;
}
.teacher.mb {
    margin-bottom: 40px;
}
.teacher-info {
    padding: 30px;
}
.banner{
    background-image: url(../img/slider3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.banner::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    z-index: -1;
}
.banner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}
.banner-wrap h1 {
    margin-bottom: 0;
    color: #fff;
}
/* Teacher Page End */







/* Teacher Profile */
.teacher-profile-info span {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #ee1b24;
}

.tp-details-media{
    display: flex;
    padding: 17px 20px;
}

.tp-details-media li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 39px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
}
.tp-details-media li.facebook a{
    background: #3b5998;
}
.tp-details-media li.twitter a{
    background: #1da1f2;
}
.tp-details-media li.linkedin a{
    background: #0077b5;
}
.tp-details-media li.instagram a{
    background: #e1306c;
}
.tp-details-media li.youtube a{
    background: #ff0000;
}
.tp-details-media li +li {
    margin-left: 7px;
}
.teacher-profile-info {
    margin-top: 30px;
}
.teacher-profile-img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.teacher-profile-info blockquote {
    background: rgba(172, 175, 219, 0.2);
    padding: 20px;
    border-left: 5px solid #ee1c24;
    line-height: 28px;
    color: #08275c;
    font-style: italic;
    font-size: 18px;
    position: relative;
    padding-left: 60px;
}
.teacher-profile-info blockquote::before {
    position: absolute;
    content: '\f10d';
    left: 10px;
    top: 20px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 40px;
    color: #ee1c24;
}
.tp-sidebar {
    border: 1px solid rgba(119,119,119,.18);
}

.tp-sidebar h3 {
    background: #2460b9;
    padding: 15px 20px;
    color: #fff;
}
.pf-list li {
    padding: 17px 20px;
    border-bottom: 1px solid rgba(119,119,119,.18);
}
.teacher-progress {
    margin-top: 30px;
    border: 1px solid rgba(119,119,119,.18);
    padding: 20px;
    padding-bottom: 30px;
}
.teacher-progress h3 {
    background: #2460b9;
    color: #fff;
    padding: 15px 20px;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 30px;
}
.progress {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
}
.progress.progress-xs {
  height: 5px;
  margin-top: 5px;
}
.progress.progress-sm {
  height: 10px;
  margin-top: 5px;
}
.progress.progress-lg {
  height: 25px;
}
.progress.vertical {
  position: relative;
  width: 20px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.progress-xs {
  width: 5px;
  margin-top: 5px;
}
.progress.vertical.progress-sm {
  width: 10px;
  margin-top: 5px;
}
.progress.vertical.progress-lg {
  width: 30px;
}

.progress-bar {
  background-color: #2196F3;
  box-shadow: none;
}
.progress-bar.text-left {
  text-align: left;
}
.progress-bar.text-left span {
  margin-left: 10px;
}
.progress-bar.text-right {
  text-align: right;
}
.progress-bar.text-right span {
  margin-right: 10px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar-secondary {
  background-color: #323a45;
}

.progress-bar-default {
  background-color: #B0BEC5;
}

.progress-bar-success {
  background-color: #64DD17;
}

.progress-bar-info {
  background-color: #29B6F6;
}

.progress-bar-warning {
  background-color: #FFD600;
}

.progress-bar-danger {
  background-color: #ef1c1c;
}
.progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.progress-head span {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.progress-head b {
    display: block;
}

.progress-list +.progress-list {
    margin-top: 25px;
}
/* Teacher Profile End */





/* Result Page */
.result-form {
    background: rgba(172, 175, 219, 0.2);
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.result-form h2 {
    background: #ee1b24;
    padding: 15px 30px;
    color: #fff;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 20px;
}
.result-form p {
    font-size: 18px;
    font-weight: 500;
}

.result-form label {
    font-weight: 500;
    color: #08275c;
}

.result-form .form-control {
    height: 50px !important;
}
.result-form .btn {
    background: #ee1b24;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}
.result-form .btn:hover{
    background: #2460b9;
}
.rs-info table td {
    font-size: 16px;
}

.result-table table td {
    padding: 10px;
    text-align: center;
    align-items: center;
}

.result-table table th {
    padding: 10px;
    background: rgba(172, 175, 219, 0.2);
    text-align: center;
}
.results-show h2 {
    background: #ee1b24;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 25px;
}
.rs-sidebar h3 {
    background: #2460b9;
    padding: 12px 20px;
    color: #fff;
    margin-bottom: 0;
}

.rs-sidebar table td {
    padding: 12px;
}
/* Result Page End */







/* Gallery Details Page End */
.gallery-details-wrap img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
}
.gallery-details-wrap li a:hover img{
    transform: scale(1.10);
}
.gallery-details-wrap span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0,0,0,0) linear-gradient(to bottom,
        rgba(5,5,5,0) 0,
        rgba(0,0,0,0) 0,
        rgba(71,71,71,0) 0,
        rgba(102,102,102,0) 0,
        rgba(28,28,28,0) 0,
        rgba(20,20,20,.59) 32%,
        rgba(13,13,13,1) 62%,
        rgba(3,3,3,1) 100%) repeat scroll 0 0;
}

.gallery-details-wrap li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-details-wrap li {
    margin-bottom: 30px;
}
.gallery-details.mb {
    margin-bottom: 30px;
}
#lightgallery {
    margin-right: 0;
    margin-left: 0;
}
/* Gallery Details Page End */









/* Registration  */
.registeration {
    background: #eee;
    padding: 30px 0;
}
.reg-download {
    position: absolute;
    top: 20px;
    right: 20px;
}
.registeration-wrap {
    max-width: 210mm;
    margin: auto;
    background: #fff;
    padding: 10mm;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 0.25rem;
    position: relative;
}
.reg-head {
    text-align: center;
}

.reg-contact {
    text-align: center;
}

.reg-contact h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
}

.reg-contact h3 {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 0;
}

.reg-contact span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #08275c;
    margin-top: 3px;
    font-size: 20px;
}

.reg-download a {
    display: block;
    text-transform: uppercase;
    color: #08275c;
    font-size: 12px;
    font-weight: 500;
}

.reg-download a i {
    margin-right: 3px;
}
.reg-form {
    margin-top: 10px;
}

.reg-form p {
    color: #f00;
    font-size: 15px;
    letter-spacing: .3px;
    margin-bottom: 5px;
}

.reg-form h4 {
    background: #2460b9;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
    padding: 2px 15px;
}

.reg-form label {
    font-size: 14.5px;
    margin-bottom: 5px;
    white-space: nowrap;
    margin-right: 5px;
}

.reg-form .form-control {
    height: 30px !important;
    border-radius: 0px;
    border: 1px solid #2460b9;
    font-size: 14px;
}

.reg-form .form-group {
    margin-bottom: 18px;
}
.inline-label {
    margin-bottom: 0 !important;
}
.ad {
    margin-left: 15px;
    width: 100%;
}
.bs{
    width: 100%;
}
.reg-form span {
    display: block;
    font-size: 14px;
    margin-left: 5px;
}
.width-label {
    width: 158px;
    text-align: right;
}
.mbtn {
    margin-bottom: 15px;
}
.reg-form textarea.form-control {
    height: auto !important;
}
.reg-form ::placeholder{
    color:#bbbbbb;
}
.reg-btn {
    text-align: center;
}

.reg-btn .btn {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background: #2460b9;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .3px;
    padding: 9px 15px;
    border-radius: .125rem;
    transition: ease-in-out .3s;
}
.reg-btn .btn:hover{
    background: #ee1c24;
}
.reg-foot ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reg-foot ul li {
    font-size: 14px;
}

.reg-foot ul li a {
    display: inline-block;
    font-weight: 500;
    color: #ee1c24;
}

.reg-foot {
    margin-top: 10px;
}
.date-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}
.address {
    font-size: 15px;
}
.reg-email {
    font-size: 15px;
}
.reg-form .form-check +.form-check {
    margin-left: 15px;
}
/* Registration End */

.stepwise {
    padding-block: 60px;
}
.stepwise .step {
    cursor: pointer;
}
.stepwise .step .step-number {
    background-color: #e0e0e0;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: grid;
    color: #9b9999;
    place-items: center;
}

.stepwise .step.active .step-number {
    background-color: #08275c;
    color: #fff;
}

.stepwise .step.active {
    font-weight: 700;
}

.stepwise .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
}

.form-step { display: none; }
.form-step.active { display: block; }

.heading h2 {
    font-size: 20px;
}