body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    font-family: 'open_sansregular';
}
a, a:focus, a:hover, button {
    text-decoration: none;
    color: inherit;
    outline: none;
}
ul { margin: 0px; padding: 0px;}
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/open-sans/opensans-regular-webfont.eot');
    src: url('../font/open-sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/open-sans/opensans-regular-webfont.woff2') format('woff2'),
        url('../font/open-sans/opensans-regular-webfont.woff') format('woff'),
        url('../font/open-sans/opensans-regular-webfont.ttf') format('truetype'),
        url('../font/open-sans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../font/open-sans/opensans-light-webfont.eot');
    src: url('../font/open-sans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/open-sans/opensans-light-webfont.woff2') format('woff2'),
        url('../font/open-sans/opensans-light-webfont.woff') format('woff'),
        url('../font/open-sans/opensans-light-webfont.ttf') format('truetype'),
        url('../font/open-sans/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fw-light {
    font-family: 'open_sanslight';
}
@font-face {
    font-family: 'Poppins';
    src:url('../font/poppins/Poppins-Regular.eot');
    src:url('../font/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../font/poppins/Poppins-Regular.woff') format('woff'),
        url('../font/poppins/Poppins-Regular.ttf') format('truetype'),
        url('../font/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-poppins {
    font-family: 'Poppins';
}
@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/bold/Poppins.eot');
    src: url('../font/poppins/bold/Poppins.eot?#iefix') format('embedded-opentype'),
        url('../font/poppins/bold/Poppins.woff2') format('woff2'),
        url('../font/poppins/bold/Poppins.woff') format('woff'),
        url('../font/poppins/bold/Poppins.ttf') format('truetype'),
        url('../font/poppins/bold/Poppins.svg#Poppins') format('svg');
    font-weight: bold;
    font-style: normal;
}
.menu-fix {
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 999;
    padding: 0px 0 0;
}
.fixed-menu {
    display: block;
    background: #fff;
    box-shadow: 0px 8px 8px -8px rgb(0, 0, 0, 0.2);
}
.main-navigation {
    margin: 45px 0 0;
    float: right;
}
.exam-menu {
    margin: 0 -12px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #032f6c;
    background-color: #eeeeee;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.carousel-caption {
    bottom: 30%;
}
.exam-list {
    margin: 0px;
    padding: 0px;
}
.exam-list li {
    list-style: none;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 5px 0px #C0C0C0;
    border-radius: 5px;
    padding: 20px 10px;
    margin: 20px 10px 0;
    width: 22.888%;
    text-transform: uppercase;
}
.exam-list li a {
    flex-direction: row;
    align-items: center;
    display: flex;
}
.exam-icon img {
    margin: 0 10px 0 0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.exam-list-megamenu li {
    padding: 5px 10px;
    margin: 7px 7px;
    width: 23.5%;
    text-transform: capitalize;
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-left: 6px;
}
.carousel-indicators {
    bottom: -20px;
}
.online-course {
    margin-top: -50px;
}
.discover-title {
    padding-top: 30px;
}
.trapezoid {
    height: 0;
    width: 100%;
    border-bottom: 123px solid #feab31;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
}
.stat-bg {
    background: url(../images/stat-bg.jpg) no-repeat center / cover;
}
.course-grad {
    background-image: linear-gradient(to right, #ffc776, #feab31);
}
.course-shape {
    transform: skewy(4deg);
    margin-top: -12px;
}
.about-grad {
    background-image: linear-gradient(to top, #dbe2ee, #fff, #dbe2ee);
}
.testimonial-bg {
    background: url(../images/circle-shape.png) no-repeat 3% 15%;
}
.punch-line-bg {
    background-image: linear-gradient(to left, #032f6c, #feab31);
}
.services-icon {
    width: 130px;
    height: 130px;
    border: dashed 3px #000000;
    border-radius: 50%;
    display: table-cell; 
    vertical-align:middle;
    overflow: hidden;
}
.services-icon:hover {
    border: dashed 3px #feab31;
}
.services-icon img {
    margin: auto;
}
.modal-header .close {
    background: #feab31;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    border: 0;
}

/*======Footer-CSS=====*/
footer {
    background: rgba(17, 17, 17, 1) url() repeat center top ;
    float: left;
    width: 100%;
    z-index: 0;
}
footer::before {
    background: rgba(17, 17, 17, 1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer-list {
    margin: 0 0 20px;
    padding: 0px;
}
.footer-list li {
    list-style: none;
    padding: 8px 0px;
    display: flex;
    line-height: normal;
}
.footer-list li::before {
    content: "\f138";
    color: #ffbc00;
    padding: 4px 5px 0 0;
    font-family: "bootstrap-icons";
}
.footer-list li a {
    color: #fff !important;
    transition: all 0.3s ease-in-out 0s;
}
.footer-list li a:hover {
    color: #ffbc00 !important;
    padding-left: 2px;
}
.footer-social {
    margin: 26px 0;
    padding: 0px;
}
.footer-social li {
    list-style: none;
    width: 40px;
    line-height: 39px;
    font-size: 24px;
    color: #303030;
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    margin: 0 5px 0 0;
}
.footer-social li:hover {    
    border-radius: 5%;
    color: #fff;
}
.fb-color {
    background-color: #38529A;
}
.tw-color {
    background-color: #00A6E9;
}
.ld-color {
    background-color: #0073B1;
}
.ig-color {
    background-color: #DB3267;
}
#copyright {
    background: #030303;
    padding: 15px 0 20px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #feab31;
    text-indent :-9999px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    /*background-color:#fff301;*/
    opacity:1;
    border-radius:0px;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
    background: #B20000;
    color: #fff !important;
    padding: 0 8px 2px;
    text-align: center;
    border-radius: 20px;
}
/*======Footer-CSS-End=====*/

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #032f6c;
    border: 0px;
    /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
}
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #41a655;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Glow */
.hvr-glow {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

/* Grow */
.hvr-grow {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Pop */
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*======Inner-Pages-Css=====*/
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.mission-h p {
    min-height: 120px;
}
.course-list li {
    padding: 5px 0;
}
.testimonial-thumbnail img {
    height: 100px;
}
.director-img {
    width: 150px;
}
.test-series-list li {
    list-style: none;
    padding: 5px 0;
}
.test-series-list li::before {
    content: "\f138";
    color: #032f6c;
    padding: 0px 6px 0 0;
    font-family: "bootstrap-icons";
    font-weight: bold;
}
.exam-list-1 li {
    list-style: none;
    padding: 5px 0;
}
.exam-list-1 li::before {
    content: "\f231";
    color: #000;
    padding: 5px 2px 0 0;
    font-size: 15px;
    font-family: "bootstrap-icons";
}
.result-page-bg {
    background: rgba(255, 255, 255, 0) url(../images/results/result-bg.jpg) no-repeat scroll center top / cover;
    float: left;
    padding: 50px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.result-page-bg::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 1;
    overflow: hidden
}
.card .backgroundEffect {
    bottom: 0;
    height: 0px;
    width: 100%
}
.card:hover {
    color: #fff;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}
.card:hover .backgroundEffect {
    bottom: 0;
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #1b9ce3;
    animation: popBackground 0.3s ease-in
}

@keyframes popBackground {
    0% {
        height: 20px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%
    }

    50% {
        height: 80px;
        border-top-left-radius: 75%;
        border-top-right-radius: 75%
    }

    75% {
        height: 160px;
        border-top-left-radius: 85%;
        border-top-right-radius: 85%
    }

    100% {
        height: 320px;
        border-top-left-radius: 100%;
        border-top-right-radius: 100%
    }
}

.card .pic {
    position: relative
}

.card .pic img {
    object-fit: cover
}
.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}
.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(255,255,255,0.6);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}
.hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
}
.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}
.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}
/*.hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}*/
.hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*======Inner-Pages-Css-End=====*/

.blue-color { color: #032f6c;}
.orange-color { color: #feab31 !important;}
.grey-bg { background: #e7e7e7;}
.blue-bg { background: #032f6c;}
.orange-bg { background: #feab31 !important;}


.font-15 { font-size: 15px;}
.font-17 { font-size: 17px;}
.font-18 { font-size: 18px;}
