@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap");
* {
    outline: 0;
    margin: 0;
    padding: 0;
}
*,
html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #545454;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.m-table::-webkit-scrollbar {
    height: 6.4px;
}
.np {
    margin: 0;
    padding: 0;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #282428;
    margin: 0;
    margin-bottom: 0.5rem;
}
a {
    color: #282428;
    text-decoration: none;
}
/* .container {
    padding-left: 0;
    padding-right: 0;
} */
.affix {
    position: -webkit-sticky;
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 0 !important;
    background: #f6f6f6 !important;
    border-bottom: solid 1px #e0e0e0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    animation-duration: 2s;
    animation: fadeInDown 0.9s;
    z-index: 9999 !important;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.bootsnav {
    background: #fff !important;
    width: 100%;
    min-height: 30px;
}
.bootsnav .navbar-collapse {
    padding: 0;
}
.bootsnav .navbar-nav li {
    margin-right: 5px;
}
.bootsnav .navbar-nav li a {
    color: #000;
}
.bootsnav nav.navbar.bootsnav .navbar-toggle {
    background: 0 0;
    color: #fff;
    font-size: 25px;
}
.bootsnav .title .content {
    color: #47207b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-top: 12px;
}
.bootsnav .content ul {
    list-style: none !important;
}
.bootsnav .title {
    color: #47207b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-top: 12px;
    line-height: 1.4 !important;
}
.bootsnav .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    border-top: solid 3px #47207b;
    box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075);
}
.bootsnav .dropdown-menu li a {
    color: #687074;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px 9px 4px !important;
    border-top: 1px none #999 !important;
    font-family: "Poppins", sans-serif;
}
.bootsnav .megamenu-content li a {
    color: #687074;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 6px 5px 4px !important;
    border-top: 1px dotted #999 !important;
    font-family: "Poppins", sans-serif;
    display: block;
    text-align: left !important;
}
.bootsnav .dropdown-menu li [class*=" fa-"],
.bootsnav .dropdown-menu li [class^="fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.bootsnav .dropdown-menu .active > a,
.bootsnav .dropdown-menu li > a:hover {
    color: #fff !important;
    background: #1c2367 !important;
    filter: none !important;
}

.carousel-inner .item img {
    width: 100%;
    height: 395px;
    object-fit: fill;
}
.carousel-control .fa-left,
.carousel-control .icon-prev {
    margin-left: -10px;
}
.carousel-control .fa-right,
.carousel-control .icon-next {
    margin-right: -10px;
}
.carousel-control .fa-left,
.carousel-control .fa-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
.carousel-control .fa-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .fa-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .fa-left,
.carousel-control .fa-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.fa-left,
.fa-right {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.notifi {
    padding-top: 15px;
}
.marq {
    background: #ece8df;
    padding: 0 15px 0 15px;
    border: 1px solid #c3c3c3;
    margin-bottom: 29px;
}
.marq ul {
    margin-bottom: 0;
    list-style: none;
}
.marq ul marquee {
    line-height: 16px;
    vertical-align: middle;
}

.marq ul li { margin-top: 6px;}

.marq ul marquee li img {
    height: 19px;
}
.marq ul marquee li a {
    text-decoration: underline;
    line-height: 1.89;
}
.marq ul marquee li .d2 {
    background: #2773c1;
    color: #fff;
    padding: 2px 7px;
    display: inline-block;
    border-radius: 6px;
    margin-left: 8px;
}
.marq ul marquee li .d1 {
    background: #c3c3c3;
    color: #000;
    padding: 3px 7px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 13px;
    font-weight: 600;
    font-size: 13.46px;
}
.view {
    background: #1c2367;
    color: #fff;
    padding: 3.88px 15px;
    display: inline-block;
    margin: 12px 5.55px;
}
.view:hover {
    text-decoration: none;
}
.no-head {
    border-bottom: 1px solid #1c2367;
    margin-bottom: 10px;
    padding: 0;
}
.no-head h4 {
		color: #51c373;
    border-left: 3px solid #35af59;
		
    /* color: #1c2367; */
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 21px;
    /* border-left: 3px solid #2676bd; */
    padding-left: 6px;
    line-height: 1.2;
    margin-bottom: 9px;
}
.pdl0 {
    padding-left: 0;
}
.pdr0 {
    padding-right: 0;
}
.mjl0 {
    margin-left: 0;
}
.mjr0 {
    margin-right: 0;
}
.marq.mjl0 ul marquee li .d1 {
    margin-left: 0;
}
.gallery h3 {
    color: #ce4040;
    margin: 33px 0 17px;
}
.bdg1 {
    border: 1px solid #e8e8e8;
    margin-bottom: 12px;
}
.de-head {
    background: #1c2367;
    padding: 5px 15px 7px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 15.49px;
}
.stu-co {
    margin-bottom: 18px;
}
.stu-pd {
    padding: 14px 15px 5px 15px;
}

.stu-pd ul {
    height: 135px;
    overflow-y: auto;
}

.stu-pd ul li {
    list-style: none;
    line-height: 1.6;
}
.stu-pd ul li::before {
    content: "\f04d";
    font-family: FontAwesome;
    font-size: 9.499px;
    color: #858383;
    vertical-align: middle;
    margin-right: 5px;
}
.stu-pd ul li a {
    color: #101d9d;
    font-weight: 600;
    font-size: 13.49px;
}

.height378 ul { height: 343px;}

.height378 {
    height: 378px;
}
.height378 ul li { margin-bottom: 4.199px;}

.height378 { padding: 13px 6px 5px 6px;}

.height378 a { display: block; margin-bottom: 8.5px;}

.about-sec {
    margin-bottom: 30px;
}
.about-sec .col-md-4,
.about-sec .col-md-8 {
    padding-top: 10px;
}
.about-sec p {
    text-align: justify;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 21px;
    letter-spacing: 0.66px;
}
.gl-img {
    padding-top: 6px;
    padding-bottom: 8px;
}
.gl-img img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.bc {
    padding-top: 2px;
}
.bc img {
    width: 100%;
}
.news-sec {
    margin-bottom: 13px;
}
.news-sec .no-head {
    margin-bottom: 12.45px;
}
.news-sec p {
    text-align: justify;
    /* display: flow-root; */
    margin-bottom: 13.5px;
}
.img-left {
    float: left;
    margin-right: 10px;
    /* height: 215px; */
    height: 222px;
    width: auto;
    /* object-fit: cover; */
    /* display: inline-block; */
}
.img-center {
    margin: 0 auto;
}
.img-right {
    float: right;
    margin-left: 10px;
    /* height: 215px; */
    height: 222px;
    width: auto;
    /* object-fit: cover; */
    /* display: inline-block; */
}
.back-btn a {
    color: #1c2367;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 19px;
    display: inline-block;
}
.back-btn a i {
    color: #216ace;
    font-size: 25px;
    vertical-align: text-bottom;
}
.back-btn a:hover {
    text-decoration: none;
}
.all-nt {
    margin-bottom: 7.4px;
}
.all-nt a {
    color: #2773c1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding: 8px 0;
    display: inline-block;
    text-shadow: 0 1px 3px #fff;
    transition: 0.6s;
}
.all-nt a:hover {
    text-decoration: none;
    color: #1c2367;
    transition: 0.8s;
}

.all-child a { display: none;}

.all-child a:first-child { display: inline-block;}

.all-child a.is-animated { display: inline-block;}

.filter {
    margin-bottom: 3px;
    padding: 4.2px 15px 25px 15px;
}
.filter span {
    color: #000;
    font-weight: 900;
}
.filter ul {
    display: inline-block;
}
.filter ul li {
    display: inline-block;
    margin-left: 2px;
    margin-top: 0;
}
.filter ul li a {
    background: #2773c1;
    color: #fff;
    padding: 1px 6px 1.8px 6px;
    border-radius: 6px;
    font-size: 13px;
}
.filter ul li a:hover {
    text-decoration: none;
}
.divider {
    width: 100%;
    border-top: 5px solid #f4f1ec;
    margin-top: 0;
    margin-bottom: 3px;
}
.marq-pd marquee li {
    margin-top: 10px;
}
.no-bdr {
    border-bottom: unset;
}
.atr-menu li {
    list-style: none;
}
.atr-menu li a {
    background: #ece8df;
    border: 1px solid #c3c3c370;
    padding: 4px 12px;
    margin-bottom: 9px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    color: #29339df0;
    font-weight: 700;
    font-size: 15.4px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.en-f form label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.en-f form .btn-default {
    margin-top: 10px;
}
.en-f form {
    margin-right: 15px;
}
.en-f input {
    padding: 7.54px 14px;
    color: #fff;
}
.en-f textarea {
    height: 145px;
    padding: 10px 10px;
}
.fm {
    padding: 2px 0 17px 0;
}
.fm h3 {
    margin-bottom: 15px;
    color: #181cb7;
}
.fm p {
    color: #000000e6;
    font-weight: 600;
}
.ci {
    padding-left: 40px;
}
.ci i {
    color: #ef004f;
    margin-right: 3px;
}
.ci p {
    color: #363636;
}
.ci img {
    height: 300px;
    margin-top: 27px;
}
.cn-f {
    padding: 55px 0 75px;
}
.bg-b {
    background: #ff404c;
}
.sec-head {
    color: #0f0f10;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20.9px;
    margin-bottom: 10px;
}
.grievance ul {
    margin-left: 32.66px;
}
.h177 {
    height: 177px;
    margin-bottom: 13.49px;
}
.text-success {
    color: #3c763d;
}
.user-box {
    padding: 15px 15px 25px 15px;
}
.user-box img {
    margin-left: 6.5px;
}
.cus-user {
    width: 30px;
    display: inline-block;
    margin-right: 7px;
}
.user-head {
    border-bottom: 1px solid #1c2367;
    padding: 0 7px 4px 1px;
    color: #1c2367;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.user-sub {
    float: right;
    margin-right: 18px;
    margin-bottom: 16px;
}
.co-pannel .panel-title a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    display: block;
}
.gallery .oc .item:after {
    top: unset;
    -webkit-transition: 0.6s ease-in;
    transition: 0.6s ease-in;
}
.gallery .oc .item:hover {
    cursor: pointer;
}
.gallery .oc .item:hover:after {
    content: "";
    background: #002147cc;
    width: 100%;
    height: 166px;
    position: absolute;
    top: 0;
    -webkit-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}
.gallery .oc .owl-nav i {
    margin-left: 0;
    color: #fff;
    display: block;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery .oc .owl-nav {
    position: absolute;
    top: -43px;
    right: 0;
}
.gallery .oc .owl-nav .owl-next,
.gallery .oc .owl-nav .owl-prev {
    border: 1px solid #fdc800;
    background: #fdc800 !important;
    font-size: 18px;
    margin: 0 4px;
    height: 30px;
    width: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery .oc .owl-nav .owl-prev {
    margin: 0 1px;
}
.gallery .vg .item-video {
    height: 135px;
}
.gallery .vg .owl-nav i {
    margin-left: 0;
    color: #fff;
    display: block;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery .vg .owl-nav {
    position: absolute;
    top: -52px;
    right: 0;
}
.gallery .vg .owl-nav .owl-next,
.gallery .vg .owl-nav .owl-prev {
    border: 1px solid #fdc800;
    background: #fdc800 !important;
    font-size: 18px;
    margin: 0 4px;
    height: 30px;
    width: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery .vg .owl-nav .owl-prev {
    margin: 0 1px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 19px;
    border: none;
    outline: 0;
    background-color: red;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px 8px 15px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: #555;
}
.gall-sec {
    margin-bottom: 21px;
}
.single-event-folder {
    background-image: url(../images/folder.png);
    height: 200px;
    width: 200px;
    background-position: center;
    background-size: cover;
    margin: 10px auto;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}
.single-event-folder:hover {
    margin-top: 0;
    margin-bottom: 20px;
}
.single-event-folder > .head.overlay img {
    width: 155px;
    height: 111px;
    position: absolute;
    top: 50px;
    right: 20px;
}
.single-event-folder > .head.overlay::before {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    z-index: 1;
    left: 159px;
    top: 139px;
    opacity: 1;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#97aaaa), to(#b1c0c0));
    background-image: linear-gradient(to right, #97aaaa, #b1c0c0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-event-folder > .head.overlay:after {
    position: absolute;
    content: "";
    right: 9px;
    bottom: 0;
    top: 129px;
    z-index: 2;
    border-radius: 12px 0 0 0;
    height: 37px;
    width: 37px;
    border-right: 20px solid #ffffff00;
    border-bottom: 20px solid #ffffff00;
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
}
.folder-name {
    text-align: center;
    font-size: 15px;
    margin: 10px auto;
    color: #084384;
    font-family: "Poppins", sans-serif;
}
.cta.courses-offer-video-arae {
    height: 430px;
}
.video-event-folder .head img {
    padding: 4px 0 4px 0;
    display: inline-block;
    height: 194px;
}
.video-event-folder .head img:hover {
    padding: 0 0 8px 0;
    cursor: -webkit-grab;
    cursor: grab;
}
.head {
    position: relative;
}
.head h5 {
    margin: 0;
    padding: 9.4px;
}
.es {
    padding: 36px 44px 36px 60px;
}
.es .section-title {
    text-align: center;
}
.addr-user h3 {
    color: #000e2b;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    word-break: break-word;
    margin-top: 1.3em;
    margin-bottom: 0.7em;
    font-family: "Poppins", sans-serif;
}
.addr-user p {
    margin-bottom: 19px;
}
.ls .highlight {
    color: #ef004f;
}
.rightpadding_5 {
    padding-right: 5px;
}
.highlight {
    color: #ef004f;
    border-color: #ef004f;
}
.ls {
    color: #818181;
}
.ls a {
    color: #ef004f;
}
.ls .greylinks a {
    color: #818181;
}
.ls {
    padding: 0 0 36px 0;
}
.ls svg {
    font-size: 20px;
}
.dash {
    padding: 36px 0 10px 0;
}
.dash .box {
    background: #121213;
    color: #fff;
    padding: 15px 15px;
    margin: 0 0 22px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
}
.dash .box h3 {
    margin: 0 0 7px;
    color: #fff;
}
.dash .box a {
    color: #ff0;
}
.selec label {
    color: #2d77ef;
    font-size: 17px;
    margin-bottom: 9px;
}
.selec .form-control {
    height: 36px !important;
    padding: 7px 12px !important;
}
.cta.courses-offer-video-arae {
    height: 430px;
}
.video-event-folder .head img:hover {
    padding: 0 0 8px 0;
    cursor: -webkit-grab;
    cursor: grab;
}
.head {
    position: relative;
    text-align: center;
}
.head h5 {
    margin: 0;
    padding: 9.4px;
}
.vg {
    padding: 36px 44px 36px 60px;
}
.vg .section-title {
    text-align: center;
}
.pd35 {
    padding: 32px 15px;
}
.events .single-event {
    margin-top: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.events .single-event:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head {
    position: relative;
}
.events .single-event .head.overlay img { height: 203px; width: 100%; object-fit: cover;}
.events .single-event .head .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #fff;
    background: #042c72;
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 35;
}
.events .single-event:hover .head .btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.events .single-event .head .btn:hover {
    background: #fff;
    color: #252525;
}
.events .single-event .head.overlay:before {
    opacity: 0;
    visibility: hidden;
    z-index: 34;
}
.events .single-event:hover .head.overlay:before {
    opacity: 0.5;
    visibility: visible;
}
.events .event-content {
    margin-top: 10px;
    padding: 20px;
}
.events .event-content .meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e6e6e6;
    font-weight: 500;
    display: inline-block;
}
.events .event-content .meta span:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.events .event-content .meta span i {
    margin-right: 5px;
}
.events .event-content h4 {
    font-size: 18px;
    margin: 10px 0;
}
.events .event-content h4 a {
    color: #252525;
    font-weight: 700;
}
.events .event-content .btn {
    margin-top: 20px;
    border: 2px solid;
    padding: 11px 32px;
}
.events .event-content .btn:hover {
    background: 0 0;
    border-color: transparent;
    color: #fff;
}
.m-table table thead {
    background: #2d4d8e;
    color: #fff;
}
.m-table table thead tr th {
    font-weight: 500;
    font-size: 16px;
    font-weight: 400;
    padding: 8px;
    color: #fff;
}
.m-table table tbody tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 16px;
    color: #545454;
}
.m-table table tbody tr td:nth-child(1),
.m-table table thead tr th:nth-child(1) {
    width: 6.97% !important;
}
.m-table table tr:nth-child(even) {
    color: #949494;
}
.m-table table tr:nth-child(even) {
    background-color: #f3f3f3;
}
.gl-btn {
    text-align: right;
}

.nt-bar {
    background: #ece8df;
    color: #fff;
    position: relative;
    z-index: 0;
}

.nt-bar .nt-left::after {
    content: '';
    background: #1c2367;
    position: absolute;
    top: 0;
    right: 0;
    width: 400%;
    height: 100%;
    z-index: -1;
}

.nt-left {
    background: #1c2367;
    position: relative;
    padding: 5px 15px 6px 15px;
    /* width: 21%; */
}
.nt-left::before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #1c2367;
    position: absolute;
    right: -9px;
    bottom: 5px;
    z-index: 8;
    font-size: 29px;
}
.nt-left p {
    color: #fff;
    margin-bottom: 0;
    text-align: right;
    font-size: 17px;
    font-weight: 600;
}
.nt-right {
    background: #ece8df;
    padding: 8.45px 0px 0px 0px;
    /* width: 79%; */
}

.nt-right ul {
    margin-bottom: 0;
    list-style: none;
}
.nt-right ul marquee {
    line-height: 16px;
    vertical-align: middle;
}
.nt-right ul marquee li { display: inline-block; margin-right: 100px;}
.nt-right ul marquee li a {
    text-decoration: underline;
}
.nt-right ul marquee li span {
    background: #2773c1;
    color: #fff;
    padding: 2px 7px;
    display: inline-block;
    border-radius: 6px;
    margin-left: 5px;
}

.nt-right .imp-notice {
    margin-bottom: 0;
    list-style: none;
}
.nt-right .imp-notice .str_move {
    line-height: 16px;
    vertical-align: middle;
}
.nt-right .imp-notice .str_move li { display: inline-block; margin-right: 100px;}
.nt-right .imp-notice .str_move li a {
    text-decoration: underline;
}
.nt-right .imp-notice .str_move li span {
    background: #2773c1;
    color: #fff;
    padding: 2px 7px;
    display: inline-block;
    border-radius: 6px;
    margin-left: 5px;
}


.pg .owl-nav i {
  margin-left: 0;
  color: #fff;
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pg .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
}

.pg .owl-nav .owl-prev, .pg .owl-nav .owl-next {
    background: #1c2367 !important;
    font-size: 18px;
    margin: 0px 2px;
    height: 30px;
    width: 30px;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* .pg .owl-nav .owl-prev {
  margin: 0px 1px;
} */

/* Header Css */
.h-logo {
    width: 700px;
    margin: 21px auto;
}
/* .navbar_bar {
    display: inline-block;
} */
.navbar_btn {
    /* display: inline-block; */
    /* float: right; */
    /* line-height: 5; */
    margin-top: 8.59px;
}
.navbar_bar ul li a {
    padding: 22px 22px;
}

.mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
    content: "\f107";
    font-family: "FontAwesome";
}
.mega_menu_dropdown:hover > ul { top: 60px;}
.bg-db { background: darkblue;}
.header_part .btn_1:hover { color: #fff;}
.single_feature_footer p { display: table;}
.single_feature_footer p i { display: table-cell; padding-right: 8px; color: #2572ff;}
.single_feature_footer p span { display: table-cell;}
.btn_22 {
    /* background-color: #2572ff;
    border: 2px solid #2572ff;
    color: #fff; */
    border: 2px solid #7aa8fd;
    background-color: transparent;
    color: #2572ff;
    display: inline-block;
    /* padding: 11px 23px; */
    text-transform: capitalize;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* padding: 11.5px 26px 11.11px; */
    padding: 10.64px 25px 11.11px;
    vertical-align: middle;
    margin-bottom: 19.55px;
}

.btn_22 i { margin-left: 4px; vertical-align: middle;}

.btn_22:hover {
    box-shadow: none;
    background-color: #2572ff;
    border: 2px solid #2572ff;
    color: #fff;
    /* border: 2px solid #7aa8fd;
    background-color: transparent;
    color: #2572ff; */
}
/* .footer_section .single_feature_footer img {
    margin-bottom: 20px;
    height: 26px;
} */
.niceSelect:after {
    content: "\f107";
    font-family: "FontAwesome";
}
.niceSelect.open:after {
    content: "\f106";
    font-family: "FontAwesome";
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.btn-custom {
    height: 36px;
    padding: 0 15px;
    line-height: 33px;
    min-width: 130px;
    color: #fff;
    background-color: #363991;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    border: 1px solid #363991;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.hvr-top {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.prog-btns-col .btn.btn-large {
    border-radius: 3px;
    width: 100%;
    text-align: center;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.btn-custom:hover, .btn-custom:focus {
    background-color: #dd1312;
    color: #fff;
    border-color: #E6646E;
}

.hvr-top:hover, .hvr-top:focus, .hvr-top:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.activites-thumb {
    position: relative;
}

@keyframes floating2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.activites-thumb::before {
    content: '';
    width: 110px;
    height: 92px;
    background-size: 110px;
    top: -24px;
    right: -30px;
    position: absolute;
    background: url(../images/square-shape2.svg) no-repeat top center;
    -webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

.activites-thumb::after {
    content: '';
    width: 138px;
    height: 116px;
    background-size: 138px;
    bottom: -36px;
    left: -50px;
    position: absolute;
    background: url(../images/square-shape3.svg) no-repeat top center;
    -webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

/* @keyframes floating2 {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
} */

.activites-content {
    padding-left: 50px;
    padding-top: 29.22px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    color: #000;
    font-size: 36px;
}

.activites-list li {
    margin-bottom: 60px;
    list-style: none;
}

.act-col {
    position: relative;
    padding-left: 130px;
}

.act-col > img {
    position: absolute;
    left: 0;
    top: 0;
}

.act-col h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
}

.act-col p {
    font-size: 16px;
    font-weight: 500;
}

.act-col-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.activites-thumb img {
    border-radius: 20px 0 20px 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.related_post_sec h3 {
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #dce4ea;
    margin: 0 0 18px;
    font-size: 22px;
    color: #3c3da8f2;
}

.related_post_sec ul li {
    padding: 0 0 6px;
    margin: 0 0 18px;
    border-bottom: 1px solid #dce4ea;
    display: block;
    clear: both;
    width: 100%;
    float: left;
}

.single_post ul li {
    padding: 0 0 25px;
    margin: 0 0 22px;
    float: left;
    display: block;
}

.rel_thumb {
    width: auto;
    float: left;
    height: auto;
    margin: 5px 10px 0 0;
}

.single_post.related_post_sec .rel_thumb {
    margin-right: 20px;
    width: 34%;
}

.rel_thumb a img {
    object-fit: cover;
    height: 171px;
    width: 244px;
}

.rel_right h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.single_post.related_post_sec h4 a {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, .6);
    line-height: 21px;
    margin: 0 0 8px;
    text-decoration: none;
}

.acon .rel_right h4 a {
    font-size: 20px;
    color: #e8305a;
    transition: 0.4s ease-out;
}

.acon .rel_right p {
    font-size: 13.97px;
    letter-spacing: 0.1px;
    line-height: 1.55;
    margin-top: 2px;
    color: #000000d9;
}

.single_post.related_post_sec p {
    margin: 0;
}

.single_post.related_post_sec p {
    margin: 0;
}

.single_post ul li:last-child {
    border-bottom: 1px solid #dce4ea;
}

.videoLeft {
    position: relative;
    margin-bottom: 20px;
}

.videoLeft {
    margin-bottom: 0;
}

.list_block {
    border: 1px solid #dce4ea;
    padding: 15px 12px 25px;
    border-top: 3px solid #49c32c;
    background-color: #ffdee752;
    margin: 0 0 20px;
    margin-top: 38px;
}

.commonBtn {
    padding: 0;
    background-color: #49c32c;
    text-transform: uppercase;
    color: #fff;
    border-color: #49c32c;
    height: 42px;
    line-height: 42px;
    font-weight: 700
}

.commonBtn:hover,
.commonBtn:focus {
    background-color: #49c32c;
    color: #fff
}

.list_block, .sidebar_item, .formArea {
    border-top-color: #d00e05;
}

.upcoming_events .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    border-color: #262678;
    background: #d42a61;
}

.blink-img {
    height: 14px;
    display: inline-block;
    padding-right: 4px;
    vertical-align: revert;
}

.videoLeft img {
    cursor: pointer;
    /* width: 100% */
}

.courses_item_iner { text-align: center;}

.popular_course .single_courses_item { margin: 0 12px;}

.popular_course .single_courses_item img { height: 203px; width: 100%; object-fit: cover;}

.popular_course .single_courses_item h4 {
    margin: 0px 0 11px;
}

.popular_course .popular_course_list { margin-top: 0px; padding-top: 11px; display: block;}

.courses_item_iner .author_name {
    display: block;
    margin-left: 0;
}

.popular_course .courses_item_iner {
    min-height: 100%;
    padding: 20px 40px 1px;
}

.pb-36 h2 {
    border-bottom: 1px solid #db0c0c;
    display: inline-block;
    padding: 0px 11px 10px 12px;
}

.pb-36 {
    margin-bottom: 35.55px;
}

.fixed-top {
    /* position: fixed; */
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-lg-none {
    display: none!important;
}

.d-lg-block {
    display: block!important;
}

.gallery-col { position: relative; overflow: hidden;}
.gallery-col::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg); 
}
.gallery-col:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.get-started-btn { font-family: "Open Sans", sans-serif; font-weight: 400; font-style: normal; padding: 7px 25px;}

.menu_fixed .logo .h-logo {
    width: 700px;
    /* margin: 14px auto 14.5px; */
    margin: 11.0px auto 12.34px;
}

.mobile-nav-toggle {
    position: fixed;
    top: 23px;
    right: 27px;
}

.mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
}

/* #footer .footer-top h4 { margin-bottom: 0.5rem;} */

.footer-contact h3 {
    margin-bottom: 13.4px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 27px;
}

.d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.pb-4, .py-4 {
    padding-bottom: 2rem!important;
}

.pt-4, .py-4 {
    padding-top: 2rem!important;
}

/* Header Css End */

@media only screen and (max-width: 767px) {
    .fixed-top .container { padding-right: 15px; padding-left: 15px;}
    .d-lg-none {
        display: block!important;
    }
    .d-none {
        display: none!important;
    }
    .get-started-btn {
        margin: 0 48px 0 0;
        padding: 5px 18px 4px;
    }
    .d-md-flex {
        display: block!important;
    }
    .pt-3, .py-3 {
        padding-top: 1rem!important;
    }
    .pdl0 {
        padding-left: 0 !important;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1000px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 0;
    }
    .bootsnav {
        line-height: 0;
    }
    nav.navbar.bootsnav .navbar-header {
        margin: 0;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-bottom: 0;
        top: 0 !important;
    }
    .pdl0 {
        padding-left: 15px;
    }
    .pdr0 {
        padding-right: 15px;
    }
    .gl-img img {
        height: 255px;
    }
    .gl-btn {
        text-align: center;
    }
    .mv-15 {
        margin: 0 15px 10px 15px;
    }
    .m-container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .m-container .col-md-9 {
        padding: 0;
    }
    .m-center {
        text-align: center;
    }
    .m-center img {
        float: unset;
        display: inline-block;
    }
    .events .single-event {
        margin-bottom: 10px;
    }
    .ci {
        padding-left: 15px;
    }
    .ci img {
        height: 100%;
    }
    .user-box img {
        margin-left: 5.3px;
    }
    .regist .col-sm-6.pdl0,
    .regist .col-sm-6.pdr0 {
        padding-left: 0;
        border: unset !important;
    }
    .mpdl0 {
        padding-left: 0;
    }

    /* Header css */
    .navbar_btn { margin-top: 0;}
    .header_part .btn_1 {
        padding: 10.51px 25px !important;
        font-size: 15.89px;
    }
    .header_part .header_iner {
        padding: 12.4px 0;
    }
    .navbar_btn {
        position: absolute;
        right: 12px;
        top: 11px;
    }
    .navbar_bar { top: 50px;}
    .navbar_bar ul li a {
        color: #445363;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        font-size: 15.89px;
    }
    .navbar_bar ul li a.active, .navbar_bar ul li a:hover { color: #445363;}
    .mega_menu_dropdown:hover > ul { top: 0px;}
    .header_part .logo img { max-width: 100%;}
    .h-logo { width: 100%;}
    .header_part .header_login_info { margin-top: 10px;}
    .flex-row {
        display: unset;
        display: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: unset;
    }
    .activites-content { padding-left: 0;}
    .single_post.related_post_sec .rel_thumb {
        margin-right: 0px;
        width: 100%;
    }
    .rel_thumb a img {
        object-fit: cover;
        height: 165px;
        width: 100%;
        margin-bottom: 15px;
    }
    .rel_right h4 { margin-bottom: 1px;}
    .activites-thumb::before { right: -9px;}
    .mpb-0 { padding-bottom: 0;}
    /* Header css End */

}
@media only screen and (min-width: 1010px) and (max-width: 1200px) {
    .flex-row {
        display: unset;
        display: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: unset;
    }
    .rel_thumb a img {
        height: 148px;
        width: 191px;
    }
    .acon .rel_right p { font-size: 12.11px;}   
    .mpb-0 { padding-bottom: 0;} 
}