	/* paste this */
	@font-face {
	    font-family: "ProximaNova-Regular";
	    src: url("../fonts/ProximaNova-Regular.eot");
	    /* IE9 Compat Modes */
	    src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
	        /* IE6-IE8 */
	        url("../fonts/ProximaNova-Regular.otf") format("opentype"),
	        /* Open Type Font */
	        url("../fonts/ProximaNova-Regular.svg") format("svg"),
	        /* Legacy iOS */
	        url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
	        /* Safari, Android, iOS */
	        url("../fonts/ProximaNova-Regular.woff") format("woff"),
	        /* Modern Browsers */
	        url("../fonts/ProximaNova-Regular.woff2") format("woff2");
	    /* Modern Browsers */
	    font-weight: normal;
	    font-style: normal;
	}

	/* ProximaNova-Bold */
	@font-face {
	    font-family: "ProximaNova-Bold";
	    src: url("./fonts/ProximaNovaBold.eot");
	    /* IE9 Compat Modes */
	    src: url("../fonts/ProximaNovaBold.eot?#iefix") format("embedded-opentype"),
	        /* IE6-IE8 */
	        url("../fonts/ProximaNovaBold.otf") format("opentype"),
	        /* Open Type Font */
	        url("../fonts/ProximaNovaBold.svg") format("svg"),
	        /* Legacy iOS */
	        url("../fonts/ProximaNovaBold.ttf") format("truetype"),
	        /* Safari, Android, iOS */
	        url("../fonts/ProximaNovaBold.woff") format("woff"),
	        /* Modern Browsers */
	        url("../fonts/ProximaNovaBold.woff2") format("woff2");
	    /* Modern Browsers */
	    font-weight: normal;
	    font-style: normal;
	}

	.top_head {
	    width: 100%;
	    float: left;
	    background: #EEEDED;
	    padding: 5px 15px;
	}

	.social-icon {
	    float: left;
	    width: 100%;
	}

	.social-icon ul {
	    list-style: none;
	}
