@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@400;600;700&display=swap');
body {
	font-size: 16px;
/* 	font-family: 'Signika Negative', sans-serif !important; */
	color: #666666;
	position: relative;
	line-height: 1.5;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0160b0; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #ffbe15;  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #052f42; 
}
a:hover{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Signika Negative', sans-serif !important;
	font-weight: 600;
	color: #333;
}
.text-white{
	color:#fff !important;
}
.text-red{
	color:#b81904 !important;
}
.text-logo{
	color:#363533 !important;
}
.text-dark{
	color:#000 !important;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da !important;
    outline: 0;
    box-shadow:none; 
}
*:focus {
    outline:none !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn.focus, .btn:focus {
    outline:none !important;
    box-shadow:;
}
.btn-apply{
	background: #b81904;
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.find-btn{
	background: #b81904;
    height: 45px;
    border-radius: inherit;
    width: 100%;
}
.web-btn{
	/*margin-top: 22px;*/
	margin-left: 15px;
}											
.from-p{
	font-size: 13px;
    color: #fff;
	margin-bottom:0;
}	
.title-pattern{
	font-size: 25px;
	font-family: 'Signika Negative', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}	
.title-ul{
	border-left: 3px solid #b81904;
}
.title-ul ul{
	margin:0;
	padding:0;
}
.title-ul ul li{
	list-style-type:none;
	padding:5px;
}	
.title-ul ul li:before{
	content: '\f05d';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 16px;
    left: -10px;
    float: left;
    padding-left: 20px;
}								
/* #Navigation
================================================== */
.form-control{
	border-radius: 0px !important;
    padding: 10px 10px !important;
    height: 45px;
}
.input-btn{
	padding: 18px 28px;
    font-size: 15px;
    line-height: 1.3333333;
    background: #b81904;
    border-radius: 0;
    width: 100%;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menusec {
	padding:24px ​8px !important;
}
.mob-nav{
	margin-top:15px;
}
.navbar {
    padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #9d0208 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.top-nav{
	margin-top:39px;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    /* display: block; */
    margin: 0;
	border-radius: inherit;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
	opacity: 1;
    visibility: visible;
    max-height: unset;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px; 
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding:0 !important;
	color: #212121;
    transition: all 200ms linear;
}
.dropdown-item a{
	
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #0160b0;
}

.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
    font-weight: 500;
    color: #b81904 !important;
    padding: 21px 6px !important;
    line-height: 43px;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    background: transparent;
    letter-spacing: 1px;
}
.navbar-nav li ul {
    z-index: 99999;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    display: none;
    background-color: #f7f7f7;
    border-top:2px solid #9d0208;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.navbar-nav li ul li {
    display: block;
    text-align: left;
    margin-left: 0;
}
.navbar-nav li ul li a{
    display: block;
	text-transform:uppercase;
    padding: 8px 10px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.25;
}
.navbar-nav li ul li a:hover{
	background:#0160b0;
	color:#fff;
	text-decoration: none;
}
header{
	background:#ffba08;
}
.top-header{
	background:#b81904;
    height: auto;
}
.middle-header{
	 background:-webkit-linear-gradient(135deg, #0160b0 50%, #ffffff 50%)  no-repeat;
}
.main-header{
	background:#ffbe15;
}
.number-logo{
	padding: 10px 0 10px;
}
.hindi-marquee{
	background-color: #0160b0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 3% 55%);
    padding: 16px;
    font-weight: bold;
}
.hindi-marquee marquee{
    font-size: 15px;
    margin-top: 5px;
    color: #fff;
}
.top-header p {
	white-space: nowrap;
	overflow: hidden;    
	font-size: 20px;
	color: #fff; 
	letter-spacing:1px;
	margin:0 !important;
	text-transform:uppercase;
}
.menu-area{
    position: static;
}
.mega-area{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.navbar{
    margin-top: 2px;
}
.ans-menu{
	background-color: #f7f7f7;
    border-top: 2px solid #9d0208;
    -webkit-box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 40%);
    padding-top: 10px !important;
    padding-left: 10px !important;
    max-height: fit-content !important;	
}
.ans-menu h6{
	margin-top:10px;
	margin-bottom:10px;
}
.ans-item{
	padding-right:2px;
	padding-left:2px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff
    background: #0160b0;
}
.navbar-nav .nav-item .nav-link{
    color: #fff;
}
/* Animation */
.top-header p {
	animation: animated-text 4s steps(29,end) 1s 1 normal both,
    animated-cursor 600ms steps(29,end) infinite;
	animation-iteration-count: infinite;
}

/* text animation */

@keyframes animated-text{
	from{width: 0;}
	to{width: 100%	;}
}

/* cursor animations */

@keyframes animated-cursor{
	from{border-right-color: rgba(0,255,0,.75);}
	to{border-right-color: transparent;}
}

/* ------ breadcrumbs css -------*/
.bg_header3 {
    background-image: url(../images/banner.jpg);
}
.page_title {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    position: relative;
    z-index: 1;
}
.page_title.has_bg_image {
    padding: 80px 0;
    background-position: 0px;
}
.page_title.has_bg_image h1 {
	letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-left: 15px;
}
.page_title .breadcrumbs {
    float: right;
    line-height: 40px;
    margin: 35px 0 30px;
    font-size: 12px;
    color: #888;
    position: absolute;
    margin-left: 15px;
}
.page_title .breadcrumbs .crumbs-spacer {
    color: #ccc;
    margin: 0 4px;
    vertical-align: middle;
}
.page_title .breadcrumbs a {
    color: #fff;
}

/* ------ slider css -------*/
.main-slider:after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background-color: #1b1a1a;
	background-image: linear-gradient(to bottom,rgba(27,26,26,0.75) 0%,rgba(27,26,26,0) 34%,rgba(27,26,26,0) 82%);
	opacity: .7;
}
.centered {
	position: absolute;
	width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1000;
}	
.centered h1 {
	font-weight:500;
	font-size:60px;
	color:#fff;
	font-family:kaushan script,cursive !important;
}
.centered h3 {
	font-size: 42px;
	color: #fff;
	font-family: 'Allura', cursive !important;
	margin-bottom: 10px;
	line-height: 60px;
	font-weight: 500;
	text-transform: capitalize;
}
.centered p{
	font-size: 18px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
.slider-btn{
	color: #fff;
	text-transform:uppercase;
	padding: 10px 20px;
	border: 2px solid #fff;
}
.slider-carousel {
    bottom: -10px !important;
}
.form {
    position: relative;
    overflow: hidden;
}
.form h4{
    background: #b81904;
    padding: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: left;	
}
.form h3 {
	background: #b81904;
    padding: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.form-sec {
    visibility: visible;
    animation-delay: 0ms;
    animation-name: fadeInRight;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    background: #2b2a28;
    padding: 15px;
}
.contact-form {
    position: relative;
}
.map{
	height:308px !important;
}
.contact-icon{
	background: #fff;
    padding: 8px;
    min-height: 148px;
    box-shadow: 2px 2px 12px rgb(49 62 87 / 25%);
    text-align: center;
    margin-bottom: 15px;
}
.contact-icon i {
	font-size: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #93241c;
}
.contact-icon p{
	margin:0;
}
.contact-icon p a{
	color: #000;
    font-weight: 500;
}
.contact-icon p a:hover{
	text-decoration:none;
}
/* ------ slider css -------*/
.carousel-inner img {
	width: 100%;
	height: 100%;
}
/* ------ Listing page css -------*/
.listing-sec{
	padding:40px 0 40px;
}
.ans-item{
	padding-left: 8px !important;
    font-size: 12px;
    padding-right: 8px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;	
}
.inst_sec{
	box-shadow: 0 0 5px rgb(0 0 0 / 13%);
    padding: 15px;	
}
.inst_sec_heading {
	border-bottom: 2px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
}
.inst_sec_heading h4{
    border-bottom: 2px solid #b81904;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    margin: 0 0 -2px;
}
.inst_cntr_box{
	box-shadow: 0 0 5px rgb(0 0 0 / 13%);
	background: #b81904;
}
.inst_cntr_header{
	background:url(../images/inst_cntr_bg.png);
	padding:10px;
	height:100px;
}
.inst_cntr_logo img{
	display: table-cell;
    width: 60px;
    margin-right: 15px;
    float: left;	
}
.inst_cntr_logo img{	
	display: table-cell;
    vertical-align: middle;
}
.inst_cntr_details h5{
	font-size:15px;
	color:#fff;
}
.inst_cntr_info{
	background:#fff;
	padding:10px;
}
.inst_cntr_info .inst_lctn{
	padding:0;
	margin:0;
}
.inst_cntr_info .inst_lctn li{
	list-style-type:none;
	font-size:13px;
	color:#2b2a28;
	text-transform:uppercase;
}
.inst_cntr_info .inst_lctn li i{
	font-size: 13px;
    color: #b81904;
    margin-right: 10px;
}
.inst_cntr_info .inst_point{
	margin:0;
	padding:0;
	text-align:center;
}
.inst_cntr_info .inst_point li{
	list-style-type: none;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}
.inst_cntr_info .inst_point li a{
	font-size: 10px;
    border: 1px solid #444;
    padding: 5px 5px;
    border-radius: 20px;
    color: #000;
    float: left;
}
.inst_cntr_info .inst_point li a:hover{
	background:#b81904;
	color:#fff;
	border:1px solid #b81904;
}
.inst_cntr_fclts{
	padding: 10px;
    background: #f7f7f7;
    text-align: center;
}
.inst_cntr_fclts .inst_cntr_link{
	padding:0;
	margin:0;
}
.inst_cntr_fclts .inst_cntr_link li{
	list-style-type:none;
	display:inline-block;
}
.inst_icon ul{
	text-align:center;
}
.inst_icon ul li img{
	width:28px !important;
	margin-right: 1px !important;
	padding:2px !important;
}
.inst_cntr_fclts .inst_cntr_link li a{
	font-size: 10px;
    text-transform: uppercase;
    color: #2b2a28;
    margin-left: 5px;
    margin-right: 5px;
}
.inst_cntr_fclts .inst_cntr_btn{
	padding:0;
	margin:0;
}
.inst_cntr_fclts .inst_cntr_btn li{
	list-style-type:none;
	display:inline-block;
}
.inst_cntr_fclts .inst_cntr_btn li a{
    font-size: 13px;
    border: 2px solid #b81904;
    padding: 5px 10px;
    border-radius: 20px;
    color: #b81904;
    text-transform: uppercase;
    margin-left: 8px;
    margin-right: 8px;
    float: left;
}
.inst_cntr_fclts .inst_cntr_btn li a:hover{
	background:#b81904;
	color:#fff;
}
.btn_brchr{
	border:2px solid #2b2a28 !important;
	color:#2b2a28 !important;
}
.btn_brchr:hover{
	background:#2b2a28 !important;
	color:#fff !important;
}
.inst_cntr_footer{
	text-align: center;
    padding: 5px;
}
.inst_cntr_footer a{
	color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.filter_sec ul{
	padding:0;
	margin:0;
}
.filter_sec ul li{
	list-style-type:none;
	display:block;
}
.filter_sec ul li label{
	font-size: 12px;
	text-transform:uppercase;
}
.card-body{
	padding:8px;
}
.filter_body{
	height: 236px;
    overflow-x: auto;
}
.filter_header{
	background: #434240;
    padding: 20px;
    text-align: center;	
}
.filter_header p{
	margin: 0;
    color: #fff;
}
.filter_header p a{
    color: #fff;	
}
.tip-arrow{
	width: 33px;
    height: 9px;
    background: url(../images/tip-arrow.png);
    margin: 0 auto;
}
.find_arrow{
	width: 23px;
    height: 59px;
    background: url(../images/tip-arrow-left.png);
    position: absolute;
    margin-left: 404px;
    margin-top: -190px;	
}
.find-sec{
	background:-webkit-linear-gradient(180deg, #2b2a28 85%, #fbfbfb 50%) no-repeat; 
}
.find_img{
	padding:0px;
	background:#fbfbfb;
}
/* ------ Listing Details page css -------*/
.uni-header{
	background: url(../images/uni-banner.jpg);
    padding: 25px;
}
.container-fluid{
	padding-right: 45px;
    padding-left: 45px;
}
.clg-logo {
	display: table-cell;
    width: 120px;
    margin-right: 30px;
    float: left;
}
.dtl-clg-logo img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    min-height: 120px;
    border: 3px solid #2c2e41;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    background: #fff;
}
.clg-title {
    display: table-cell;
    vertical-align: middle;
}	
.clg-title ul{
	margin:0;
	padding:0;
}
.clg-title ul li{
	display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    color: #fff;
    font-size: 13px;
}
.clg-title ul li i{
	color: #b81904;
    margin-right: 5px;
}
.clg-name {
	font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
    color: #fff;
}
.uni-sec{
	padding:30px 0 30px;
}
.uni-tab .nav-tabs {
	border: none;
}
.uni-tab .nav-tabs li{
    border-right: 1px solid #ededed;	
    border-left: 1px solid #ededed;	
}
.uni-tab .nav-tabs li a{
    color: #2b2a28;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 8px 8px;
    float: left;
}
.uni-tab .nav-tabs li a:hover{
	text-decoration: none;
	background: #424242;
	color:#fff;
    box-shadow: none;
}
.UniDetailPage{
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 13%);
    padding: 15px;
	margin-bottom:15px;
}
.course_tab .nav-tabs {
	border:none;
}
.course_tab .nav-tabs li a{
	padding: 3px 8px;
    border: 1px solid #b1b1b1;
    border-radius: 25px;
    color: #525252;
	font-size:13px;
    margin-right: 5px;
}
.course_tab .nav-tabs li a:hover{
	text-decoration: none;
}
.detailTab-section{
	margin-top: 15px;
    margin-bottom: 15px;
}
.detailTabtitle h4{
	font-size: 20px;
    text-transform: uppercase;
}
.detailTabtitle p{
	
}
.course_btn ul{
	margin:0;
	padding:0;
}
.course_btn ul li{
	display: inline-block;
    padding: 10px;
	margin-bottom:5px;
    margin-right: 15px;
}
.course_btn ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.course_list_button{
	padding:15px;
}
.course_off ul{
	padding:0;
	margin:0;
}
.course_off ul li{
	list-style-type:none;
}
.course_off ul li a {
    margin-left: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 600;	
}
.course_off ul li:before {
    content: '\f046';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 16px;
    left: 0px;
    float: left;
    color: #b81904;
}
.course_keyword ul{
	padding:0;
	margin:0;
}
.course_keyword ul li{
	display: inline-block;
    padding: 5px 8px;
    border: 1px solid #000;
    border-radius: 25px;
    margin-left: 10px;
    font-size: 14px;
	margin-bottom:5px;
	cursor:pointer;
}
.course_keyword ul li:hover{
	background:#b81904;
	color:#fff;
	border: 1px solid #b81904;
}
.course_duration {
	margin-top: 20px;
    margin-bottom: 20px;
}
.course_duration ul{
	padding:0;
	margin:0;
}
.course_duration ul li{
	display: inline-block;
    background: #b81904;
    padding: 5px 15px;
    border-radius: 25px;
    margin-left: 10px;
    font-size: 14px;
	margin-bottom:5px;
    cursor: pointer;
    color: #fff;
}
.facilities ul{
	padding:0;
	margin:0;
}
.facilities ul li{
	display:inline-block;
}
.facilities ul li img {
    width: 45px;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #e7e7e7;
    margin-right: 8px;
	cursor:pointer;
}
.lead-generator{
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 13%);
	text-align:center;
}
.lead-generator img{
	width: 120px;
    margin: 0 auto;
    display: block;
}
.lead-generator h4{
    font-size: 20px;
    text-align: center;	
}
.lead-generator ul{
	padding:0;
	margin:15px;
}
.lead-generator ul li{
    display: inline-block;
    list-style-type: none;
    height: 35px;
    background: #b81904;
    padding: 5px;
    width: 120px;
    margin-bottom: 15px;
}
.lead-generator ul li a{
    color: #fff;
}
.ins_list_box{
	overflow: auto;
    height: 250px;	
}
.ins_list{
	background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 13%);
}
.ins_list h4{
	background: #b81904;
    padding: 8px;
    color: #fff;
	margin:0;
    font-size: 20px;
}
.ins_list ul{
	padding:0;
	margin:0;
}
.ins_list ul li{
	list-style-type: none;
    height: 50px;
    border-bottom: 1px solid #e9ecef;
    padding: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.ins_logo_sec{
	float: left;
    margin-right: 15px;
}
.ins_logo_sec img{ 
    width: 50px;
    height: 50px;
    padding: 2px;
	border: 1px solid #2b2a28;
    margin-left: 10px;
    border-radius: 5px;
}
.ins_detail_sec h5{
	font-size: 18px;
    margin: 0;
}
.ins_location{
	font-size:12px;
	color:#000;
}
.uni_short_dis{
	background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 13%);
    margin-top: 30px;
    padding-top: 10px;
}
.uni_body{
	padding: 10px;
}
.uni_body ul{
	padding:0;
	margin:0;
}
.uni_body ul li{
    list-style-type: none;
    display: inline-block;
    font-size: 11px;
    border-radius: 12px;
    border: 1px solid #444;
    padding: 2px 7px;
	margin-bottom:5px;
}
.uni_btn{
	background: #b81904;
    padding: 4px 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.blink {
	background: #2b2a28;
	padding: 9px 18px;
	-webkit-animation: blink 800ms step-end infinite;
	animation: blink 800ms step-end infinite;
	color: #fff !important;
	font-weight: 600;
	margin-top: 15px;
    padding: 20px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}
.blink:hover{
	text-decoration: none;
}
.blink h1{
	font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;	
}
.blink h1:after{
	
}
.blink h4{
	color:#fff;
}
@-webkit-keyframes blink { 50% { background-color: #b81904; }}
@keyframes blink { 50% { background-color: #b81904; }}

/* ------ Event page css -------*/ 
.dish-panel {
    margin-bottom: 40px;
    min-height: 190px;
    background: #efefef;
    border-radius: 28px;
}
.dish-panel {
    margin-bottom: 20px;
    position: relative;
}
.dish-panel:last-of-type {
    margin-bottom: 0;
}
.dish-panel .dish--img img {
    width: 100%;
    height: 100%;
}
.dish--img {
    position: absolute;
    top: 0;
    left: 0;
}
.dish--content {
    padding-left: 200px;
    padding-top: 10px;
}
.dish--content ul{
	margin:0;
	padding:0;
}
.dish--content ul li{
	list-style-type:none;
	font-size:13px;
}
.dish--content ul li a {
    color: #000;
    font-size: 13px;
    margin-left: 10px;
}
.dish--content ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    color: #f00;
}
.dish--title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    font-family: raleway,sans-serif;
    margin-bottom: 10px;
}
.dish-panel .dish--title {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #282828;
    margin-bottom: 10px;
}
.dish--desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 3px;
}
.dish--price {
    font-family: kaushan script,cursive;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #c59d5f;
    margin-bottom: 0;
}

/* ------ Abroad country section css -------*/ 
.country-study {
    margin-bottom: 20px;
    margin-top: 10px;
}
.country-sec {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}
.country-sec{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}
.country-sec a {
  display: block;
  z-index: 1;
}
.country-sec a:hover{
	
}
.country{
	color: #fff;
    text-align: center;
    line-height: 19px;
    font-size: 15px;
    margin: 0;	
}
.dark-con{
	background: #4b4a48c4 !important;	
}
.country-sec-info{
	position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 325px;
    padding: 10px;
    background: #f90404bf;
}
.country-sec-info h4{
	text-align: center;
    color: #fff;
    font-weight: 500;
}

/* ------ why-us section css -------*/
.mission-area {
	background: #fff;
    padding: 0px;
    height: 98px;
    margin-bottom: 7px;
	padding:4px;
}
.effect{
	position: relative;
} 
.effect:before, .effect:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.vision{
	font-size:14px;
	font-weight:500;
	color: #2f5497;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}
.mission{
	font-size:14px;
	font-weight:500;
	color: #bd3538;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}
.strategy{
	font-size:14px;
	font-weight:500;
	color: #e1b936;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}

.achievement{
	font-size: 14px;
    font-weight: 500;
    color: #01a859;
    text-align: justify;
    margin-right: 10px;
    padding: 5px;
}
.mission-area h5{
	font-size: 16px;
    letter-spacing: 1.5px;
    margin: 0;
}
.mission-area p{
    line-height: 18px;
    font-size: 14px;
}
.one{
	border-right: 5px solid #b8d432;
}
.two{
	border-right: 5px solid #00b5a7;
}
.three{
	border-right: 5px solid #939598;
}
.four{
	border-right: 5px solid #f79521;
}
.five{
	border-right: 5px solid #4e4e56;
}

/* ------ service css -------*/
.service-sec{
	background: #e6e6e6;
	padding:60px 0 60px;
}
.section{
	padding:60px 0 120px;
}
.section-title{
	margin-bottom:50px;
}
.section-title h5{
	font-size: 30px;
	color: #f79321;
	font-family: 'Allura', cursive !important;
	margin-bottom: 10px;
}
.section-title h6{
	font-weight: 500;
	font-size: 20px;
	color:#b81904;
}
.section-title h2{
	font-weight: 500;
	font-size: 35px;
	color:#2b2a28;
}
.services-sec {
	background: #e6e6e6;	
}
.services-box{
	margin-top:15px;
	margin-bottom:15px;
}
.about-sec{
	background:#e6e6e6;
}
.secvice-images {
	position: relative;
	width: 100%;
	margin-bottom:30px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}


.secvice-images .overlay {
	background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    bottom: 5%;
    color: #ffffff;
    height: 90%;
    left: 5%;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 90%;
    text-align: center;
    padding: 45px 38px 55px;
}

.secvice-images:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* ------ photo gallery -------*/
.gallery{
	margin:10px 30px;
}
.gallery h3{
	color: #764c28;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.gallery h3:after{
	margin-top: 12px;
    width: 60px;
    height: 3px;
    margin-bottom: 12px;
}
.gallery img{
    transition: 1s;
    width: 100%;
}
.gallery img:hover{
 filter:grayscale(100%);
/* transform:scale(1.1); */
}

.gallery-container{
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #0160b0;
    padding: 2px;
}

.partners-img{
    margin-bottom: 10px;
    margin-top: 10px;
	cursor: pointer;
}
.partners-img:hover{
	background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
} 
/* Team sec*/
.wrapper{
	width:100%;
	min-height:100px;
	background:#262626;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.column{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

column .imgBx{
	position:relative;
}
.column .imgBx p{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: rgb(1 96 176 / 62%);
    padding: 7px 15px;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.column .imgBx p span{
	font-size:12px;
}
.column .imgBx img{
	max-width:100%;
	transition:1s;
}
.column:hover .imgBx img{
	transform:scale(1.5); 
}
.column .details{
	position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgb(255 255 255 / 95%);
    text-align: center;
    transition: .5s;
    transform: scale(.5);
    visibility: hidden;
    z-index: 1000;
	cursor: pointer;
}
.column:hover .details{
	transform:scale(1);
	visibility:visible;
}
.column .details .contant{
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    left: 50%;
    width: 100%;
}
.column .details .contant h1{
	position:relative;
	margin:0;
	padding:0;
	font-size:20px;
	color:#262626;
	text-transform:uppercase;
}
.column .details .contant h1 span{
	font-size:14px;
	color:#999;
}
.column .details .contant h1 span:before{
	contant:'';
	position:absolute;
	bottom:0;
	width:50px;
	height:2px;
	background:#f000;
	left:50%;
	transform:translateX(-50%);
}
.column .details .contant p{
    margin: 0;
    font-size: 13px;
    padding: 5px;
}
.team-btn{
	font-size: 14px;
    padding: 5px 10px;
    background: #b81904;
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.team-btn:hover{
	color:#fff;
    text-decoration:none;
}
.column .details .contant ul{
    margin: 5px auto 0;
    padding: 0;
    position: relative;
    display: flex;
    width: 80%;
	transform:translateY(-100px);
	opacity:0;
	transition:.5s;
}
.column:hover .details .contant ul{
	transform:translateY(0px);
	opacity:1;
}
.column .details .contant ul li{
	list-style:none;
	width:25%;
	margin-left:5px;
	text-align:center;
}
.column .details .contant ul li a{
    display: block;
    color: #262626;
    width: 30px;
    height: 30px;
    line-height: 28px;
	box-sizing:border-box;
	border:1px solid #262626;
}
.column .details .contant ul li a:hover{
	background:#f00;
	color:#fff;
	border:1px solid #f00;
}
.director-name{
	float:right;
}
.director-name h4{
	color:#2e408a;
	margin:0;
	letter-spacing:1px;
}
.director-name p{
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:16px;
	color:#0e9249;
	margin-bottom:5px;
}
.director-name p span{
	font-size: 12px;
	color:#000;
    letter-spacing: 1px;
}
.director-name ul{
	margin: 0;
    padding: 0;
}
.director-name ul li {
    list-style-type:none;
	display: inline-table;
	margin-bottom:5px;
}
.director-name ul li i {
    font-size: 16px;
    color: #ffffff;
    background:#b81904;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
}

/* Meta Seo sec*/
.meta_sec{
    background:#e3e3e3;
    padding:40px 0 40px; 
}
.meta_link{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9b9b9;
    width: 100%;
}
.meta_link h4{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.meta_link ul{
    margin:0;
    padding:0;
}
.meta_link ul li{
    list-style-type: none;
    display: inline-block;
}
.meta_link ul li a{
    color:#444;
    text-transform:uppercase;
    font-size:13px;
    font-weight:500;
}
.meta_link ul li:not(:last-child):after {
    content: ' - ';
    color: #444;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

/* Faq's Testimonial sec*/
.counter-sec {
    background: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
}
.enrl_sec{
    padding:60px 25px 60px 25px;
}

/* Faq's Testimonial sec*/
.card{
	border-radius:0 !important;
	border:none !important;
	margin-bottom: 5px;
}
.accordion>.card>.card-header{
	background: #b81904;
    padding: 5px;
}
.accordion>.card>.card-header  a{
	margin:0;
	font-size:13px;
}
.accordion>.card>.card-header  a:hover{
	text-decoration:none;
}
.accordion>.card>.card-header  a:after {
    content: '\f107';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-top: 0px;
    font-family: 'FontAwesome';
}
.testimonial-sec{
    background: url(../images/testimonials.jpg);
    background-repeat: repeat-x;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Benefits section -------*/
.benefits-sec{
    padding: 30px 0 30px;
    background: #f8f9fa;
}

/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
	top: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin-bottom: 20px;
}
.testimonial4_slide p {
	color: #000;
    font-size: 16px;
    line-height: 1.6;
}
.testimonial4_slide h5 {
	font-size: 22px;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.testimonial4_slide span{
	font-size: 12px;
	color:#fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/


/* ------bottom marquee -------*/
.marquee-sec{
	background: linear-gradient(to right,#e6e6e6 85%,#e6e6e6 50%,white 50%,white 100%);
}
}
.bottom-marqueez{
	background: url(../images/back-grashi.png);
    background-position-x: right;
}
.marky{
	padding-top:30px;
}
.img-marquee{
	width:100px;
	height:100px;
}
.img-moon{
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
}
.customer-logos{
	margin-bottom:40px;
}
/* ------ contact-page-sec -------*/
.contact-page {
    position: relative;
    margin-bottom: 30px;
}

.contact-page .inner{
	position:relative;
	display:block;
	overflow: hidden;
	padding:17px 8px;
	border:1px solid #e0e0e0;
	text-align:center;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.contact-page .inner:hover .icon{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.contact-page .inner:hover{
	border-color:#90429e;
	background:#90429e;	
}

.contact-page .inner .over-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;	
}

.contact-page .inner .icon{
	position: relative;
	margin:auto;
    font-size: 64px;
    line-height: 1em;
    color: #90429e;
    margin-bottom: 5px;
}

.contact-page .inner h3{
	position: relative;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    line-height: 25px;
}
.contact-page .inner p{
	position:relative;
	font-size:14px;
	line-height:1.3em;
	color:#222222;
	font-weight:700;
}
.contact-page .inner:hover h3{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.contact-page .inner:hover p{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.contact-page .inner h3 a{
	color:#222222;
}

.contact-page .inner:hover h3,
.contact-page .inner:hover p,
.contact-page .inner:hover h3 a,
.contact-page .inner:hover .icon{
	color:#ffffff;
}


/* ------ footer sec 1 -------*/
hr{
	border-top: 1px dotted #ebebeb9c;
}
.footer-container{
	padding-top: 40px;
    background: #fffbcf;
    float: left;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.link-bdr{
	border: 1px solid #000 !important;
	color: #000 !important;
}
.ftr-box{

}
.ftr-box h4{
	font-weight: 600;
    font-size: 20px;
    color: #b81904;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ftr-box ul{
	margin:0;
	padding:0;
}
.ftr-box ul li{
	list-style-type:none;
}
.ftr-box ul li:before {
	content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    float: left;
    color: #fff;
}
.ftr-box ul li a {
	font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
}
.ftr-box ul li a:hover{
	text-decoration: none;
}
.add-box{
	margin-top:40px;
}
.add-box i{
	font-size: 30px;
    color: #b81904;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.add-box h5 {
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.add-box p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}
.bor-radius{
	border-radius:50px !important;
}
.find-search{
	padding-top:10px;
}
.find-search .form-control{
	padding: 18px 10px;
    font-size: 12px;
    border-color: #eee;
	border-radius: 74px;
}
.search-btn {
	position: absolute;
    top: 134px;
    background: #b81904;
    color: #fff;
    padding: 0px 8px;
    font-weight: 600;
    border-radius: 1px 20px 20px 0px;
    right: 18px;
}
.footer_bottom{
	background:#b81904;
	padding:10px;
}
.fot_bott p{
	font-size:14px;
	color:#fff;
	margin-bottom:0;
}
.fot_bott p a{
	color: #ffff00;
    font-weight: 600;
    font-size: 16px;
}
.prog{
	padding: 10px;
    text-align: center;
    border: 1px dotted #efefef;
    margin-bottom: 10px;
}
.prog img{
	width:100px;
}
.prog:hover{
	box-shadow: 0 0 36px 0 rgb(217 217 217 / 50%);
	cursor:pointer;
}
.prog h4{
	font-size:14px;
	margin-top: 8px;
}

/* ------ footer sec 2 -------*/
.footer-sec{
	background:#222;
	padding:70px 0 0;
}
.footer-box {
	text-align:center;
}
.footer-box h2{
	font-size: 25px;
	font-weight: 500;
	font-family: 'Kaushan Script' !important;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
}

.footer-box p{
	font-size: 15px;
	margin:0; 
	text-align: center;
	font-family: 'Nunito';
	color:#fff;
}
.footer-box a{
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	color:#f79321;
	font-family: 'Nunito';
	font-weight:600;
}
.footer-box a:hover{
	text-decoration: none;
}
.footer-table h2{
	font-size: 25px;
	font-weight: 500;
	font-family: 'Kaushan Script' !important;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
}
.footer-table {
	position: relative;
	background-color: #141414;
	z-index: 888;
	border-radius: 10px;
	margin-top: -142px;
	padding: 20px;
	text-align: center;
}
.footer-table ul{
	margin-bottom: 40px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.footer-table ul li span {
	float: right;
}
.footer-table ul li{
	list-style-type: none;
	text-align: left;
	border-bottom: 1px dashed #49433f;
	padding: 8px 0;
	color: #fff;
}
.book{
	color: #f79321;
	border: 1px solid #f79321;
	position: relative;
	z-index: 2;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	padding: 10px 15px;
	line-height: 49px
}
.book:hover{
	color:#fff;
	background: #f79321;
	text-decoration: none;
}
.divider--shape-10up {
	width: 92px;
	height: 20px;
	background: url(../images/shape-10up.png) center no-repeat;
	position: absolute;
	top: -162px;
	left: 50%;
	margin-left: -46px;
}
.divider--shape-10down {
	width: 92px;
	height: 20px;
	background: url(../images/shape-10down.png) center no-repeat;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -46px;
}
.social-icon {
	float: right;
	margin-top: 10px;
}
.social-icon {

}
.social-icon ul {
	padding:0;
	margin:0;
}
.social-icon ul li {
    display: inline;
    margin-left: 3px;
}
.social-icon ul li a {
	display: inline-block;
}

.social-icon ul li a i {
	color: #000;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;	
    background: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.facebook::after{
	background:#475993 !important;
}
.twitter::after{
	background:#76a9ea !important;
}
.youtube::after{
	background:#f61c0d !important;
}
.linkedin::after{
	background:#0077b7 !important;
}
.instagram::after{
	background-image: linear-gradient(to bottom right, #dc8f3f, #b81a7d) !important;
}
.social-icon ul li a i::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 108%;
    height: 108%;
    border-radius: 100%;

    z-index: -1;
    -webkit-transform: rotate3d(2, 2, 0, 90deg);
    -moz-transform: rotate3d(2, 2, 0, 90deg);
    -ms-transform: rotate3d(2, 2, 0, 90deg);
    -o-transform: 	rotate3d(2, 2, 0, 90deg);
    transform: rotate3d(2, 2, 0, 90deg);
    -webkit-transition: .5s; 
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid;
}
.social-icon ul li a i:hover {
	color: #fff !important;	
}
.social-icon ul li a i:hover::after {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: 	rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);	
}
.social-icon ul li a i {
	color: #fff;
	font-size: 14px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #fff;
}
.social-sec{
	padding:30px 0 30px;
}
.footer--copyright {
	background-color: #141414;
	padding: 15px 0;
	position: relative;
}
.footer--copyright span {
	font-size: 13px;
}
.footer--copyright a {
	color: #c59d5f;
}
.footer--copyright a:hover{
	text-decoration:none;
}
.divider--shape-dark {
	width: 92px;
	height: 20px;
	background: url(../images/shape-10up.png) center no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -46px;
}

.article{
	width: 155px;
	/* height: 50px; */
	background: red;
	padding: 5px 30px;
	text-align: center;
	margin-top: -75px;
	z-index: 1000;
	position: absolute;
}
.article h3{
	margin:0;
}
.article h3 a {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	font-weight: 500;				
}
.short-desc {
	line-height: 28px;
	position: relative;
	z-index: 999;
}




/* ------ media-query -------*/
/* ------ media-query -------*/
@media (max-width: 1024px) {
	.navbar {
		padding-top: 8px;
	}
	.hindi-marquee {
		padding: 12px !important
	}
	.marquee-sec {
		background: linear-gradient(to right,#e6e6e6 90%,#e6e6e6 50%,white 50%,white 100%);
	}
	.marky {
		padding-top: 20px;
	}
}

@media (max-width: 767px) { 
	.navbar-light .navbar-nav .nav-link{
		padding:15px 8px !important;
		color:#ffffff !important;
	}
	.top-nav{
		margin-top:0px;
	}
	.mob-menu{
		background: #2b2a28;
		padding: 5px;		
	}
	h1{
		font-size: 38px;
	}
	.section {
		padding: 20px 0 20px !important;
	}
	.header-right-btn ul li a {
		color: #fff;
		font-size: 15px !important;
	}
	.mission-area h3 {
		font-size: 15px !important;
	}
	.mission-area p {
		font-size: 11px !important;
		line-height: 15px !important;
	}
	.inst_sec{
		padding:0;
	}
	.counter-sec {
		background-repeat: unset;
	}
	.logo img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 19px;
		margin-left: -8px;
	}
	.section h3{
		font-size:21px;
	}
	.section-title h2{
		font-size:25px;
	}
	.section-title p{
		font-size:12px;
	}
	.top-header p {
		white-space: nowrap;
		overflow: hidden;
		font-size: 15px !important;
		color: #fff;
		padding: 5px;
		letter-spacing: 0px;
		margin: 0 !important;
		text-transform: uppercase;
	}
	.hindi-marquee {
		padding: 0px !important; 
	}
	.number-logo {
		padding: 3px 0 3px;
	}
	.responsive{
	    margin: 0 auto;
		display: block;
	}
	.mob-nav{
		float: left;
		margin-top: -40px;
		margin-left: -20px;
	}
	.clg-logo {
		width: 70px;
		margin-right: 30px;
		float: none;
		display: block;
	}
	.course_off ul li a {
		font-size: 14px;	
	}
	.clg-name {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;
		text-transform: uppercase;
		padding: 0;
		margin-bottom: 5px;
		color: #fff;
		margin-top: 5px;
	}
	.navbar-light .navbar-toggler-icon {
		width: 24px;
		height: 17px;
		background-image: none;
		position: relative;
		border-bottom: 1px solid #fff;
		transition: all 300ms linear;
		float: right;
		margin-right: 175px;
		margin-top: -10px;
	}
	.logo img{
		width:85% !important;
	}
	.middle-header{
		background:#fff;
	}
	.page_title.has_bg_image {
		padding: 40px 0;
	}
	.marky {
		padding-top: 15px !important;
	}
	.hindi-marquee {
		background-color: #fff;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 3% 55%);
		padding: 0px;
		font-weight: bold;
	}
	.hindi-marquee marquee {
		font-size: 15px;
		margin-top: 5px;
		color: #000;
	}
	.marquee-sec {
		background: linear-gradient(to right,#e6e6e6 70%,#e6e6e6 50%,white 50%,white 100%);
	}
	.nav-item:after{
		display: none;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    	margin-top: 10px !important;
        margin-bottom: 20px !important;
        background: #e7e7e7;
        padding-left: 10px !important;
	}
	.navbar-light .navbar-nav .nav-link{
		line-height: 0px !important;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 19px;
	}
	.counter-icon h3:before{
		bottom: 43% !important;
	}
	.add-box {
		margin-top: 10px;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	.footer-table{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.divider--shape-10up{
		top: 21px;
	}
	.divider--shape-10down{
		bottom:21px;
	}
	.social-icon {
		text-align: center;
		float: unset;
	}
	.centered h1{
		font-size:22px;
	}
	.centered h3{
		font-size: 17px;
		line-height: 20px;
		margin: 0;
	}
	.centered p{
		font-size:11px;
	}
	.find-sec{
	    background:-webkit-linear-gradient(90deg, #2b2a28 65%, #fbfbfb 50%) no-repeat;
	}
	.find_arrow{
	    background:none;
	    margin-left:0;
	}
	.enrl_sec{
	    padding-top:45px;
	}
}
@media (max-width: 414px) {
	.marky {
		padding-top: 22px !important;
	}
	.logo img{
		width:70% !important;
	}
}
@media (max-width: 375px) {
	.marky {
		padding-top:15px !important;
	}
}
@media (max-width: 360px) {
	.top-header p {
		font-size: 9px !important;
	}
	.marky {
		padding-top:12px !important;
	}
	.logo img{
		width:70% !important;
	}
}
@media (max-width: 320px) {
	.top-header p {
		font-size: 9px !important;
	}
	.img-marquee{
		width:80px;
		height:80px;
	}
	.marky {
		padding-top: 12px !important;
	}
	.navbar-light .navbar-toggler-icon{
		margin-top:-3px;
	}
}
@media (max-width: 280px) {
	.top-header p {
		font-size: 7.5px !important;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 19px;
		margin-left: -8px;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 14px;
		margin-left: 20px;
	}
	.logo img{
		width:80% !important;
	}
	.img-marquee {
		width: 65px;
		height: 65px;
	}
	.marky {
		padding-top: 12px !important;
	}
}

.header .header-middle .header-main .call-info ul li .btn-link {
    color: #fff;
    animation: glowing 1000ms infinite;
}
.btn {
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}
a {
    text-decoration: none;
    color: #000;
}
* {
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.header .header-middle .header-main ul li {
    display: inline-block;
    font-size: 16px;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}