.ticker-container strong{
color:white !important;
}
	.social-icon ul li {
	    background: #000;
	    margin: 0 10px 0 0;
	    padding: 5px;
	    width: 35px;
	    height: 35px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 50%;
	}

	.social-icon ul li a {
	    color: #fff;
	}

	.top_email {
	    color: #fff;
	    font-size: 14px;
	    display: flex;
	    align-items: center;
	}

	.top_email a {
	    color: #000;
	    margin: 0 10px;
	    font-size: 16px;
	}

	.top_email .btn-danger a {
	    color: #fff;
	    margin: 0;
	    font-size: 13px;
	}

	#banslide .owl-dots {
	    position: absolute;
	    z-index: 99;
	    bottom: 10px;
	    text-align: center;
	    width: 100%;
	}

	#banslide .owl-dots .owl-dot span {
	    width: 10px;
	    height: 10px;
	    background: white;
	    display: block;
	    margin: 0 2px;
	    border-radius: 100%;
	    opacity: 0.5;
	}

	#banslide .owl-dots .owl-dot.active span {
	    opacity: 1;
	}

	.whtsnew {
	    width: 100%;
	    float: left;
	    background: #d7272d;
	    padding: 10px 15px 5px;
	    margin-top: 10px;
	}

	.whtsnew h4 {
	    color: #fff;
	    font-size: 16px;
	    font-family: "Open Sans", sans-serif;
	    font-weight: bold;
	}

	h4.whtheading {
	    float: left;
	    margin-right: 10px;
	}

	.playstop {
	    float: left;
	    padding: 0 10px;
	    border: 2px solid #fff;
	    border-top: none;
	    border-bottom: none;
	}

	.playstop a {
	    color: #fff;
	}

	#whtsnew h6 {
	    margin-bottom: 0;
	    color: #fff;
	}

	#whtsnew .owl-dots {
	    display: none;
	}

	#whtsnew .owl-stage-outer {
	    height: 30px;
	}

	.full {
	    width: 100%;
	    background: #fff;
	}

	.resources {
	    background: #9c5efd;
	    padding: 15px;
	}

	.res-part h2 {
	    color: #fff;
	    font-size: 32px;
	    font-family: "ProximaNova-Bold";
	    margin-bottom: 30px;
	}

	.resbox {
	    text-align: center;
	    padding-bottom: 30px;
	}

	.resbox h3 {
	    font-size: 20px;
	    color: #fff;
	    font-family: "ProximaNova-Regular";
	}

	.our-latest {
	    background: #242424;
	    border-radius: 30px 0 30px 0;
	    padding: 10px 15px;
	}

	.our-latest h2 {
	    color: #fff;
	    font-size: 32px;
	    font-family: "ProximaNova-Bold";
	    margin-top: 10px;
	    margin-bottom: 20px;
	}

	.our-latest li {
	    list-style: none;
	    color: #fff;
	    font-size: 0.8rem;
	    margin-bottom: 20px;
	}

	.our-latest li .data-l {
	    font-size: 14px;
	    padding-bottom: 5px;
	}

	.services-section h3 {
	    text-align: center;
	    color: #000;
	    font-size: 50px;
	    font-family: "ProximaNova-Bold";
	    position: relative;
	    padding-bottom: 20px;
	}

	.services-section h3:after {
	    position: absolute;
	    content: "";
	    width: 150px;
	    height: 3px;
	    background: #000;
	    left: 50%;
	    bottom: 0;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	}

	.tabsrow {
	    text-align: center;
	    margin-top: 40px;
	}

	.tabsrow ul.nav.nav-tabs {
	    background: #fff;
	    border: none;
	    margin: auto;
	    width: auto;
	    display: inline-block;
	    border-radius: 30px;
	    overflow: hidden;
	    margin-bottom: 30px;
	}

	.tabsrow ul.nav.nav-tabs li {
	    float: left;
	}

	.tabsrow ul.nav.nav-tabs li a {
	    float: left;
	    padding: 10px 20px;
	    font-size: 22px;
	    font-family: "ProximaNova-Bold";
	    color: #000;
	}

	.tabsrow ul.nav.nav-tabs li a.active {
	    color: #fff;
	    background: #d7272d;
	}

	.tabsrow .card-header {
	    padding: 0;
	}

	.tabsrow .card-header a {
	    display: block;
	    text-align: left;
	    background: #272c48;
	    color: #fff;
	    padding: .75rem 1.25rem;
	}

	.tabsrow .card-header a i {
	    float: right;
	}

	.tabsrow .card-header a[aria-expanded="true"] i:before {
	    content: "\f077";
	}

	.tabsrow .card {
	    border: none;
	    margin-bottom: 10px;
	}

	.tabsrow .card-header span {
	    font-size: 14px;
	    background: #fff;
	    color: #000;
	    padding: 5px 10px;
	    border-radius: 20px;
	}

	.tabtabel td a {
	    color: #fff;
	    background: #d7272d;
	    padding: 5px 20px;
	    border-radius: 20px;
	}

	.tabtabel tr:nth-child(odd) {
	    background: #d0d7f0;
	}

	.tabtabel tr td:last-child {
	    vertical-align: middle;
	}

	.mt-30 {
	    margin-top: 30px;
	}

	.mb-20 {
	    margin-bottom: 20px;
	}

	a.applynow {
	    color: #fff;
	    background: #d7272d;
	    padding: 5px 20px;
	    border-radius: 20px;
	}



	.currentaffai {
	    background: #edeff6;
	    padding: 30px 15px;
	}

	.currentaffai h3 {
	    text-align: center;
	    color: #000;
	    font-size: 30px;
	    margin-bottom: 30px;
	    font-family: "ProximaNova-Bold";
	    position: relative;
	    padding-bottom: 20px;
	}

	.currentaffai a {
	    color: #000 !important;
	}

	.currentaffai h3:after {
	    position: absolute;
	    content: "";
	    width: 150px;
	    height: 3px;
	    background: #000;
	    left: 50%;
	    bottom: 0;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	}

	.currentaffai h5 {
	    margin-bottom: 10px;
	}

	.button-af1 {
	    background: #e1fee0;
	    color: #000;
	    border-radius: 5px;
	    border: 1px solid #94c692;
	    display: block;
	    padding: 3px 3px;
	    text-align: center;
	}

	.button-af2 {
	    background: #ffe9d4;
	    color: #000;
	    border-radius: 5px;
	    border: 1px solid #c3a990;
	    display: block;
	    padding: 3px 3px;
	    text-align: center;
	}

	.button-af3 {
	    background: #ffeeee;
	    color: #000;
	    border-radius: 5px;
	    border: 1px solid #ca9999;
	    display: block;
	    padding: 3px 3px;
	    text-align: center;
	}

	.button-af4 {
	    background: #e6f4ff;
	    color: #000;
	    border-radius: 5px;
	    border: 1px solid #a2b9ca;
	    display: block;
	    padding: 3px 3px;
	    text-align: center;
	}

	.button-af5 {
	    background: #e1fee0;
	    color: #000;
	    border-radius: 5px;
	    border: 1px solid #94c692;
	    display: block;
	    padding: 3px 3px;
	    text-align: center;
	}

	.button-af6 {
	    background: #ffe9d4;
	    color: #000;
	    border-radius: 5px;
	    border: 1px solid #c3a990;
	    display: block;
	    padding: 3px 3px;
	    text-align: center;
	}

	.crc-img {
	    position: relative;
	    width: 100%;
	    height: 230px;
	    overflow: hidden;
	}

	@keyframes gradient {
	    0% {
	        background-position: 0% 50%;
	    }

	    50% {
	        background-position: 100% 50%;
	    }

	    100% {
	        background-position: 0% 50%;
	    }
	}

	.crc-img a span.titimg {
	    position: absolute;
	    top: 10px;
	    left: 0;
	    width: 50%;
	    color: white;
	    height: 32px;
	    font-size: 13px;
	    font-weight: bold;
	    border-radius: 0 0 20px 0;
	    background-color: #ff4d00;
	    line-height: 32px;
	    text-align: center;
	    /* background-image: linear-gradient(-20deg, #052A60 0%, #02010F 100%); */
	    background: linear-gradient(75deg, #bc00ea, #3572b1, #06B936, #f7f00d);
	    background-size: 300% 300%;
	    animation: gradient 7.5s ease infinite;
	}

	.courcerow h4 {
	    padding-bottom: 30px;
	    font-size: 18px;
	    font-weight: 600;
	    text-transform: uppercase;
	    text-align: left;
	    font-family: "ProximaNova-Regular";
	}

	.courcerow h4 a {
	    color: #ff4d00 !important;
	    font-size: 1rem;
	    font-weight: bod;
	    float: right;
	}

	.arowclas .owl-nav {
	    position: absolute;
	    top: 40%;
	    transform: translateY(-40%);
	    width: 100%;
	}

	.arowclas .owl-nav button {}

	.arowclas.owl-carousel .owl-nav button span.arrow_carrot-left {
	    float: left;
	    margin-left: -30px;
	}

	.arowclas.owl-carousel .owl-nav button span.arrow_carrot-right {
	    float: right;
	    margin-right: -25px;
	}

	.services-item-in .crc-img img {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	}

	.services-item-in:hover .crc-img img {
	    transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	}

	.arowclas.owl-carousel .owl-stage-outer {
	    position: relative;
	    z-index: 9;
	}

	.services-item h3 a {
	    color: #000;
	}

	.services-item h3 a:hover {
	    color: red;
	}

	.services-item-in .readmre a {
	    color: #000;
	    font-size: 1rem;
	    font-weight: bold;
	    font-family: "ProximaNova-Bold";
	    text-transform: uppercase;
	}

	.services-item-in .readmre a:hover {
	    color: red;
	}

	.services-item-in .readmre span {
	    color: red;
	    float: left;
	    font-family: "ProximaNova-Bold";
	    font-size: 1rem;
	}

	.appaccor .panel-heading h4 a {
	    color: #000;
	    font-size: 1rem;
	    font-family: "ProximaNova-Bold";
	}

	.appaccor .panel-default {
	    border-bottom: 1px solid rgba(0, 0, 0, .125);
	    padding-bottom: 15px;
	}

	.appfull {
	    background: #fafafa;
	    padding: 50px 15px;
	}

	.appaccor .panel-body {
	    font-family: "ProximaNova-Regular";
	    font-size: 14px;
	}

	.appaccor .panel-heading h4 a[aria-expanded="true"] {
	    color: #d7272d;
	}

	.applink {
	    margin-top: 20px;
	}

	.elren {
	    display: block;
	    padding: 60px 0 60px;
	    background: #296c87;
	    background-image: url(../img/el-bg.png);
	    background-position: center;
	}

	.speaks-video {
	    margin: 0;
	    padding: 0;
	    float: left;
	    width: 100%;
	}

	.speaks-content {
	    margin: 0;
	    padding: 0;
	    float: left;
	    width: 100%;
	}

	.tag-head {
	    background-color: #fff;
	    display: inline-block;
	    padding: 4px 8px;
	    border-radius: 11px;
	    font-size: 17px;
	    font-weight: bold;
	    color: #000;
	}

	.tags {
	    margin-top: 10px;
	    display: inline-block;
	}

	.tags span {
	    background-color: #201f20;
	    color: #fff;
	    border-radius: 10px;
	    padding: 4px 12px;
	    margin: 2px;
	    line-height: 24px;
	    float: left;
	}

	.newBatchBtn2 {
	    float: left;
	    background-color: #d7272d;
	    margin-top: 10px;
	    color: #fff;
	}

	.btnCheckProgram-orange,
	.btnCheckProgram-orange:hover {
	    font-size: 16px;
	    font-weight: bold;
	    padding: 0px 24px 0px;
	    line-height: 45px;
	    display: inline-block;
	    background-color: #d7272d;
	    color: #fff;
	    text-align: left;
	    box-sizing: border-box;
	    text-decoration: none;
	    text-transform: uppercase;
	    transition: 0.5s;
	}

	.successStoriesOut {
	    background: url(../img/success-bg-top.jpg)#f4f4f4 no-repeat 0 0;
	    text-align: center;
	}

	.successStoriesInner {
	    padding: 80px 0;
	    background: url(../img/success-bg-bot-right.jpg)no-repeat 100% 100%;
	}

	.successStoriesOut .container {
	    padding-bottom: 55px;
	    position: relative;
	}

	h2.subHead {
	    font-size: 30px;
	    font-weight: bold;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	    text-align: center;
	    text-transform: uppercase;
	    background: url(../img/bluesubhead.png) no-repeat 50% 100%;
	    line-height: 1.2;
	}

	.successStoriesOut p {
	    margin-bottom: 40px;
	    padding: 0;
	}

	.successStoriesOut span {
	    color: #21409a;
	}

	.successStoriesOut img {
	    margin-bottom: 12px;
	}

	.successStoriesOut h4 {
	    color: #15415d;
	    text-transform: uppercase;
	    font-size: 20px;
	    font-weight: normal;
	    text-align: center;
	    display: block;
	}

	.successStoriesOut .owl-dots,
	.youtube .owl-dots {
	    display: block !important;
	    margin-top: 30px;
	    position: absolute;
	    width: 100%;
	    bottom: -130px;
	}

	.successStoriesOut .owl-dots button.owl-dot,
	.youtube .owl-dots button.owl-dot {
	    width: 15px;
	    height: 15px;
	    background: #c6c0c0;
	    border-radius: 100%;
	    margin: 0 3px;
	}

	.successStoriesOut .owl-dots button.owl-dot.active,
	.youtube .owl-dots button.owl-dot.active {
	    background: #21409a;
	}

	.successStoriesOut .newBatchBtn,
	.youtube .newBatchBtn {
	    color: #fff;
	    text-align: center;
	    font-size: 16px;
	    font-weight: 700;
	    text-transform: uppercase;
	    line-height: 45px;
	    box-sizing: border-box;
	    margin: 0 auto;
	    display: inline-block;
	    text-decoration: none;
	    margin-top: 50px;
	}

	.successStoriesOut .newBatchBtn a,
	.youtube .newBatchBtn a {
	    padding: 0px 20px;
	    color: #fff;
	    display: block;
	    background-color: #d7272d;
	    transition: 0.5s;
	}

	.stuSpeaksOut {
	    background: #f2f3e6;
	    padding: 80px 0 80px;
	}

	.stuSpeaksOut h3 {
	    font-size: 16px;
	    line-height: 20px;
	    margin: 0;
	    padding-bottom: 35px;
	    text-align: center;
	}

	.youtubeOut {
	    background: url(../img/success-bg-top.jpg)#f4f4f4 no-repeat 0 0;
	    text-align: center;
	}

	.youtubeInner {
	    padding: 80px 0;
	    background: url(../img/success-bg-bot-right.jpg)no-repeat 100% 100%;
	}

	.youtubeOut img {
	    margin-bottom: 12px;
	}

	.youtubeOut p {
	    margin-bottom: 40px;
	    padding: 0;
	}

	.video-title {
	    margin-top: 26px;
	}

	.video-title h4 {
	    font-weight: 500;
	    color: #000;
	    text-transform: inherit;
	    font-size: 17px;
	}

	.studyCircleOut {
	    padding: 80px 0 80px;
	}

	.studyCircleOut h2 {
	    margin-bottom: 30px;
	}

	.studyCircleOut .read-more {
	    margin: 50px auto 0;
	    padding: 0;
	    text-align: center;
	    max-width: 130px;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: 700;
	}

	.studyCircleOut .read-more a {
	    margin: 0;
	    padding: 0 20px;
	    color: #fff;
	    line-height: 38px;
	    display: block;
	    background: #1c1c1c;
	    transition: 0.5s;
	}

	.studyCircleOut .keyFacterOuter {
	    padding: 50px 0 0px;
	    margin-bottom: 54px;
	}

	.studyCircleOut .keyFacterOuter ul {
	    margin: 0 -15px;
	}

	.studyCircleOut .keyFacterOuter ul li {
	    list-style: none;
	    width: 33.333%;
	    height: 125px;
	    padding: 24px 15px 0;
	    float: left;
	    margin: 0 0px 37px 0;
	    font-size: 15px;
	}

	.studyCircleOut .keyFacterOuter ul li img {
	    float: left;
	    margin-top: -24px;
	}

	.studyCircleOut .studyCirclePic {
	    position: relative;
	}

	.studyCircleOut .studyCirclePic img {
	    width: 100%;
	    height: auto;
	}

	.showbtn {
	    display: block;
	}

	.hidebtn {
	    display: none;
	}

	.inner_page_intro_header {
	    min-height: 80px;
	    position: relative;
	    background-image: url(https://www.vajiramandravi.com/images/xlanding.jpg.pagespeed.ic.v5XeErUteQ.webp);
	    padding: 40px 0;
	    position: relative;
	    background-size: cover;
	    background-position: center center;
	}

	.course_details_page_intro_header {
	    height: 80px;
	    position: relative;
	    background-image: url(../img/aptiplus_banner.jpg);
	    padding: 4% 0 10%;
	    position: relative;
	    background-size: cover;
	    background-position: center center;
	}

	.inner_page_intro_header .shadeoverlay,
	.intro_header .shadeoverlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    /* background-image: linear-gradient(to right, #571993 0%, #0068ac 100%);
    background-image: linear-gradient(to right, #196c93 0%, #ac6700 100%); */
	    background-image: linear-gradient(to right, #000000 0%, #b51b20 100%);
	    opacity: .92;
	}

	.inner_page_intro_header .content {
	    position: relative;
	    z-index: 99;
	    color: #fff;
	}

	.course_details_page_intro_header .content {
	    position: relative;
	    color: #fff;
	}

	.inner_page_intro_header h1 {
	    color: #fff;
	    font-size: 2rem;
	}

	.inner_page_intro_header h2 {
	    color: #fff;
	    font-size: 1.5rem;
	}

	.course_details_page_intro_header h1 {
	    color: #fff;
	    font-size: 30px;
	    font-weight: 700;
	}

	.course_details_page_intro_header h2 {
	    color: #fff;
	    font-size: 1.5rem;
	}

	.Revision {
	    padding: 50px 0;
	}

	.Revision h3 {
	    font-family: "ProximaNova-Bold";
	    font-size: 1.5rem;
	    padding-bottom: 10px;
	}

	.display-block {
	    display: block !important;
	}

	.no-border-radius {
	    border-radius: 0;
	}

	.font_weight_600 {
	    font-weight: 600;
	}

	.no-decoration {
	    text-decoration: none !important;
	}

	.Revision li.list-group-item a {
	    color: #d7272d;
	}

	.Introducing ul,
	.Introducing ol {
	    list-style: inside;
	    padding-left: 15px;
	    padding-bottom: 15px;
	}

	.Introducing h3 {
	    font-family: "ProximaNova-Bold";
	    font-size: 1.5rem;
	    padding-bottom: 10px;
	}

	.Introducing {
	    margin-top: 50px;
	}




	.tabingselect .tab-navigation {
	    margin-bottom: 40px;
	    margin-top: 40px;
	}

	.tabingselect .tab-navigation select {
	    width: 300px;
	    float: right;
	}

	.tabingselect .tab-content {
	    width: 100%;
	    float: left;
	    margin-top: 0px;
	}

	.bookdataimg {
	    width: 100%;
	    height: 300px;
	    overflow: hidden;
	    margin-bottom: 10px;
	    float: left;
	}

	.bookdata h3 {
	    font-size: 1.3rem;
	    color: #000;
	    font-family: "ProximaNova-Bold";
	}

	.bookdata p {
	    font-size: 0.8rem;
	    color: #ccc;
	}

	.bookdata a {
	    background: #0043a3;
	    font-size: 1rem;
	    color: #fff;
	    padding: 5px 10px;
	    display: block;
	    text-align: center;
	    border-radius: 4px;
	}

	.bookdata {
	    float: left;
	    width: 100%;
	    padding: 5px;
	    border: 1px solid #ccc;
	}

	#tab-2 {
	    background: blue;
	}

	#tab-3 {
	    background: gray;
	}

	#tab-4 {
	    background: yellow;
	    color: black;
	}

	#tab-5 {
	    background: purple;
	}

	.blogrow {
	    margin: 50px 0;
	}

	.full-blog a.thumb-blog {
	    display: block;
	    overflow: hidden;
	}

	.full-blog a.thumb-blog img {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    height: 215px;
	    width: 100%;
	}

	.full-blog a.thumb-blog:hover img {
	    transform: scale(1.5);
	    -webkit-transform: scale(1.5);
	    -moz-transform: scale(1.5);
	}

	.full-blog h3 {
	    line-height: normal;
	}

	.full-blog .full-blogboxtext h3 {
	    min-height: 60px;
	}

	.full-blog h3 a {
	    color: #000;
	    font-family: "ProximaNova-Bold";
	    font-size: 22px;
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
	}

	.datesblog {
	    font-size: 0.8rem;
	    font-family: "ProximaNova-Regular";
	}

	.datesblog a {
	    color: #d7272d;
	    text-decoration: underline;
	}

	.full-blog p {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    line-clamp: 3;
	    -webkit-box-orient: vertical;
	    font-size: 14px;
	    padding: 20px 0 0;
	}

	.full-blogbox .full-blogboxtext {
	    padding: 20px 25px;
	}

	.full-blog:hover {
	    background: #ff131a;
	    color: #fff;
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	}

	.full-blog:hover h3 a {
	    text-decoration: none;
	    color: #fff;
	}

	.full-blog:hover p {
	    color: #fff;
	}

	.full-blog:hover .datesblog a {
	    color: #fff;
	}

	.full-blog:hover .btn-danger {
	    color: #ff131a;
	    background-color: #ffffff;
	    border-color: #ffffff;
	}

	.full-blogboximg {
	    border: 1px solid #ff131a;
	    padding: 1px;
	    border-top-left-radius: 8px;
	    border-top-right-radius: 8px;
	}

	.btn.btn-dark-gray {
	    background: #232323;
	    border-color: #232323;
	    color: #fff;
	}

	.btn.btn-very-small {
	    font-size: 12px;
	    padding: 1px 17px;
	    line-height: 22px;
	}

	.full-blog {
	    border-bottom: 2px solid #ff131a;
	    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	    transition: all ease-in-out .4s;
	    background: #fff;
	    margin-bottom: 35px;
	    padding: 0;
	    border-radius: 8px;

	}

	.serach-side input,
	.serach-side textarea,
	.serach-side select {
	    border: 1px solid #d1d1d1;
	    font-size: 14px;
	    padding: 8px 15px;
	    width: 100%;
	    margin: 0 0 20px 0;
	    max-width: 100%;
	    resize: none;
	    color: inherit;
	}

	.aside-title span {
	    display: inline-block;
	    vertical-align: middle;
	    margin-right: 20px;
	    font-family: "ProximaNova-Bold";
	}

	.latest-post li figure {
	    /* height: 33px; */
	    width: 60px;
	    float: left;
	}

	.latest-post li figure {
	    width: 75px;
	}

	.latest-post li div {
	    line-height: normal;
	    padding-left: 22px;
	    position: relative;
	    top: -1px;
	    font-size: 12px;
	}

	.latest-post li div a {
	    color: #000;
	}

	.tag-cloud a {
	    font-size: 10px;
	    padding: 3px 8px;
	    border: 1px solid #d9d9d9;
	    margin: 0 8px 8px 0;
	    display: inline-block;
	    text-transform: uppercase;
	    color: #232323;
	    line-height: 18px;
	}

	.wp-caption.alignleft {
	    margin: 5px 40px 30px 0;
	}

	.last-paragraph-no-margin a {
	    font-family: "ProximaNova-Bold";
	    color: #000;
	}

	.wp-caption {
	    background: #f7f7f7;
	    padding: 17px;
	    text-align: center;
	    border: 1px solid rgba(0, 0, 0, .1);
	    max-width: 50%;
	}

	.cover-background {
	    position: relative !important;
	    background-size: cover !important;
	    overflow: hidden !important;
	    background-position: center !important;
	    background-repeat: no-repeat !important;
	    padding: 130px 0;
	}

	.background-position-top {
	    background-position: center top !important;
	}

	.opacity-medium {
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    opacity: 0.75;
	    top: 0;
	    left: 0;
	}

	.bg-extra-dark-gray {
	    background-color: #1c1c1c;
	}

	.addhead {
	    font-family: "ProximaNova-Bold";
	    font-size: 1.5rem;
	}

	.formhead {
	    font-family: "ProximaNova-Bold";
	    font-size: 1.2rem;
	}

	.addresscon p {
	    font-size: 0.8rem;
	    line-height: normal;
	}

	.padding-fifteen-all {
	    padding: 15%;
	}

	.border-radius-6 {
	    border-radius: 6px;
	}

	.boxform input,
	.boxform textarea,
	.boxform select {
	    border: 1px solid #d1d1d1;
	    font-size: 14px;
	    padding: 8px 15px;
	    width: 100%;
	    margin: 0 0 20px 0;
	    max-width: 100%;
	    resize: none;
	    color: inherit;
	}

	.downloadtab ul.nav.nav-tabs {
	    border: none;
	    margin-bottom: 50px;
	    flex-wrap: unset;
	}

	.downloadtab ul.nav.nav-tabs li {
	    display: flex;
	}

	.downloadtab ul.nav.nav-tabs li a {
	    color: #000;
	    padding: 15px 30px;
	}

	.downloadtab ul.nav.nav-tabs li a {
	    color: #fff;
	    padding: 15px 40px;
	    font-family: "ProximaNova-Bold";
	    background: linear-gradient(45deg, #fcdf8a 0%, #f38381 100%);
	    margin-right: 20px;
	    font-size: 1.6rem;
	}

	.downloadtab ul.nav.nav-tabs li a.active {
	    background: linear-gradient(45deg, #C56CD6 0%, #3425AF 100%);
	}

	.fileterserch .form-control {
	    background: linear-gradient(135deg, #CE9FFC 0%, #7367F0 100%);
	    color: #fff;
	    border-radius: 0;
	    border: 1px solid #5d39ba;
	}

	.scrolldiv {
	    overflow-x: auto;
	}

	.fileterserch .form-control::-webkit-input-placeholder {
	    /* Chrome/Opera/Safari */
	    color: #fff;
	    opacity: 0.4;
	}

	.fileterserch .form-control::-moz-placeholder {
	    /* Firefox 19+ */
	    color: #fff;
	    opacity: 0.4;
	}

	.fileterserch .form-control:-ms-input-placeholder {
	    /* IE 10+ */
	    color: #fff;
	    opacity: 0.4;
	}

	.fileterserch .form-control:-moz-placeholder {
	    /* Firefox 18- */
	    color: #fff;
	    opacity: 0.4;
	}

	.intrpfull h3 {
	    font-family: "ProximaNova-Bold";
	    font-size: 1.2rem;
	    margin-top: 30px;
	}

	.header_app_download_btn {
	    background: darkblue;
	    padding: 5px 10px;
	    font-weight: bold;
	    box-shadow: 0 1px 2px #fff;
	    font-size: 15px;
	}

	/*.banner-text h1{
      margin: 0px 0px;
      padding: 0px 0px;
      font-size: 35px;
      color: #ffffff;
      font-weight: 700;
      width: 55%;
     }*/

	.banner-text {
	    width: 55%;
	}

	.banner-text h1 {
	    position: relative;
	    font-family: sans-serif;
	    text-transform: uppercase;
	    font-size: 33px;
	    letter-spacing: 4px;
	    font-weight: 700;
	    overflow: hidden;
	    background: linear-gradient(90deg, #000, #fff, #000);
	    background-repeat: no-repeat;
	    background-size: 90%;
	    animation: animate 3s linear infinite;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: rgba(255, 255, 255, 0);
	}

	@keyframes animate {
	    0% {
	        background-position: -500%;
	    }

	    100% {
	        background-position: 500%;
	    }
	}

	/* small mobile :320px. */
	@media (max-width: 767px) {
	    .container {
	        width: 100%;
	    }

	    .course_details_page_intro_header {
	        padding: 0;
	    }

	    .banner-text h1 {
	        font-size: 15px !important;
	        width: 100% !important;
	    }




	    /*.course_video {
    height: 150px !important;
    } */
	}

	.speaks-video {
	    margin: 0px 0px 19px 0px !important;
	}

	.tabsrow .card-header a {
	    font-size: 10px;
	}

	.tabsrow .card-header span {
	    font-size: 7px;
	    padding: 3px 10px;
	}




	/*social media link*/
	/*@media only screen and (min-width: 767px) and (max-width: 991px) {
    .social-icon ul li a{
        font-size: 12px!important;
  }
  }*/



	.btn-danger {
	    color: #fff;
	    background-color: #FF131A;
	    border-color: #FF131A;
	}

	nav.nav-menu.mobile-menu {
	    margin: 0;
	}

	.menu-bar {
	    background: #FF131A;
	}

	.upsc-img {
	    padding: 10px 0;
	    display: flex;
	    justify-content: flex-end;
	}

	.nav-menu ul li.active a {
	    color: #fff;
	}

	.nav-menu ul li:hover a {
	    color: #fff;

	}

	/* .nav-menu ul li a span{
    padding-right: 5px;
} */

	.nav-menu ul li a:before {
	    display: none;
	}

	.nav-menu ul li.active a:after {
	    display: none;
	}

	.nav-menu ul li a:after {
	    display: none;
	}

	.nav-menu ul li {
	    padding: 8px 0px;
	}

	.nav-menu ul li a {
	    color: #fff;
	    font-size: 13px;
	    padding: 0px 5px;
	}

	.nav-menu ul li .dropdown li {
	    padding: 0;
	}

	.nav-menu ul li.active {
	    background: #000;
	}

	.topheader {
	    display: flex;
	}

	/* hero section */
	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
	    background: #000000;
	    border: 1px solid #000;
	}

	.owl-theme .owl-dots .owl-dot span {
	    border: 1px solid #000;
	    background: transparent;
	}

	.hero-sec .owl-carousel .owl-item img {
	    height: 450px;
	}

	/* announcement box */
	section.announcement {
	    padding: 30px 0 0;
	}

	.announcement-box {
	    background: #EEEDED;
	    border: 1px solid #AFAFAF;
	    border-radius: 5px;
	}

	.announcement-head {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    background: #FF131A;
	    padding: 8px 0;
	}

	.announcement-headnew {
	    padding: 10px 20px 10px 10px;
	    position: relative;
	    color: #fff;
	    background: #0041C0;
	}

	.announce-box {
	    position: relative;
	}

	.announce-box-new {
	    position: absolute;
	    top: 20px;
	    right: 16px;
	    background: #ff131a;
	    width: 40px;
	    height: 25px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}


	@-webkit-keyframes newblink {
	    from {
	        opacity: 1;
	    }

	    to {
	        opacity: 0;
	    }
	}

	.announce-box-new .blink {
	    text-decoration: blink;
	    -webkit-animation-name: newblink;
	    -webkit-animation-duration: 0.9s;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-timing-function: ease-in-out;
	    -webkit-animation-direction: alternate;
	    color: #fff;
	    font-size: 13px;
	}


	.new-announcebox .announce-box-new {
	    right: 0;
	}

	/* .announcement-headnew:before{
	content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0041C0;
    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
} */

	.announcement-head h2 {
	    font-size: 18px;
	    color: #FFFFFF;

	}

	.announcementbody-box {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 15px;
	    background: #fff;
	    border: 1px solid #cfcfcf;
	    border-radius: 8px;
	    margin: 20px 0 0;
	    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	    min-height: 130px;
	}

	.announcementbody-box:hover {
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}

	.announcement-boxcontent h6 {
	    font-size: 13px;
	    color: #000000;
	    font-weight: 700;
	}

	.announcement-boxcontent p {
	    font-size: 12px;
	    margin: 0;
	}

	.announcement-headtitle {
	    padding: 0 20px;
	}

	.announcement-body {
	    height: 255px;
	    overflow-y: scroll;
	    padding: 0 18px;
	}

	.announcement-body::-webkit-scrollbar {
	    width: 5px;
	}

	.announcement-body::-webkit-scrollbar-track {
	    box-shadow: inset 0 0 5px grey;
	    border-radius: 10px;
	}

	.announcement-body::-webkit-scrollbar-thumb {
	    background: #FF131A;
	    border-radius: 10px;
	}

	.announcement-body::-webkit-scrollbar-thumb:hover {
	    background: #b30000;
	}

	/* course section */
	section.our-course {
	    padding: 30px 0 0;
	}

	.headtitle {
	    text-align: center;
	}

	.headtitle h2 {
	    margin-bottom: 15px;
	}

	.headtitle h2 span {
	    font-size: 25px;
	    color: #000000;
	    font-weight: 800;
	    position: relative;
	    padding: 0 0 6px;
	    line-height: 75px;
	    border-bottom: 2px solid #000;
	}

	/* .headtitle h2 span:before {
    content: "";
    position: absolute;
    background-color: #000000;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 2px;
    opacity: 1;
    transition: opacity 300ms, transform 300ms;
    right: 0;
    margin: auto;
} */

	ul.nav-pills {
	    border-bottom: 1px solid #FF131A;
	}

	.nav-pills .nav-link.active,
	.nav-pills .show>.nav-link {
	    color: #fff;
	    background-color: #FF131A;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	}

	.nav-pills .nav-link {
	    color: #000000;
	    font-weight: 700;
	}

	.tab-content {
	    margin-top: 15px;
	}



	.coursetab .course-box {
	    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	    border: 1px solid #cfcfcf;
	    border-radius: 5px;
	    padding: 25px;
	    margin: 0 0 25px;
	    min-height: 340px;
	    background: #fff;
	    /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
	    transition: all ease-in-out 1s;
	}

	.coursetab .course-box:hover {
	    background: #FF131A;
	    border: 1px solid #FF131A;
	    transition: all ease-in-out .5s;
	    transform: translateY(-10px);
	}

	.coursetab .course-box:hover .course-headicon {
	    background: #ffffff;
	}

	.coursetab .course-box:hover .course-headtext h4 {
	    color: #fff;
	}

	.coursetab .course-box .course-headtext h4 {
	    color: rgb(0, 0, 0);
	    transition: all ease-in-out .5s;
            font-size: 18px;
            font-weight: 600;

	}

	.coursetab .course-box:hover p {
	    color: #fff;
	}

	.coursetab .course-box:hover .btn-outline-danger {
	    color: #fff;
	    background-color: #000000;
	    border-color: #000000;
	}

	.course-head {
	    display: flex;
	    align-items: center;
	    margin: 0 0 20px;
	}


	/* join us section */
	section.joinus {
	    padding: 30px 0 0;
	}

	.joinus-box {
	    position: relative;
	    height: 130px;
	    border-radius: 10px;
	}

	.joinus-boximg img {
	    height: 130px;
	    width: 100%;
	}

	#overlay-inner {
	    position: absolute;
	    width: 100%;
	    height: auto;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    cursor: pointer;
	    background: #007CBB;
	    clip-path: polygon(56% 0, 50% 100%, 0% 100%, 0% 0%);
	    border-radius: 6px;
	}

	.joinus-content {
	    position: absolute;
	    top: 21px;
	    left: 35px;
	    display: flex;
	    align-items: center;
	}

	.joinus-content h2 {
	    width: 50%;
	    font-size: 35px;
	    font-weight: 700;
	    color: #fff;
	}

	.joinus-btn h3 {
	    font-weight: 700;
	    margin-bottom: 10px;
	    text-align: center;
	    text-transform: uppercase;
	    color: #fff;
	}

	.joinus-content .joinus-btn .btn-primary {
	    color: #fff;
	    background-color: #ff131a;
	    border: 2px solid #fff;
	    border-radius: 50px;
	    width: 150px;
	    text-transform: uppercase;
	    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}

	.joinus-btn .btn-primary:not(:disabled):not(.disabled).active:focus,
	.btn-primary:not(:disabled):not(.disabled):active:focus,
	.show>.btn-primary.dropdown-toggle:focus {
	    box-shadow: 0 0 0 0.2rem rgb(255 20 28 / 42%);
	}

	.joinus-btn .btn-primary:not(:disabled):not(.disabled).active,
	.btn-primary:not(:disabled):not(.disabled):active,
	.show>.btn-primary.dropdown-toggle {
	    color: #fff;
	    background-color: #d80a10;
	    border-color: #d80a10;
	}

	.joinus-content .joinus-btn .btn-primary span {
	    color: #fff;
	}

	.joinus-content .joinus-btn .btn-primary:hover {
	    background-color: #d80a10;
	    border-color: #e4e4e4;
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	    transition: all .1s;
	}

	/* choose us */
	section.choose-us {
	    padding: 20px 0 0;
	    background: #db1b0d;
	    margin: 40px 0 0;
	}

	.choose-us ul {
	    width: 70%;
	    margin: auto;
	}

	.choose-us ul li {
	    list-style: none;
	    position: relative;
	    padding: 0 0 0 25px;
	    min-height: 46px;
	    color: #ffffff;
	    font-weight: 600;
	    font-size: 13px;
	}

	section.choose-us .headtitle h2 span {
	    color: #fff;
	    border-bottom: 2px solid #fff;
	}

	.choose-us ul li span {
	    position: absolute;
	    left: 0;
	}

	.choose-us ul li span i {
	    font-size: 12px;
	    color: #ffffff;
	}

	.choose-usbox {
	    padding: 20px 0;
	}

	/* toppers */
	section.our-toppers {
	    padding: 30px 0 0;
	}

	.our-toppers .toppers-boximg {
	    height: 205px;
	    background: url(../img/topperimgbg.png) no-repeat;
	    position: relative;
	    background-position: bottom center;
	}

	.our-toppers .toppers .owl-carousel .owl-item .toppers-boximg img {
	    width: 100px;
	    margin: auto;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    border-radius: 50%;
	    object-fit: contain;
	    height: 100px;
	}

	.toppers-carousel .owl-theme .owl-dots .owl-dot span {
	    border: 1px solid #ff131a;
	    background: transparent;
	}

	.toppers-carousel .owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
	    background: #ff131a;
	    border: 1px solid #ff131a;
	}

	.footersec-links-box {
	    background: #fff;
	    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	    padding: 10px 25px;
	}

	/* admission sec */
	section.admission-sec {
	    background: #F8F8F8;
	    padding: 40px 0;
	    margin: 30px 0 0;
	}

	.admission-box ul li {
	    list-style: none;
	}

	.admission-boxred .admissionbox-head {
	    background-color: #DB1B0D;
	}

	.admissionbody-contact {
	    color: #DB1B0D;
	    margin: auto;
	}

	/* .admission-boxred .admissionbody-contact {
    color: #DB1B0D;
} */

	.admission-boxblue .admissionbox-head {
	    background-color: #002886;
	}

	/*
.admission-boxblue .admissionbody-contact {
    color: #002886;
} */

	.admission-boxsky .admissionbox-head {
	    background-color: #007CBB;
	}

	/* .admission-boxsky .admissionbody-contact {
    color: #007CBB;
} */

	.admission-sec .admissionbox-head h2 {
	    color: #fff;
	    font-size: 27px;
	    padding: 10px;
	    font-weight: 600;
	}

	.admissionbox-body {
	    padding: 25px;
	}

	.admissionbox-body h6 {
	    color: #000000;
	    text-align: center;
	    font-weight: 700;
	    margin: 0 0 20px;
	    font-size: 14px;

	}

	.admissionbody-contact ul li {
	    list-style: none;
	    font-weight: 700;
	    padding: 0 0 15px 20px;
	    position: relative;
	}

	.admissionbody-contact ul li a {
	    color: #FF131A;
	}

	.admissionbody-contact ul li a:hover {
	    text-decoration: none;
	}

	/* .admissionbody-contact ul li span {
    position: absolute;
    left: 0;
} */

	.admissionbody-contact ul li span.admiss-location {
	    /* left:60%; */
	    color: #000;
	}

	.admissionbody {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

	.admission-boxred,
	.admission-boxblue,
	.admission-boxsky {
	    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	    transition: all ease-in-out 1s;
	}

	.admission-boxred:hover,
	.admission-boxblue:hover,
	.admission-boxsky:hover {
	    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	    transition: all .5s;
	    transform: translateY(-10px);
	}

	/* faculty */
	section.faculty-members {
	    padding: 30px 0 0;
	}

	.faculty-members .toppers .owl-carousel .owl-item .toppers-boximg img {
	    width: 140px;
	    margin: auto;
	}

	.faculty-members .toppers-boxcon {
	    padding: 15px 0;
	}

	.faculty-members .toppers-boxcon h6 {
	    color: #FF131A;
	}

	.toppers-box .toppers-boxcon {
	    text-align: center;
	    padding: 20px 0;
	}

	.toppers-boxcon h6 {
	    font-size: 15px;
	    font-weight: 600;
	}

	.toppers-boxcon p {
	    color: #505050;
	    font-size: 13px;
	    font-weight: 500;
	}

	/* student testi */
	section.studentstesti {
	    background: #007cbb;
	    padding: 30px 0;
	    margin: 30px 0 0 0;
	}

	section.studentstesti .headtitle h2 span {
	    color: #fff;
	    border-bottom: 2px solid #fff;
	}

	.studenttesti-boxitem {
	    background: #fff;
	    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	    margin: 25px;
	    padding: 30px;
	    min-height: 320px;
	}

	.studenttesti-boxitem:hover {
	    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	}

	.studentitem-namebtn {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	.studentitem-name {
	    display: flex;
	}

	.studentname-icon {
	    color: #fff;
	    height: 50px;
	    width: 50px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0 14px 0 0;
	    border-radius: 50%;
	}

	.studentname-icon img {
	    border-radius: 50%;
	}

	.studentname-text h6 {
	    font-weight: 700;
	}



	.studentstesti .studenttesti-boxitem:hover .studentitem-btn .btn-outline-danger {
	    color: #fff;
	    background-color: #FF131A;
	    border-color: #FF131A;
	}

	/* quick links */
	section.quick-links {
	    background: #007cbb;
	}

	.quick-links .headtitle {
	    text-align: left;
	}

	section.quick-links .text-secondary {
	    color: #ffffff !important;
	}

	section.quick-links .headtitle h2 span {
	    color: #fff;
	    border-bottom: 2px solid #fff;
	}

	.headtitle p {
	    margin: 0;
	}

	.quick-linksleft {
	    padding: 30px 0;
	}

	.quick-linksleft .quick-linksleftbox {
	    width: 75%;
	    margin: auto;
	}

	.quick-linksleft .quick-linksleftbox ul li {
	    list-style: none;
	    position: relative;
	    padding: 0 0 0 16px;
	    color: #000000;
	    font-weight: 700;
	    margin: 12px 0;
	    font-size: 14px;
	}

	.quick-linksleft .quick-linksleftbox ul li span {
	    position: absolute;
	    left: 0;
	}

	.quick-linksleft .quick-linksleftbox ul li span i {
	    font-size: 12px;
	    color: #ffffff;
	}

	.quick-linksright {
	    background: #fff;
	    padding: 30px 0;
	}


	.quick-linksrightbox {
	    text-align: center;
	}

	.quick-linksrightbox .mobile-img {
	    height: 240px;
	}

	.quick-linksrightbox h2 {
	    font-weight: 700;
	    font-size: 28px;
	}

	.quick-linksrightbox h2 span {
	    font-weight: 800;
	    color: #FF131A;
	}

	/* social links */
	section.social-links {
	    margin: 70px 0 0;
	}

	.social-linksbox {
	    border: 1px solid #DFDFDF;
	    background: #F8F8F8;
	    padding: 25px;
	    transition: all ease-in-out 1s;
	    width: 180px;
	    height: 180px;
	    margin: 35px auto 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.social-linksbox:hover {
	    transition: all .5s;
	    transform: translateY(-20px);
	}

	/* footer section */
	footer.footer-sec {
	    margin: 50px 0 0;
	    background: #F5F5F5;
	    padding: 60px 0;
	}

	.footer-sec .social-menu {
	    padding: 25px 0;
	}

	.footer-sec .social-menu ul {
	    position: absolute;
	    padding: 0;
	    margin: 0;
	    display: flex;
	}

	.footer-sec .social-menu ul li {
	    list-style: none;
	    margin: 0;
	}

	.footersec-links h2 {
	    color: #FF131A;
	    font-size: 25px;
	    font-weight: 700;
	    padding: 0 0 14px;

	}
        @media only screen and (max-width:450px) {
          .our-course2{
              height:1050px;
          }
       
	 }
	@media only screen and (max-width:550px) {
        
	    .footersec-links .footerquick-links ul {
	        column-count: 1 !important;
	    }

	}

	.footer-sec .social-menu ul li a {
	    position: relative;
	    display: block;
	    width: 35px;
	    height: 35px;
	    border-radius: 50%;
	    background-color: #FF131A;
	    text-align: center;
	    transition: .6s;
	    /* box-shadow: 0 5px 4px rgb(0 0 0 / 50%); */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 17px;
	    margin: 0 7px 0 0;
	}

	.footer-sec .social-menu ul li a i,
	.social-menu ul li a svg {
	    color: #fff;
	}

	.footer-sec .social-menu ul li a:hover {
	    transform: translate(0, -10%);
	    text-decoration: none;
	}

	.footerquick-links ul li {
	    list-style: none;
	}

	.footerquick-links ul li {
	    list-style: none;
	    position: relative;
	    padding: 0 0 8px 15px;
	    color: #535353;
	    font-weight: 500;
	    font-size: 14px;
	}

	.footerquick-links ul li a {
	    color: #000;
	}

	.footerquick-links ul li span {
	    position: absolute;
	    left: 0;
	}

	.footerquick-links ul li span i {
	    font-size: 9px;
	    color: #FF131A;
	}

	.footerquick-links .text-secondary {
	    color: #333333 !important;
	}

	.gettouchbox ul li {
	    list-style: none;
	}

	.gettouch-text {
	    margin: 25px 0 0;
	}

	.gettouch-text h3 {
	    color: #FF131A;
	    font-size: 26px;
	    font-weight: 700;
	}

	.gettouchbox ul li {
	    list-style: none;
	    position: relative;
	    padding: 0 0 0 30px;
	    color: #535353;
	    font-weight: 600;
	    font-size: 14px;
	    margin: 15px 0 0;
	}

	.gettouchbox ul li.location {
	    font-size: 20px;
	    color: #000;
	    border-bottom: 1px solid#9a9a9a;
	    padding-bottom: 10px;
	}

	.gettouchbox ul li a.getdirect span {
	    position: absolute;
	    right: 0;
	    left: 90%;
	}

	.gettouchbox ul li a.getdirect span i {
	    font-size: 20px;
	    background: #FF131A;
	    padding: 5px 8px;
	    border-radius: 50%;
	    color: #fff;
	}

	.gettouchbox ul li a {
	    color: #000;
	}

	.gettouchbox ul {
	    background: #fff;
	    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	    padding: 10px 25px;
	    margin: 16px 0 0;
	}

	.gettouchbox ul li span {
	    position: absolute;
	    left: 0;
	}

	.gettouchbox ul li span i {
	    font-size: 20px;
	    color: #FF131A;
	}

	.gettouchbox ul li.phone a {
	    font-size: 22px;
	    font-weight: 700;
	}

	/* copy right */
	.copyright-box {
	    text-align: center;
	    background: #ff131a;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    padding: 20px 75px;
	}

	.copyright-box p {
	    color: #ffffff;
	    margin: 0;
	}

	.copyright-box p a {
	    color: #ffffff;
	}

	.faculty-members .toppers .owl-carousel .owl-item .toppers-boximg img {
	    width: 100px;
	    margin: auto;
	    height: 100px;
	    border-radius: 50%;
	}

	.toppers-btn {
	    text-align: center;
	    margin: 20px 0 0;
	}

	.toppers-btn .btn-outline-danger {
	    color: #FF131A;
	    border-color: #FF131A;
	}

	.toppers-btn .btn-outline-danger:hover {
	    color: #fff;
	    background-color: #FF131A;
	    border-color: #FF131A;
	}

	.faculty-members .toppers-box {
	    height: 250px;
	    border: 1px solid #d6d6d6;
	    padding: 12px;
	}

	/* details page style (best-ias-coaching-in-kolkata-new) */
	.innerbanner img {
	    height: 310px;
	    width: 100%;
	}

	.enquiry {
	    background: #d1d1d1;
	    padding: 10px 0 45px;
	}

	.why-aptibox {
	    text-align: center;
	    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	    transition: all ease-in-out 1s;
	    padding: 20px 30px;
	    margin: 22px 0;
	    min-height: 350px;
            border-radius:10px;
	}

	.why-aptibox:hover {
	    transition: all .5s;
	    transform: translateY(-10px);
	}

	.why-aptibox .icon-box {
	    background: #ff131a;
	    width: 100px;
	    height: 100px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 50%;
	    margin: auto;
	    padding: 22px;
	}

	.aptibox-des h3 {
	    color: #5f5555;
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 22px;
	    padding: 15px 0;
	}

	.aptibox-des p {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 6;
	    line-clamp: 6;
	    -webkit-box-orient: vertical;
	}

	.youtube-channel {
	    background: #b00;
	    text-align: center;
	    color: #fff;
	    padding: 15px;
	    font-weight: 700;
	    font-size: 18px;
	}

	section.why-aptiplus {
	    padding: 60px 0;
	}

	.our-toppers .toppers .toppers-boximg.detailsimg img {
	    width: 100px;
	    height: 100px;
	    border-radius: 100%;
	    margin: auto;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    object-fit: contain;
	}

	.content-accor .fa-plus {
	    display: none;
	}

	.content-accor .collapsed .fa-plus {
	    display: block;
	}

	.content-accor .collapsed .fa-minus {
	    display: none;
	}

	.content-accor .btn-link {
	    font-weight: 600;
	    color: #1a1b1c;
	    text-decoration: none;
	}

	a:hover {
	    text-decoration: none;
	}

	.telegram-channel {
	    background: #0073e8;
	    text-align: center;
	    color: #fff;
	    padding: 15px;
	    margin-top: 30px;
	    font-weight: 700;
	    font-size: 18px;
	}

	.top_email button {
	    padding: 5px 10px;
	    height: 25px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.social-icon ul li {
	    width: 25px;
	    height: 25px;
	}

	.social-icon ul li a {
	    font-size: 12px;
	}

	/*====================================
            Courses Page
======================================*/
	section.courses {
	    margin: 6% 0 0;
	    background: #fff;
	    padding: 40px 0;
	}

	.courses .tab-content {
	    margin: 0;
	}

	.service-tab {
	    background: #f1f1f1;
	    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
	}

	.service-tab .nav-pills a.nav-link {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	.course-tabcontent .tab-content {
	    padding: 25px 0;
	    border-top: 0;
	    margin: 0;
	}

	.course-tabcontent .nav-tabs {
	    border-bottom: 0;
	}

	/* .courses-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
} */

	.course-tabhead {
	    border: 1px solid #ea00074d;
	    background-color: #f1f1f1;
	    margin-bottom: 25px;
	    text-align: center;
	    padding: 15px;
	}

	.course-tabhead h2 {
	    font-size: 22px;
	    font-weight: 600;
	}

	.civil-tabhead h2 {
	    font-size: 20px;
	    font-weight: 700;
	    color: #ff131a;
	}

	.courses-box {
	    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	    transition: all ease-in-out 1s;
	    background: #eeeded;
	    display: flex;
	    gap: 15px;
	    margin-bottom: 35px;
	    transition: all ease-in-out 1s;
	    min-height: 160px;
	    padding: 0;
	    border-radius: 6px;
	}

	.courses-box:hover {
	    transform: translateY(-10px);
	}

	.courses-box h3 {
	    font-weight: 700;
	    font-size: 18px;
	    color: #000000;
	    padding: 10px 0;
	}


	/* .courses-box .course-left {
	    background: #ff131a;
	    min-width: 105px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    color: #fff;
	    border-top-left-radius: 6px;
	    border-bottom-left-radius: 6px;
	} */
	.courses-box .course-left {
		background: #eeeded;
		min-width: 105px;
		display: block;
		align-items: center;
		justify-content: center;
		color: #fff;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	.course-tabcontent .nav-tabs a.nav-item.nav-link.active {
	    color: #fff;
	    font-weight: 700;
	    background: #ff131a;
	    border-radius: 8px;
	}

	.course-tabcontent .nav-tabs a.nav-item.nav-link {
	    color: #fff;
	    font-weight: 700;
	    background: #000000;
	    border-radius: 8px;
	    border: 0;
	}


	/* btn effect */
	.btn-effect {
	    text-align: center;
	    display: inline-block;
	    position: relative;
	    text-decoration: none;
	    color: #fff;
	    text-transform: capitalize;
	    /* background-color: - add your own background-color */
	    font-family: "Roboto", sans-serif;
	    /* put your font-family */
	    font-size: 15px;
	    width: 125px;
	    border-radius: 6px;
	    overflow: hidden;
	}

	/* effect-arrow styles */
	.btn-effect.btn-effect-arrow {
	    transition: all 0.2s linear 0s;
	}

	.btn-effect.btn-effect-arrow:before {
	    content: "";
	    font-family: FontAwesome;
	    font-size: 15px;
	    position: absolute;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    right: 0;
	    top: 0;
	    opacity: 0;
	    height: 100%;
	    width: 40px;
	    transition: all 0.2s linear 0s;
	}

	.button-effect:hover .btn-effect.btn-effect-arrow {
	    text-indent: -20px;
	}

	.button-effect:hover .btn-effect.btn-effect-arrow:before {
	    opacity: 1;
	    text-indent: 0px;
	}

	.btn-effect.btn-effect-cart {
	    transition: all 0.2s linear 0s;
	}

	.btn-effect.btn-effect-cart:before {
	    content: "\f07a";
	    font-family: FontAwesome;
	    font-size: 15px;
	    position: absolute;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    right: 0;
	    top: 0;
	    opacity: 0;
	    height: 100%;
	    width: 40px;
	    transition: all 0.2s linear 0s;
	}

	.button-effect:hover .btn-effect.btn-effect-cart {
	    text-indent: -20px;
	}

	.button-effect:hover .btn-effect.btn-effect-cart:before {
	    opacity: 1;
	    text-indent: 0px;
	}

	.full-blog:hover .btn-effect.btn-effect-arrow {
	    text-indent: -20px;
	}

	.full-blog:hover .btn-effect.btn-effect-arrow:before {
	    opacity: 1;
	    text-indent: 0px;
	}

	/* achievements */
	section.achievements {
	    padding: 30px 0 0;
	}

	.achievements .owl-carousel .owl-item .toppers-boximg img {
	    width: 350px;
	    margin: auto;
	    height: 300px;
	}

	.achievements .toppers-boximg {
	    height: 304px;
	    /* background: url(../img/achievementbg.png) no-repeat;
    position: relative;*/
	    background-position: bottom center;
	}

	section.full.blogrow {
	    background: transparent;
	}

	/* best ias page */
	.coaching-center .gettouchbox ul li.location {
	    font-size: 17px;
	    border-bottom: 0;
	}

	.coaching-center .gettouchbox ul {
	    background: #ff131a;
	}

	.coaching-center .gettouchbox ul li span i {
	    color: #fff;
	}

	.coaching-center .gettouchbox ul li a.getdirect span i {
	    color: #ff131a;
	    background: #fff;
	}

	.coaching-center .gettouchbox ul li.location {
	    color: #fff;
	}

	/* course details page */
	.course-details-tab-area .tab-content .tab-pane h3:not(:first-child) {
	    background: #d7272d;
	}

	section.coaching-center {
	    padding: 0 0 35px;
	}

	.innerbanner {
	    margin-top: 9%;
	}

	.course-detailsimg {
	    text-align: center;
	}

	.enroll-stickybtn {
	    display: flex;
	    justify-content: center;
	    background: #fff;
	    position: fixed;
	    bottom: 0;
	    padding: 15px 0;
	    z-index: 99;
	    box-shadow: rgb(0 0 0 / 11%) 2px -1px 2px 4px;
	    bottom: 0;
	    width: 100%;
	}

	.enroll-stickybtn .sidebar {
	    width: 35%;
	}

	.blog-details-text {
	    background: #ffffff;
	    padding-top: 20px;
	    padding-left: 55px;
	    padding-right: 55px;
	    box-shadow: rgb(0 0 0 / 45%) 0px 3px 8px;
	    max-width: 100%;
	}

	.blog-details-text li a {
	    max-width: 100%;
	    word-break: break-all;
	}

	.socialmedia-sticky {
	    display: flex;
	    justify-content: center;
	    background: #fff;
	    position: sticky;
	    bottom: 0;
	    padding: 15px 0;
	    z-index: 99;
	    box-shadow: rgb(0 0 0 / 27%) -3px -1px 12px 1px;
	}

	/* achievement section */
	.content-achievement {
	    position: relative;
	    width: 90%;
	    max-width: 400px;
	    margin: auto;
	    overflow: hidden;
	}

	.content-achievement .content-overlay-achievement {
	    background: rgba(0, 0, 0, 0.5);
	    position: absolute;
	    height: 99%;
	    width: 100%;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    opacity: 0;
	    -webkit-transition: all 0.4s ease-in-out 0s;
	    -moz-transition: all 0.4s ease-in-out 0s;
	    transition: all 0.4s ease-in-out 0s;
	}

	.content-achievement:hover .content-overlay-achievement {
	    opacity: 1;
	}

	.content-image-achievement {
	    width: 100%;
	}

	.content-details-achievement {
	    position: absolute;
	    text-align: center;
	    padding-left: 1em;
	    padding-right: 1em;
	    width: 100%;
	    top: 50%;
	    left: 50%;
	    opacity: 0;
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    -webkit-transition: all 0.3s ease-in-out 0s;
	    -moz-transition: all 0.3s ease-in-out 0s;
	    transition: all 0.3s ease-in-out 0s;
	}

	.achievements .toppers-box .toppers-boxcon {
	    padding: 20px;
	}

	.content-achievement .toppers-boxcon h6 {
	    font-size: 20px;
	    color: #fff;
	}

	.content-achievement:hover .content-details-achievement {
	    top: 50%;
	    left: 50%;
	    opacity: 1;
	}

	.content-details-achievement h3 {
	    color: #fff;
	    font-weight: 500;
	    letter-spacing: 0.15em;
	    margin-bottom: 0.5em;
	    text-transform: uppercase;
	}

	.content-details-achievement p {
	    color: #fff;
	    font-size: 0.8em;
	}

	.fadeIn-bottom {
	    top: 80%;
	}

	/* store page */
	.full.blogrow .left-filter {
	    background: #f1f1f1;
	    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
	}

	.store_list .left-filter .card-header {
	    background-color: #FF131A;
	}

	.store_list .left-filter .card-header h6.title {
	    color: #fff;
	    font-weight: 700;
	}

	.store_list .left-filter .filter-content a:hover {
	    color: #ff131a;
	}



	.course-details-comments .media img {
	    border: 2px solid #f50032ad;
	    box-shadow: 0px -1px 8px 1px #0009;
	}

	.custom-info-card {
	    height: 100%;
	    border: 1.5px dashed #d83330;
	    padding: 20px;
	}

	.custom-info-card h2,
	.custom-info-card strong.title-str {
	    font-size: 16px !important;
	    margin-bottom: 13px;
	    padding-bottom: 14px;
	    position: relative;
	    display: block;
	    font-weight: 600 !important;
	    color: #d7272d;
	    text-transform: uppercase;
	}

	.custom-info-card h2::before,
	.custom-info-card strong.title-str::before {
	    content: "";
	    position: absolute;
	    height: 3px;
	    width: 70px;
	    background-color: #d83330;
	    bottom: 0;
	    left: 0;
	}

	.nav-menu ul li .dropdown {
	    z-index: 9999 !important;
	}

	a:hover {
	    text-decoration: none !important;
	}

	.add-to-cart-main,
	.add-to-cart-main:hover {
	    background-color: #d7272d;
	    border-color: #d7272d;
	}

	.footerquick-links ul {
	    column-count: 4;
	}

	/*
.footerquick-links ul li {
    width: 235px;
    max-width: 100%;
} */


	@media (max-width: 1000) {
	    .footerquick-links ul {
	        column-count: 2 !important;
	    }
	}

	button.download-brochure {
	    padding-left: 17px;
	}

	.form-horizontal button#contact-us-button {
	    background-color: #d7272d;
	    border-color: #d7272d;
	}

	.custom-product-final-card .card-footer {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

	.custom-product-final-card .card-footer small {
	    font-weight: 600;
	    color: #00000096;
	    font-size: 18px;
	}

	.custom-product-final-card .card-title a {
	    color: #222222ba;
	    font-weight: 600;
	    max-width: 322px;
	    display: block;
	    line-height: 149%;
	}

	.p-d-title.title {
	    max-width: 468px;
	    line-height: 145%;
	    font-weight: 600;
	    color: #222;
	}

	.page-twoc-quote {
	    width: 100% !important;

	}

	.page-item.active .page-link {
	    z-index: 3;
	    color: #fff;
	    background-color: #ff131a;
	    border-color: #ff131a;
	}

	.page-link {
	    color: #ff131a;
	}

	.page-link:hover {
	    color: #ff131a;
	}

	section.blog_section {
	    margin: 13% 0 0;
	}

	.interview_sec {
	    margin: 13% 0 0;
	}

	.download-imgbox {
	    display: flex;
	    flex-direction: column;
	}

	.enquiry_cdetails {
	    padding: 0;
	}

	.enquiry_cdetails h3 {
	    background: #ff131a;
	    color: #ffffff;
	    font-weight: 700;
	    text-transform: uppercase;
	    font-size: 24px;
	}

	.details_iconfile {
	    color: #ffffff;
	    background: #FF131A;
	    width: 30px;
	    height: 30px;
	    padding: 10px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 50%;

	}

	li.details_iconlist {
	    display: flex;
	    gap: 15px;
	}

	.login-box {
	    background: #fff;
	}

	.login_img {
	    background: #fff;
	}

	.login_box .card-header {
	    background: #ff131a;
	    color: #ffffff;
	    font-weight: 700;
	    font-size: 16px;
	}

	.login_box .card-body {
	    border: 1px solid #ff131a;
	}

	.container-fluid.secondary_page_container .login_box {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.login_box .btn_loginn {
	    color: #fff;
	    background-color: #ff131a;
	    border-color: #ff131a;
	}

	.top_email a:hover {
	    color: #ff131a !important;
	}

	.card_pbody li.list-group-item.profile_list a {
	    color: #000;
	}

	.card_pbody li.list-group-item.profile_list.active {
	    z-index: 2;
	    color: #fff;
	    background-color: #ff131a;
	    border-color: #ff131a;
	}

	.card_pbody li.list-group-item.profile_list.active a {
	    color: #ffffff;
	}

	/* new testimonail */
	section.testimonial {
	    padding: 100px 0px;
	    background: #fff;
	}

	.textimonial-card {
	    background: #EFF5F9 0% 0% no-repeat padding-box;
	    border-radius: 10px;
	    width: 100%;
	    padding: 20px 20px 76px 20px;
	    position: relative;
	    height: 352px;
	}

	.textimonial-card>img {
	    width: 30px !important;
	    margin-bottom: 20px;
	}

	.textimonial-card>p {
	    text-align: left;
	    letter-spacing: 0px;
	    color: #464646;
	    font-weight: 600;
	    font-size: 14px;
	    line-height: 25px;
	    min-height: 150px;
	}

	.profile-card {
	    display: flex;
	    gap: 10px;
	    margin-top: 20px;
	    justify-content: space-between;
	}

	.profile-card-left {
	    display: flex;
	    gap: 10px;
	    justify-content: space-between;
	}

	.profile-card .img {

	    width: 45px;
	    height: 45px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%;
	}

	.profile-card .img img {
	    height: 45px;
	    width: 45px;
	    border-radius: 50%;
	    object-fit: cover;
	    object-position: center;
	}

	.profile-card h3 {
	    letter-spacing: 0.59px;
	    color: #007cbb;
	    font-size: 16px;
	    font-weight: 500;
	}

	.profile-card p {
	    font: normal normal normal 14px/19px;
	    letter-spacing: 0.57px;
	    color: #ff131a;
	}

	.textimonial-card::before {
	    content: "";
	    background: url('https://www.aptiplus.in/uploads/images/testimonial-bg.svg');
	    background-repeat: no-repeat;
	    width: 100%;
	    height: 57%;
	    bottom: 0;
	    left: 0;
	    position: absolute;
	    background-size: cover;
	    border-bottom-left-radius: 15px;
	    border-bottom-right-radius: 15px;
	}

	.studentitem-btn .btn-outline-danger {
	    color: #FF131A;
	    border-color: #FF131A;
	}

	.studentitem-btn .btn-outline-danger:hover {
		color:#fff;
	}

	.studentitem-btn {
		z-index: 9;
	}

	.abt-sec {
	    background-color: #eeeded;
	}

	.abt-sec p {
	    color: #111111;
	}

	.abt-sec h2 span {
	    color: #111111;
	    border-bottom: 2px solid #111111;
	}

	.abt-sec .sec-img img {
	    width: 500px;
	    height: 500px;
	}

	/* courses page redesign(03-03-2023) */
	.courses_announcement {
	    margin-top: 15%;
	    border-radius: 8px;
	}

	.courses_announcement .announcement-head {
	    border-top-left-radius: 8px;
	    border-top-right-radius: 8px;
	}

	.courses_announcement .announcement-body {
	    min-height: 575px;
	    padding: 0 12px;
	}

	.courses_del {
	    box-shadow: rgb(0 0 0 / 33%) 0px 3px 8px;
	    padding: 10px 15px;
	    border-radius: 6px;
	    border: 1px solid #e0e0e0;
	}

	.courses-box .course-right {
	    display: flex;
	    align-items: center;
	    margin: 14px;
	    justify-content: space-between;
	    flex-direction: column;
	}

	.course-righticons {
	    display: flex;
	}

	.course-righticons .righticons {
	    background: #fff;
	    border: 1px solid #929292;
	    margin: 0 10px;
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
        color: #060606;
	}

	.quote_up {
		text-align: left;
		margin: 10px;
	}

	.quote_down {
		text-align: right;
		margin: 10px;
	}

	.quote_down img {
		transform: rotate(180deg);
	}

	.courses-box .course-left img{
		height: 180px;
		width: 800px;
	}


	/* responsive */
	@media only screen and (max-width: 768px) {
	    .innerbanner img {
	        height: 130px;
	    }

	    .footersec-links h2 {
	        text-align: center;
	        margin-bottom: 19px;
	        border-bottom: 1px solid;
	        max-width: 187px;
	        margin: 1px auto 18px auto;
	    }

	    .footerquick-links ul {
	        column-count: 2 !important;
	    }

	    .social-icon {
	        padding: 15px 0;
	    }

	    .top_email {
	        padding: 6px 0;
	    }

	    .social-icon ul li a {
	        font-size: 12px;
	    }

	    .social-icon ul li {
	        width: 25px;
	        height: 25px;
	    }

	    .headtitle h2 span {
	        line-height: 40px;
	        font-size: 20px;
	    }

	    .nav-pills {
	        margin: 25px 0;
	    }

	    /* join us section(home page) */
	    .joinus-content {
	        top: 8px;
	        left: 0;
	        align-items: flex-start;
	        flex-direction: column;
	        padding-left: 15px;
	    }

	    .joinus-content h2 {
	        width: 80%;
	        font-size: 14px;
	        text-align: center;
	    }

	    .joinus-btn {
	        margin-top: 10px;
	    }

	    section.announcement {
	        padding: 45px 0 0;
	    }

	    .announcement-headtitle {
	        padding: 0 10px;
	    }

	    .announcement-head h2 {
	        font-size: 13px;
	    }

	    .admission-boxred,
	    .admission-boxblue,
	    .admission-boxsky {
	        margin-bottom: 25px;
	    }

	    section.admission-sec {
	        padding: 0;
	        margin: 40px 0 0;
	    }

	    section.faculty-members {
	        padding: 15px 0 0;
	    }

	    .quick-linksrightbox h2 {
	        font-size: 20px;
	    }

	    .quick-linksright {
	        padding: 40px 20px;
	    }

	    .social-links .headtitle h2 span {
	        line-height: 20px;
	    }

	    .social-links .headtitle h2 span:before {
	        left: 36px;
	    }

	    .footer-sec .social-menu {
	        margin-bottom: 24px;
	    }

	    .admissionbody-img {
	        width: 44px;
	    }

	    .admissionbody-contact ul li {
	        font-size: 14px;
	        padding: 0 0 15px 0;
	    }

	    .admission-sec .admissionbox-head h2 {
	        font-size: 24px;
	    }

	    .our-toppers .toppers-boximg {
	        background: url(../img/topperimgbgmob.png) no-repeat;
	        height: 110px;
	        background-position: center;
	    }

	    .our-toppers .toppers .owl-carousel .owl-item .toppers-boximg img {
	        width: 70px;
	        height: 70px;
	        top: 45%;
	    }

	    .our-toppers.detailstop .toppers .toppers-boximg.detailsimg img {
	        width: 65px;
	        height: 65px;
	        border-radius: 100%;
	        position: absolute;
	        top: 45%;
	    }

	    .admissionbox-body h6 {
	        font-size: 12px;
	    }

	    .studentitem-namebtn {
	        flex-direction: column;
	    }

	    .social-linksbox {
	        width: 120px;
	        height: 120px;
	    }

	    .logo {
	        max-width: 200px;
	    }

	    .copyright-box {
	        padding: 20px 5px;
	    }

	    .faculty-members .toppers-box {
	        width: 160px;
	        min-height: 340px;
	    }

	    .faculty-members .toppers .owl-carousel .owl-item .toppers-boximg img {
	        width: 80px;
	        height: 80px;
	    }

	    #overlay-inner {
	        clip-path: polygon(75% 0, 65% 100%, 0% 100%, 0% 0%);
	    }

	    .hero-sec .owl-carousel .owl-item img {
	        height: auto;
	    }

	    .joinus-btn h3 {
	        font-size: 15px;
	    }

	    .course-tabcontent a.nav-item.nav-link {
	        font-size: 12px;
	        padding: 5px;
	    }

	    .choose-usbox {
	        padding: 0;
	    }

	    .choose-us ul li {
	        min-height: 35px;
	    }

	    .quick-linksleft {
	        padding: 60px 0 40px;
	    }

	    .quick-linksleft .quick-linksleftbox ul li {
	        margin: 8px 0 0;
	    }

	    .innerbanner {
	        margin-top: 41%;
	    }

	    #description iframe.video_class {
	        height: auto;
	    }

	    .blog-details-text {
	        padding: 0;
	    }

      .blog-details-text.blog_padding {
        padding: 15px;
        margin-top: 15px;
      }

	    .coaching-center .gettouchbox ul {
	        margin-left: 0;
	    }

	    .coaching-center .gettouchbox ul li.location {
	        font-size: 18px;
	    }

	    iframe.opsc_video {
	        height: auto;
	    }

	    section.store_list.interview_sec {
	        margin-top: 48%;
	    }

	    .table-sm-responsive {
	        display: block;
	        width: 100%;
	        overflow-x: auto;
	        -webkit-overflow-scrolling: touch;
	    }

	    .course_dehotline ul.d-flex {
	        flex-direction: column;
	    }

	    .course-details-inner {
	        margin-top: 25%;
	    }


	    .course_details_page_intro_header {
	        min-height: 100px;
	        position: relative;
	        background-image: url('../img/aptiplus_banner.jpg');
	        padding: 0px;
	        position: relative;
	        background-size: cover;
	        background-position: right;
	    }

	    .slicknav_btn {
	        margin-top: 20px;
	    }

	    div#zoqo5i9bh82o1677236714576 {
	        bottom: 70px !important;
	    }

	    .blog-details-text.blog_detailsbox {
	        padding: 15px 20px;
	    }

	    .courses-box {
	        flex-direction: column;
	    }

	    .course-tab {
	        margin-top: 25px;
	    }

	    .courses-box .course-left {
	        /* height: 100px; */
	    }

	    .courses-box .course-middle {
	        padding: 0 16px;
	    }

	    .mobile_reverse {
	        display: flex;
	        flex-direction: column-reverse;
	    }

        .courses-box .course-right{
            flex-direction: row;
        }
		/* new code */
		.textimonial-card{
			height: 480px;
		}


	}

.course-headicon {
  border: #ff131a 1px solid;
  background: #fff;
  width: 57px;
  padding: 7px 12px;
  text-align: center;
  color: #ff131a;
  font-size: 21px;
  border-radius: 4px;
  margin-right: 12px;
}

.nav-menu ul li .dropdown li.subdropdown>.dropdown>.subdropdown>.dropdown {
  display: none;
}



.nav-menu ul li .dropdown li.subdropdown>.dropdown>.subdropdown:hover>.dropdown {
  display: block;
}

.logo-box {
  align-items: center;
}

.header-advertisement {
  height: 100px;
}
.downloadcat .col-md-3 {
	  margin: 0 0 30px 0;
	}
.downloadcat .col-md-3:nth-child(6n+1) .slide {
  background-color: #fba113;
}
.downloadcat .col-md-3 .slide {
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.downloadcat .slide {
  display: block;
  position: relative;
  padding: 30px 70px;
  background: url(../img/icon-pdf-download.png) no-repeat 20px 30px;
    background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 2px;
  box-shadow: none;
  overflow: hidden;
  font-size: 11px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
.downloadcat .slide strong {
  display: block;
  margin: 0 0 5px;
  font-size: 17px;
  min-height:40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-transform: none;
}
.downloadcat .col-md-3 .slide:after {
  background: url(../img/book-bg.png) no-repeat left 0;
  width: 52px;
  height: 42px;
  content: '';
  right: 20px;
  top: 30px;
  position: absolute;
}
.downloadcat .col-md-3:nth-child(6n+2) .slide {
  background-color: #27b999;
}
.downloadcat .col-md-3:nth-child(6n+3) .slide {
  background-color: #e76b6b;
}
.downloadcat .col-md-3:nth-child(6n+4) .slide {
  background-color: #0bb3d4;
}
.downloadcat .col-md-3:nth-child(6n+5) .slide {
  background-color: #ec4c77;
}
.downloadcat .col-md-3:nth-child(6n+6) .slide {
  background-color: #7a5deb;
}
.note {
  border: 1px solid;
  width: 25px;
  margin-bottom: 1.0em;
  width: 45px !important;
}
.inner_box {
  width: unset !important;
  width: calc(100%/6);
  margin: 5px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background: #e3ecef;
  padding: 7px;
  border-radius: 5px;
  text-decoration: none !important;
  color: #000;
}
.inner_box:hover {
  background: #53b6e0;
  color: #fff;
}
.tabs h6 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.apti-topper .apti-topper-card {
  position: relative;
  padding: 30px 10px 10px 10px;
  box-shadow: 0 0 10px 0 rgba(193, 193, 193, 0.51);
  background-color: #fdfdfd
  margin-bottom:70px;
}
.apti-card-img{
    background: url(https://aptiplus.in/assets/img/topperimgbg22.png) !important;
    width: 105px !important;
    height: 102px !important;

}

.apti-card-img img{
    margin-left: 16px;
    position: absolute;
    top: 3px
}
.apti-card-text{
   margin-top:100px;
}


.apti-topper .apti-topper-card .apti-card-img {
  position: absolute;
  top: -50px;
  left: 10px;
  width: 80px;
  height: 80px;
}
.apti-card-img img {
  border-radius: 50% !important;
}
.apti-topper .apti-topper-card .apti-class-img {
	position: absolute;
	top: -18px;
	right: 0;
        border-radius:7px;
	width:auto;
	background: #267bff;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 5px;
}
.interview_sec .interview_sec{
padding:0 20px !important;
}
.apti-topper .apti-topper-card .apti-card-text {
  height: 140px;
overflow:hidden;
overflow-y:scroll;
  margin-top: 10px;
  line-height: 24px;
padding:20px;
text-align:justify !important;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  padding-top: 5px;
margin-top:40px;
}
.apti-topper .apti-topper-card .apti-card-foot {
  text-align: left;
 /* color: #007bc1;*/
padding:10px 20px;
color:#fe1e24;
  margin-top: 10px;
  line-height:25px;
  font-weight:bold;
}

.ticker-container {
  width: 100%;
  overflow: hidden;
  background: #000;
  color: #fff;
  height: 35px;
  line-height: 35px;
}
.ticker-container p a { color:#fff; line-height: 35px; }
.ticker-container p a:hover { color:#ff131a; }
.ticker-item p { color:#fff; line-height: 35px; }

.downloadlist .column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
  padding: 0 15px;
}
.downloadlist .column .slide {
  border: none;
  box-shadow: none;
  border-radius: 2px;
  padding: 20px 100px 20px 20px;
  transition: all .3s ease;
}
.downloadlist .slide {
  position: relative;
  padding: 25px 140px 25px 20px;
  border: 1px solid #eceff4;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  border-left: 5px solid #27afb4;
  font-size: 16px;
  color: #474747;
}
.downloadlist p {
  min-height: 99px;
  text-align: left;
  color: #fff;
  font-size: 15px;
}
.downloadlist .column .slide span {
  display: block;
  margin: 15px 0 0;
  padding: 0 0 0 25px;
  color: #fff !important;
  background: url(../img/date.png) no-repeat left 0;
  font-size: 14px;
  line-height: 16px;
  opacity: .75;
}
.downloadlist .slide a.download {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url(../img/downloads.png) no-repeat left 0;
  font-size: 0;
  opacity: 1;
}
.downloadlist .column:nth-child(5n+1) .slide {
  background-color: #fba113;
}
.downloadlist .column:nth-child(5n+2) .slide {
 background-color:#27b999
}
.downloadlist .column:nth-child(5n+3) .slide {
 background-color:#f47c7c
}
.downloadlist .column:nth-child(5n+4) .slide {
 background-color:#14c3e5
}
.downloadlist .column:nth-child(5n+5) .slide {
 background-color:#ff668f
}
.downloadlist .column:nth-child(5n+6) .slide {
 background-color:#8f72ff
}
.apti-topper .apti-topper-card { margin-bottom:80px; }
@media only screen and (max-width: 600px) {
	.apti-topper .apti-topper-card { margin-bottom:80px; }
	.apti-topper .apti-topper-card .apti-card-text { height: auto; }
	.apti-topper .apti-topper-card .apti-card-foot { height: auto; }
}