@import url('https://fonts.googleapis.com/css2?family=Fauna+One&display=swap');
 /*font-family: 'Fauna One', serif;*/


/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('../fonts/OPTIMA.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Italic'), url('../fonts/Optima_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Medium'), url('../fonts/Optima Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('../fonts/OPTIMA_B.woff') format('woff');
    }
	
	@font-face {
    font-family: 'CALIST';
    src: url('../fonts/CALIST.eot');
    src: url('../fonts/CALIST.eot') format('embedded-opentype'),
         url('../fonts/CALIST.woff2') format('woff2'),
         url('../fonts/CALIST.woff') format('woff'),
         url('../fonts/CALIST.ttf') format('truetype'),
         url('../fonts/CALIST.svg#CALIST') format('svg');
}


body {
	background:#fff;
	font-size: 14px;
	font-family: 'Fauna One', serif;
	/*margin: 0px 0px 355px;*/
	overflow-x: hidden;
	
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
button:hover, button:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
/*.footer {
  position: absolute;
  bottom: -355px;
  height: 355px;
  width: 100%;
}*/

.footer-inner {
	padding: 20px 0px;
}
.footer-top-inner ul li a{
	font-size: 20px;
	color: #fff;
	 font-family: 'Optima';
	 text-transform: uppercase;
	 padding: 0px 28px;
}
.footer-top-inner ul li{
	position: relative;
}
.footer-top-inner ul li:before{
	content:"|";
	color: #fff;
	position: absolute;
	left:0;
	top: 0px;
	bottom:0px;
	line-height: 30px;
}
.footer-top-inner ul li:first-child:before{
	content:" ";
}
.footer-top-inner ul{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}
.footer-top{
	border-bottom: 1px solid #fff;
}
.footer-top-inner{
	padding-bottom: 22px;
}
.footr-logo{
	height: 207px;
	background: #ffffff;
	border-radius: 30px;
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.footr-logo img{
	height: 130px;
}
.footr-heading{
	font-size: 20px;
	font-family: 'Optima';
	text-transform: uppercase;
}
.footr-legal-inr ul li a{
	font-size: 15px;
	font-family: 'Fauna One', serif;
}
.footr-legal-inr ul li{
	position: relative;
	padding-left: 25px;
}
.footr-legal-inr ul li:before{
	content:"";
	height: 8px;
	width: 8px;
	background: #333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left:0;
	top: 10px;
	
}
.footr-legal-inr ul li + li{
	margin-top: 2px;
}
.footr-addr-box i{
	color: #333;
	font-size: 2em;
	position: absolute;
	top:8px;
	left:0;
}
.footr-addr-box p{
	font-size: 15px;
	font-family: 'Fauna One', serif;
	line-height: 30px;
}
.footr-addr-box{
	padding-left: 35px;
	position: relative;
}
.footr-essential-inr ul li a{
	font-size: 15px;
	font-family: 'Fauna One', serif;
}
.footr-legal-outr{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.footr-essential-outr{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.footr-addr-outr{
	-ms-flex: 0 0 35%;
flex: 0 0 35%;
max-width: 35%;
}
.footr-essential-inr ul li{
	margin-bottom: 20px;
}
.footer-middle-inr .col-sm-3{
	padding: 22px 18px 20px;
}
.footer-middle-inr .row{
	margin: 0px -18px;
}
.footer-middle-inr{
	
}
.footr-bottom{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #1f1f1f;
}
.copyright-outr p{
	margin-bottom: 0px;
	font-size: 14px;
	font-family: 'Fauna One', serif;
}
.rupees-mnu-outr ul{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.footr-bottom{
	padding: 20px 0px;
}
.rupees-mnu-outr ul li + li{
	margin-left: 16px;
}
.footr-addr-box p{
	margin-bottom: 0px;
}

/*sticky footer*/

@media (min-width: 992px) {
	.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
    left: 100% !important;
	top:1px;
}
	
}
@media (min-width: 992px) {
.navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-nav > li.dropdown > .dropdown-menu.show{
	display: none;
}
.navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
/*.dropdown-submenu{
	position: relative;
}*/
.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu.show{
	display: none;
}
.dropdown-menu{
	border: 0 none !important;
	border-radius: 0px !important;
}

	
}

.dropdown-menu {
	border: 1px solid #ddd !important;
	margin: 0px !important;
}
.dropdown-item{
	padding: 0.5rem 0.5rem !important;
}
.dropdown-item:hover{
	background: #0695d2 !important;
	color: #fff !important;
}
/*drop down menu responsive*/
/*drop down menu responsive*/

.menu-bar{
	padding-top: 0px;
	padding-bottom: 0px;
	
}

/*back to top*/
#back-top {
    position: fixed;
    bottom: 100px;
    right: 7px;
    z-index: 9;
    margin-bottom: 0px;
}
#back-top a {
    display: block;
    text-align: center;
    font: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #0f2da0;
    /* background color transition */
    -webkit-transition: 0.5s all ease-in-out 0s;
    -moz-transition: 0.5s all ease-in-out 0s;
    transition: 0.5s all ease-in-out 0s;
}
#back-top a:hover span, #back-top a:focus span{
    color: #fff !important;
	border-color: #fff;
	background: #465caf;
}

/* arrow icon (span tag) */
#back-top span {
    width: 57px;
    height: 57px;
    display: block;
	line-height: 44px;
    background: #fff;
	border-color: #465caf;
    /* rounded corners */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background color transition */
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    border: 2px solid #465caf;
}
#back-top span i {
    /*font-size: 25px;*/
    line-height: 70px;
}
.whatsapp{
	height: 56px;
	width: 56px;
	background: #25d366;
	line-height: 75px;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
    color: #fff !important;
	margin-top: 15px;
}


.recent-port-slidr-outr .owl-carousel .owl-nav button.owl-prev, .recent-port-slidr-outr .owl-carousel .owl-nav button.owl-next{
	padding: 5px !important;
}
.owl-theme .owl-nav{
	margin:0px !important;
}
.social-icon-outr{
	display: flex;
	display: -ms-flexbox;
}
.social-icon-outr li a{
	/*height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	*/
}
/*.social-icon-outr li a:hover{
	background:  #fff;
}*/
.social-icon-outr li  + li{
	margin-left: 12px;
}
/*.twitter{
	background: #00ace7;
}
.twitter:hover{
	border-color: #00ace7;
	color: #00ace7;
}
.facebook{
	background: #3b5998;
}
.facebook:hover{
	border-color: #3b5998;
	color: #3b5998;
}
.pinterest{
	background: #fe2854;
}
.pinterest:hover{
	border-color: #fe2854;
	color: #fe2854;
}
.instagram{
	background: #6a453b;
}
.instagram:hover{
	border-color: #6a453b;
	color: #6a453b;
}
.youtube{
	background: #c4302b;
}
.youtube:hover{
	border-color: #c4302b;
	color: #c4302b;
}
*/
.logo-outr{
	display:flex;
	display: -ms-flexbox;
	align-items:  center;
	justify-content: center;
}
.logo-outr .logo{
	padding:0px;
}
.topheader-outr{
	display:flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items:  center;
}
.ques-icon{
	background: url("../images/question-icon.png") no-repeat center center;
	width: 22px;
	height: 21px;
}
.search-mnu{
   display:flex;
	display: -ms-flexbox;	
	align-items:  center;
	margin-top: 4px;
}
.search-mnu li a{
	color: #909090;
}
.search-mnu li + li{
	margin-left: 20px;
}
.top-search-outr{
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
}
/*.google-translate-outr{
	margin-left: 35px;
}*/
.menu-nav{
	-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 992px) {
.menu-nav .nav-item{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	position: static;
	justify-content: center;
}
}

/*.menu-nav > li > a:before{
	content:"";
	background: #8ab3de;
	width: 1px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.menu-nav > li:first-child > a:before{
	background: transparent ;
}*/
/*.menu-nav > li{
	position: relative !important;
}
.menu-nav > li:before{
	content:"";
	border-left: 1px solid #8ab3de;
	position:absolute;
	top:10px;
	bottom:10px;
	left:0;
}*/

.menu-nav > li > a{
	 font-family: 'Optima Bold';
	 text-transform: uppercase;
	 color: #002c56 !important;
	 font-size: 16px;
	 /* height: 50px; */
	 display: flex;
	 display: -ms-flexbox;
	 align-items: center;
	 justify-content: center;
	 position: relative;
}
.menu-nav > li:hover > a{
	color: #709DC7  !important;
}
.menu-nav > li.active > a{
	color: #709DC7  !important;
}
.menu-nav > li.active > .dropdown-toggle:after{
	border-top-color: #5999dd !important;
}
.header-outr{
	box-shadow: 0px 5px 5px #f1f7fe;
}
.large-dropdown{
	right:0;
}
.dropdown-menu{
	border-radius: 0px;
}

@media (min-width: 992px) {
	.menu-bar .logo{
		display: none;
	}
}

.slider-box-outr{
	margin-top: 20px;
}
.join-box-grid-content-outr h3{
	    font-family: 'Fauna One', serif;
		font-size: 15px;
		color: #fff;
		margin-bottom:  10px;
		line-height: 25px;
		text-align: center;
}
.join-box-grid-content-outr{
	border: 1px solid #D77F28;
	border-radius: 30px;
	padding: 15px 20px 15px 20px;
	background: #D77F28;
}
.join-box-form-outr .mx-sm-3{
	margin-left: 0px !important;
	margin-right: 13px !important;
}
.join-box-form-outr .form-control{
	height: 40px;
	/*border: 1px solid #e88930;*/
	border-radius: 40px;
	font-family: 'Fauna One', serif;
	font-size: 15px;
	color: #D77F28;
	text-align: center;
	background: #fcf0e6;
}
.join-box-form-outr .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D77F28;
}
.join-box-form-outr .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #D77F28;
}
.join-box-form-outr .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #D77F28;
}
.join-box-form-outr .form-control:-moz-placeholder { /* Firefox 18- */
  color: #D77F28;
}
.join-box-form .form-group{
	margin-bottom: 13px;
}
.join-box-form .form-group label{
	color: #fff;
	
}
.join-box-form .form-group > label{
	text-transform: uppercase;
}
.join-box-form .form-group .checkbox-mnu li{
	display:inline-block;
}
.join-box-form .form-group .checkbox-mnu li label{
	margin-bottom: 0px;
}
.join-box-form .form-group .checkbox-mnu li + li{
	margin-left: 9px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
	background: #e87407;
	background-size:12px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-join{
	width: 150px;
	height: 40px;
	background: #fff;
	border-radius: 30px;
	font-family: 'Fauna One', serif;
	font-size: 15px;
	color: #D77F28;
	border: 1px solid transparent;
	text-transform: uppercase;
}
.btn-join:hover{
	border-color:   transparent;
	color:   #fff;
	background: #709DC7;
}
.btn-join:focus{
	box-shadow: 0px 0px 0px  !important;
}
.join-box-grid-content-outr{
	margin-top: 0px;
	height: 100%;
}
.join-box-grid-outr{
	margin-top: 25px;
}
.join-box-grid-col{
	    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.join-box-grid-testimonial-outr{
	-ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
	padding: 0px 9px;
}
.join-box-grid-testimonial-inr  .item p{
	font-family: 'Fauna One', serif;
	font-size: 14px;
	color: #fff !important;
	line-height: 20px;
	margin-bottom: 10px;
}
.join-box-grid-testimonial-img{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.join-box-grid-testimonial-img h3{
	font-family: 'Fauna One', serif;
	font-size: 15px;
	color: #fff;
	margin-left: 15px;
}
.join-box-grid-testimonial-inr{
     padding: 10px 20px 10px;
	 border-radius: 30px;
	 background: #709DC7;
	 margin-top: 20px;
}
.join-box-grid-testimonial-inr .item h2{
	margin-bottom: 0px;
}
.youtube-link-outr{
    margin: 10px 0px;	
}
.join-box-grid-col{
	padding: 0px 9px;
}
.join-box-grid-outr .row{
	margin: 0px -9px;
}
.join-box-grid-testimonial-inr{
	height: 100%;
}
.programe-box-content-outr{
	height: 120px;
	background-size: 100% 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	align-items: center;
	margin-top: 12px;
	padding: 0px 15px;
	background-repeat: no-repeat;
	position: relative;
	/*background: url("../images/quan.png") no-repeat center center;*/
	border-radius: 20px;
	background-size: cover;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.programe-box-content-outr h2 i{
	display: block;
	margin-bottom: 10px;
}
/*.programe-box-img{
	position: absolute;
	right: 25px;
	top: 25px;
}*/
.programe-box-one{
	background-color: #D77F28;
	
}
.programe-box-one:hover{
	box-shadow: 0px 0px 10px #D77F28;
}
.programe-box-two{
	background-color: #709DC7;
	
}
.programe-box-two:hover{
	box-shadow: 0px 0px 10px #709DC7;
}
.programe-box-three{
	background-color: #D77F28;
	
}
.programe-box-three:hover{
	box-shadow: 0px 0px 10px #D77F28;
}

.programe-box-four{
	background-color: #709DC7;
	
}
.programe-box-four:hover{
	box-shadow: 0px 0px 10px #709DC7;
}
.programe-box-four .programe-box-img img{
	width: 45px;
}



.programe-box-content-outr h2{
	font-family: 'Fauna One', serif;
	margin-bottom: 0px;
	font-size: 15px;
	color: #fff !important;
	max-width: 200px;
}
.programe-box-outr{
	padding-top: 8px;
}
.programe-box-one h2{
	color: #fb660e;
}
.programe-box-two h2{
	color: #fea533;
}
.programe-box-three h2{
	color: #87a9c8;
}
.programe-box-four h2{
	color: #5f77d6;
}
.welcome-outr{
	border-top: 1px solid #fb660e;
	background: #fcf0e6;
	min-height: 352px;
}
.slider-sec-inr{
	padding-bottom: 30px;
}
.heading h2{
	font-family: 'Optima';
	font-size: 15px;
	text-transform: uppercase;
	color: #404040;
	margin-bottom: 5px;
}
.heading h3{
	font-family: 'Optima';
	font-size: 20px;
	text-transform: uppercase;
	color: #e88930;
	margin-bottom: 0px;
}
.heading{
	position: relative;
	padding-left: 26px;
}
.heading:before{
	content:"";
	width: 8px;
	height: 100%;
	left:0;
	top:0;
	background: #e88930;
	position: absolute;
}
.welcome-content-outr{
	padding-top: 20px;
}
.welcome-content-outr  h4{
	font-size: 20px;
	color: #333;
	font-family: 'Fauna One', serif;
	margin-bottom: 50px;
	max-width: 850px;
}
.welcome-content-outr .heading{
	margin-bottom: 20px;
}
.welcome-content-txt-inr p{
	font-size:  14px;
	font-family: 'Fauna One', serif;
	line-height: 30px;
}
.read-btn{
	font-size:  15px;
	font-family: 'Fauna One', serif;
	color: #fff;
	text-transform:uppercase;
	width: 130px;
	height: 40px;
	background: #D77F28 !important;
	line-height: 38px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid transparent;
}
/*.read-btn:hover{
	border-color: #e88930;
	color: #e88930;
	background: #fff !important;
}*/

.welcome-inr{
    position:relative;	
	padding-bottom: 20px;
}
.welcome-img-outr{
	margin-top: 20px;
	/*border: 9px solid #fff;*/
	border-radius: 47px;
	box-shadow: 0px 0px 15px #ed9c4f;
}
.welcome-inr:before{
	content:"";
	width: 702px;
	height: 350px;
	background: url("../images/welcome-circle-bg.png") no-repeat center center;
	background-size: auto 100%;
	position: absolute;
	right: 0px;
}

.welcome-img-outr img{
	width: 100%;
	border-radius: 40px;
	
}
.geared-outr{
	background: #eef4fa;
	background-size: 1300px 480px;
	position: relative;
}
.geared-bg:before{
	content:"";
	position: absolute;
	background: url("../images/amit-goswami-bg.png") no-repeat center center;
	background-size: 100%;
	width: 807px;
	height: 390px;
	bottom: 0;
	left:0;
	
}
.geared-inr{
	padding-top: 20px;
}
.heading-white:before{
	background: #fff;
}
.heading-white h2{
	color: #fff;
}
.heading-white h3{
	color: #fff;
}
.geared-inr  .heading h2{
	font-size: 18px;
}
.prof-item-pic{
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	margin-top: 20px;
}
.prof-item-pic img{
	height: 200px;
	width: 200px;
	border-radius: 50%;
	filter: grayscale(0%);
	
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
/*.prof-item-pic:hover img{
	filter: grayscale(100%);
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}*/
.prof-item-pic .prof-item-img:before{
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.prof-item-pic:hover .prof-item-img:before{
	background:none;
}
.prof-item-txt{
	/*position: absolute;
	left: -100%;
	top: 0;
	right:auto;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	flex-direction: column;*/
	text-align: center;
	margin-top: 20px;
}
.prof-item-txt h2{
	font-weight: bold;
}
.prof-item-pic:hover .prof-item-txt{
	left:0;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.prof-item-txt h4{
	margin-bottom: 0px;
	font-size: 16px;
	font-family: 'Optima';
	color: #fff;
	text-transform: uppercase;
}
.prof-item-txt h2{
	font-size: 15px;
	font-family: 'Optima';
	
	text-transform: uppercase;
	margin-bottom: 0px;
}
.professor-slidr-outr{
	margin: 0px 0px 20px;
}
.esteemed-grid-outr{
	margin-top: 20px;
}
.esteemed-grid-text-outr .heading{
	margin-bottom: 20px;
}
.esteemed-grid-text-outr h4{
	font-family: 'Fauna One', serif;
	font-size: 22px;
	margin-bottom: 40px;
}
.esteemed-grid-text-outr p{
	font-family: 'Fauna One', serif;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.esteemed-grid-text-outr .read-btn{
	margin-top: 10px;
	color: #5f77d6;
	border: 1px solid transparent;
}
.esteemed-grid-text-outr .read-btn:hover{
	color: #fff !important;
	background: #D77F28 !important;
	border-color: transparent;
}
.esteemed-grid-text-outr{
	padding-bottom: 20px;
}
.esteemed-grid-pic-outr{
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: flex-end;
	/*background: url("../images/esteemed-pic-bg.png") no-repeat center bottom;
	background-size: 100%;*/
}
.esteemed-grid-text-outr .read-btn{
	background: #709DC7 !important;
	color: #fff !important;
}
.joined-sec-outr{
	background: #eef4fa;
	background-size: cover;
	padding-bottom: 20px;
	position: relative;
}
.joined-sec-outr:before{
	content: "";
position: absolute;
background: url("../images/upcoming-events-bg.png") no-repeat center center;
  background-size: auto;
background-size: auto;
background-size: cover;
width: 1585px;
height: 910px;
bottom: 0;
right: 0;
}
.join-txt-outr .heading h2{
	font-size: 18px;
}
.book-btn{
	background: #fff;
	width: 442px;
	height: 72px;
	border-radius: 50px;
	font-size: 22px;
	font-family: 'Optima Bold';
	line-height: 58px;
	color:  #e88930;
}
.book-btn:hover{
	background: #e88930;
	color: #fff;
}
.join-txt-outr .heading{
	margin-bottom: 25px;
}
.join-txt-outr p{
	font-size: 20px;
	font-family: 'Fauna One', serif;
	color: #fff;
}
.joined-sec-inr{
	padding-top: 65px;
}
.join-pic-grid-inr{
	display: flex;
	display:ms-flexbox;
}
.join-pic-box-outr + .join-pic-box-outr{
	margin-left: 30px;
}
.browse-heading-outr .heading h2{
	font-size: 20px;
}
.browse-grid-outr{
	padding-top: 20px;
}
.browse-grid-item-txt h2{
	font-size: 18px;
	color: 454545;
	font-family: 'Fauna One', serif;
}
.browse-grid-item-txt h3{
	font-size: 14px;
	color: 454545;
	font-family: 'Fauna One', serif;
	text-align: center;
}
.browse-grid-item-txt{
	padding-top:20px;
}
.browse-btn{
	height: 41px;
	padding: 0px 10px;
	background: #fde5d6;
	line-height: 41px;
	font-family: 'Fauna One', serif;
	font-size: 15px;
	color: #e88930;
	margin-top: 17px;
}
.browse-btn:nth-child(even){
	margin-left: 9px;
}
.browse-grid-slidr-outr{
	position:relative;
}
.browse-grid-slidr-outr{
	padding: 0px 25px;
}
.browse-grid-slidr-outr .owl-nav button{
	position: absolute;
	top: 50%;
	color: #709DC7 !important;
	transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
	  -moz-transform:translateY(-50%);
}
.browse-grid-slidr-outr .owl-nav button.owl-prev{
	left: -30px;
}
.browse-grid-slidr-outr .owl-nav button.owl-next{
	right: -30px;
}
.upcoming-item h2{
	font-size: 18px;
	font-family: 'Fauna One', serif;
	margin-bottom: 28px;
}
.upcoming-item h3{
	font-size: 20px;
	font-family: 'Fauna One', serif;
	color: #709DC7;
	margin-bottom: 28px;
}
.upcoming-item p{
	font-size: 14px;
	font-family: 'Fauna One', serif;
	text-align: justify;
}
.btn-event{
	width: 209px;
	height: 40px;
	line-height: 26px;
	background: #fff; 
	border-radius: 30px;
	font-family: 'Fauna One', serif;
	font-size: 15px;
	color: #D77F28;
	
}
.btn-event:hover{
	background: #709DC7;
	color: #fff;
}
.upcoming-content-outr{
	padding: 35px 20px 35px;
	border-radius: 30px;
	background: #fff;
}
.upcoming-item .btn-event-outr{
	margin-top: 20px;
}
.browse-grid-slidr-outr .owl-nav{
	margin: 0px !important;
}
.upcoming-event-outr{
	margin-top: 20px;
}
.upcoming-btn-outr{
	margin-top: 38px;
}
.community-testimonial-outr{
	background: url("../images/community-bg.jpg") no-repeat center center;
	min-height: 500px;
	background-size: cover;
}
.community-testimonial-heading-inr .heading h2{
	font-size: 18px;
}
.community-testimonial-inr{
	padding-top: 40px;
}
.community-testimonial-item{
	background: #fff0e6;
	padding: 35px 20px 26px;
	border-radius: 20px;
}
.community-testimonial-item p{
	font-size: 20px;
	font-family: 'Fauna One', serif;
	color: #e88930;
}
.community-testimonial-nme h3{
	font-size: 24px;
	color: #e75b17;
}
.community-testimonial-nme h4{
	font-size: 24px;
	color: #e75b17;
	font-family: 'Fauna One', serif;
}
/*.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carouselcommunity .community-testimonial-item  {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-carouselcommunity .community-testimonial-item  p {
  flex-grow: 1;
}
.owl-carouselcommunity .item {
  display: flex;
  flex-direction: column;
}*/
.footr-bg{
	background: #fff;
	background-size: cover;
}
.footer-top-inner ul li a:hover{
	color: #709DC7;
}
.footr-legal-inr ul li a:hover{
	color: #709DC7;
}
.footr-essential-inr ul li a:hover{
	color: #709DC7;
}
.top-search-outr{
	position: relative;
}
.search-box-form-outr {
	background: #fff;
	position: absolute;
	bottom: -67px;
	left: auto;
	right: -10px;
	display: none;
	padding: 10px 10px;
	z-index: 9;
	width: 300px;
}
.search-box-form-outr .input-group-text{
	padding: 0px;
	background: transparent;
	border: 0 none;
}
.btn-search{
	background: #D77F28;
	border-radius: 0px;
	color: #fff;
}
.btn-search:hover{
	background: #709DC7;
	color: #fff;
}
.search-box-form-outr .form-control{
	border-radius: 0px;
}

.carousel-item img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.slider-box-outr .carousel-item{
	height: 456px;
	border-radius: 30px;
	background: #709DC7;
	background-size: 100% 100%;
}
.slider-box-outr .carousel-item img{
	border-radius: 30px;
	height:100%;
	width: 100%;
}
.carousel-indicators li{
	/*background-color: #e88930 !important;*/
	opacity: 1;
}
.carousel-indicators li.active{
	background-color: #D77F28 !important;
}
/*.join-box-grid-testimonial-inr .owl-nav{
	position: absolute;
	right:0;
	top:-39px;
}*/
.join-box-grid-testimonial-inr .owl-prev{
	height: 29px;
	width: 29px;
	line-height: 29px !important;
	background: transparent !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
}
.join-box-grid-testimonial-inr .owl-prev:hover{
	background: #17286f !important;
	color: #e88930 !important;
	border-color: #e88930 !important;
}
.join-box-grid-testimonial-inr .owl-next{
	height: 29px;
	width: 29px;
	line-height: 29px !important;
	background: transparent !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
}
.join-box-grid-testimonial-inr .owl-next:hover{
	background: #17286f !important;
	color: #e88930 !important;
	border-color: #e88930 !important;
}
.programe-box-outr .col-sm-3{
	padding: 0px 10px;
}
.programe-box-outr .row{
	margin: 0px -10px;
}
.geared-heading.heading-white::before {
	background: #709DC7 !important
}
.geared-heading.heading-white h2{
	color: #000 !important;
}
.geared-heading.heading-white h3{
	color: #709DC7 !important;
}
.esteemed-heading.heading-white::before {
	background: #709DC7 !important
} 
.esteemed-heading.heading-white h2{
	color: #010b32 !important;
}
.esteemed-heading.heading-white h3{
	color: #709DC7 !important;
}
.deaned-outr {
	background: #fcf0e6;
	background-size: 1518px 480px;
	position: relative;
}
.deaned-bg:before{
	content: "";
position: absolute;
background: url("../images/valentina-bg.png") no-repeat center center;
background-size: 100% 100%;
width: 813px;
height: 348px;
bottom: 0;
right: 0;
}
.deaned-heading.heading-white::before {
	background: #e88930 !important
} 
/*.upcoming-content-outr  .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	color: #5999dd !important;
}
.upcoming-content-outr .owl-nav button.owl-prev {
	left: -80px;
}
.upcoming-content-outr .owl-nav button.owl-next {
	right: -80px;
}*/
.facebook-sec-outr{
	background: #D77F28;
}
.facebook-sec-inr{
	padding: 20px 0px;
}
.facebook-img{
	margin-top: 20px;
}
.facebook-heading{
	height: 54px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.what-grid-outr{
	margin-top: 20px;
}
.what-grid-img{
	padding-bottom: 15px;
	border-radius: 30px;
	background:  #fff;
	height: 198px;
	position: relative;
}
.what-grid-img img{
	width: 100%;
	border-radius: 30px;
	height: 182px;
	position:absolute;
	/*top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);*/
}
.what-grid-txt h2{
	font-family: 'Fauna One', serif;
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
	max-width: 270px;
}
.what-grid-txt{
	margin-top: 30px;
}
.what-grid-txt .btn-event{
	font-family: 'Fauna One', serif;
	text-transform: uppercase;
	width: 130px;
	border: 1px solid transparent;
}
.upcoming-item .btn-event{
	background: #709DC7;
	color: #fff;
	width: 130px;
	text-transform: uppercase;
}
.upcoming-item .btn-event:hover{
	background: #D77F28;
color: #fff;
border-color: transparent;
}
.customer{
	height: 58px;
	width: 58px;
	line-height: 47px;
	margin-top: 16px;
	background: #fff;
	border: 1px solid #465caf;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
}
.customer:hover{
	border-color: #e88930;
	background:  #e88930;
}
.programe-box-outr .col-sm-3 a{
	display: block;
}
.facebook-sec-inr .col-sm-3{
	position: relative;
	padding: 0px 25px;
}
.facebook-sec-inr .row{
	margin: 0px -25px;
}
.facebook-sec-inr .col-sm-3:before{
	content:"";
	position: absolute;
	width: 15px;
	z-index:9;
	right: -4px;
	top: -20px;
	bottom: -20px;
	background: url("../images/devider-new.jpg") repeat-y left top;
}
.facebook-sec-inr .col-sm-3:last-child::before {
	background: none !important;
}
.welcome-content-outr .heading:before{
	background: #D77F28 !important
}
.welcome-content-outr .heading h3{
	color: #D77F28;
}
.deaned-grid-txt-outr .read-btn{
	background: #D77F28 !important;
}
.deaned-grid-txt-outr .read-btn:hover{
	/*border-color: #e88930 !important;
	color: #e88930 !important;*/
	background: #709DC7 !important;
	border-color: #709DC7 !important;
	color: #fff !important;
}
.professor-slidr-outr .col-sm-3{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.deaned-outr .esteemed-grid-outr{
	margin-top: 0px;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background: none !important;
}
.browse-grid-slidr-outr .owl-nav button.owl-prev:hover{
	color: #D77F28 !important;
	border-color: #D77F28 !important;
}
.browse-grid-slidr-outr .owl-nav button.owl-next:hover{
	color: #D77F28 !important;
	border-color: #D77F28 !important;
}
.upcoming-content-outr .owl-nav button.owl-prev:hover{
	color: #D77F28 !important;
	border-color: #D77F28 !important;
}
.upcoming-content-outr .owl-nav button.owl-next:hover{
	color: #D77F28 !important;
	border-color: #D77F28 !important;
}
.search-mnu li a:hover{
	color: #5674e8 !important;
}
.ques-outr{
	border: 1px solid #e88930;
	width: 23px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	height: 25px;
	line-height: 20px;
}
.about-us-sec-inr{
	padding: 20px 0px 0px;
}
.about-heading:before{
	background: #000;
}
.about-us-sec-inr .about-heading{
	margin-bottom: 20px;
}
.alumni-heading:before{
	background: #709DC7;
}
.about-us-sec-inr .alumni-heading{
	margin-bottom: 20px;
} 
.alumni-sec-inr{
	padding-bottom: 0px;
}
.alumni-logo-one-outr{
	margin-bottom: 29px;
}
.alumni-banner-grid-outr{
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.alumni-logo-outr{
	-ms-flex: 0 0 24%;
flex: 0 0 24%;
max-width: 24%;
}
.alumni-banner-pic-outr{
	-ms-flex: 0 0 76%;
flex: 0 0 76%;
max-width: 76%;
}
.alumni-banner-pic-outr img{
	width: 100%;
}
.alumni-logo-outr a{
	display: block;
}
.alumni-logo-outr a img{
	width: 100%;
}
.alumni-read-btn{
	background: #5999dd !important;
}
.alumni-read-btn:hover{
	border-color: #5999dd !important;
	color: #5999dd !important;
}
.alumni-banner-text-outr p{
	font-size: 14px;
	margin-bottom: 0px;
}
.alumni-banner-text-outr{
	padding: 20px 0px 20px;
}
.alumni-banner-text-outr .alumni-read-btn{
	margin-top: 30px;
}
.alumni-banner-text-sec-outr{
	border-bottom: 5px solid #fbead9;
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-img-col{
	order: 2;
	display: flex;
	display: -ms-flexbox;
	justify-content: right;
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-img-outr{
	padding-right:105px;
}
.alumni-pic-grid-box-outr .col-sm-4{
	padding: 0px;
}
.alumni-pic-grid-box-outr .col-sm-8{
	padding: 0px;
}
.alumni-pic-grid-box-outr .row{
	margin: 0px;
}
.alumni-pic-grid-text-header ul{
	display: flex;
	display: -ms-flexbox;
}
.alumni-pic-grid-text-header ul li{
	font-size: 10px;
	position: relative;
	color: #e88930;
}
.alumni-pic-grid-text-header ul li:before{
	content:"|";
	position:absolute;
	left: -5px;
}
.alumni-pic-grid-text-header ul li:first-child:before{
	content:"";
}
.alumni-pic-grid-text-header ul li + li{
	margin-left: 7px;
}
.alumni-pic-grid-text-header{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
}
.alumni-pic-grid-text-header h2{
	font-size: 15px;
	margin-bottom: 5px;
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-text-header{
	align-items: flex-end;
}
.alumni-pic-grid-text-content p{
	font-size: 16px;
}
.alumni-pic-grid-text-content{
	padding: 20px 0px 10px;
}
/*.alumni-pic-grid-box-outr .row{
	align-items: center;
}*/

.alumni-pic-grid-img-outr{
	position: relative;
	z-index: 1;
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-img-outr:before{
	content:"";
	background: url("../images/alumni-box-pic-bg.png") no-repeat center center;
	width: 497px;
	height: 653px;
	position: absolute;
	z-index:-1;
	top:-120px;
	right:-15px;
}
.alumni-pic-grid-box-outr{
	padding: 120px 0px;
}
.alumni-pic-grid-box-outr:nth-child(even) .alumni-pic-grid-img-outr:before{
	content:"";
	background: url("../images/alumni-box-pic-bg2.png") no-repeat center center;
	width: 497px;
	height: 653px;
	position: absolute;
	z-index:-1;
	top:-100px;
	left: -80px;
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-text-content{
	background: #fef7f1;
	position: relative;
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-text-content:before{
	content:"";
	background: #fef7f1;
	position: absolute;
	width: 5000px;
	height:100%;
	top:0;
	left: -5000px;
}
.alumni-pic-grid-sec-outr{
	position: relative;
	
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-text-content:before{
	content:"";
	background: #fef7f1;
	position: absolute;
	width: 5000px;
	height:100%;
	top:0;
	left: -5000px;
	border-bottom: 5px solid #db7e21
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-text-content{
	position: relative;
}
/*.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-text-content:after{
	content:"";
	background: #fef7f1;
	position: absolute;
	width: 60px;
	height:100%;
	top:0;
	right: -60px;
}*/
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-text-outr{
	position: relative;
	padding-left: 104px;
}
.alumni-pic-grid-box-outr:nth-child(odd) .alumni-pic-grid-text-outr:before{
	content:"";
	border-bottom: 5px solid #db7e21;
	position:absolute;
	bottom:0;
	height: 5px;
	width: 300px;
	z-index:1;
}

.alumni-pic-grid-box-outr:nth-child(even) .alumni-pic-grid-text-content{
	position: relative;
	background: #f2f7fb;
}
.alumni-pic-grid-box-outr:nth-child(even) .alumni-pic-grid-text-content:before{
	content:"";
	background: #f2f7fb;
	position: absolute;
	width: 5000px;
	height:100%;
	top:0;
	right: -5000px;
	border-bottom: 5px solid #5999dd
}
/*.alumni-pic-grid-box-outr:nth-child(even) .alumni-pic-grid-text-content:after{
	content:"";
	background: #f2f7fb;
	position: absolute;
	width: 60px;
	height:100%;
	top:0;
	left: -60px;
	z-index:-2;
}*/
.alumni-pic-grid-box-outr:nth-child(even) .alumni-pic-grid-text-content{
	padding-left: 60px;
}
.alumni-pic-grid-box-outr:nth-child(even) .alumni-pic-grid-text-outr{
	position: relative;
}
.alumni-pic-grid-box-outr:nth-child(even) .alumni-pic-grid-text-outr:before{
	content:"";
	border-bottom: 5px solid #5999dd;
	position:absolute;
	bottom:0;
	right:0;
	height: 5px;
	width: 300px;
	z-index:1;
}

.alumni-pic-grid-sec-outr{
	padding-top: 75px;
}
.alumni-heading h3{
	color: #212529;
}
.about-us-sec-inr .about-consultancy-heading{
	margin-bottom: 20px;
}
.about-consultancy-text-outr p{
	font-size: 18px;
}
.about-consultancy-text-outr .alumni-read-btn{
	margin-top: 10px;
}
.meet-consultancy-heading:before{
	background: #e88930;
}
.meet-consultant-sec-inr{
	padding-top: 50px;
}

.meet-consultant-grid-box-pic-grid-outr{
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;
}
.meet-consultant-grid-box-outr:nth-child(odd) .meet-consultant-grid-box-pic-outr img{
	height: 370px;
	width: 370px;
	border: 2px solid #5999dd;
	border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
}
.meet-consultant-grid-box-pic-outr{
	-ms-flex: 0 0 26%;
flex: 0 0 26%;
max-width: 26%;
}
.meet-consultant-grid-box-pic-grid-text-outr{
	-ms-flex: 0 0 74%;
flex: 0 0 74%;
max-width: 74%;

position: relative;
}
.meet-consultant-grid-box-outr:nth-child(odd) .meet-consultant-grid-box-pic-grid-text-outr{
	padding-left: 44px;
}

.meet-consultant-grid-box-pic-grid-text-outr p{
	font-size: 20px;
}
.meet-consultant-grid-box-outr:nth-child(odd) .meet-consultant-grid-box-pic-grid-text-outr:before{
	content:"";
	position: absolute;
	width: 7px;
	height: 244px;
	background: #5999dd;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.meet-consultancy-heading{
	margin-bottom: 40px;
}
.meet-consultant-grid-box-inr p{
	font-size: 20px;
}
.whoam-outr{
	margin-bottom: 30px;
}
.whoam-outr a{
	font-size: 18px;
}
.schedule-appoint-btn{
	font-size: 18px;
	background: #719ec7;
	color: #fff;
	border-radius:0px;
	width: 370px;
	height: 53px;
	line-height: 39px;
	text-transform: uppercase;
	border: 1px solid transparent;
}
.meet-consultant-grid-box-outr{
	position: relative;
}
.meet-consultant-grid-box-outr:nth-child(odd):before{
	content:"";
	border-bottom: 2px solid #5c8ab9;
	position: absolute;
	bottom: 98px;
	height:2px;
	width: 100%;
	left:0;
	right:0;
	z-index:-1;
}
.meet-consultant-grid-box-outr:nth-child(odd):after{
	content:"";
	background: url("../images/consultancy-box-odd-bg.png") no-repeat left bottom;
	position: absolute;
	z-index: -1;
	width: 1700px;
	height: 530px;
	bottom: 100px;
	left:0;
	right:0;
}
.meet-consultant-grid-box-outr:nth-child(even):before{
	content:"";
	border-bottom: 2px solid #ff5c23;
	position: absolute;
	bottom: 98px;
	height:2px;
	width: 100%;
	left:0;
	right:0;
	z-index:-1;
}
.meet-consultant-grid-box-outr:nth-child(even):after{
	content:"";
	background: url("../images/consultancy-box-even-bg.png") no-repeat left bottom;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 952px;
	bottom: 200px;
	left:0;
	right:0;
	background-size:cover;
}
.meet-consultant-grid-box-outr:nth-child(even) .meet-consultant-grid-box-pic-grid-outr .meet-consultant-grid-box-pic-outr{
	order:2;
}
.meet-consultant-grid-box-outr:nth-child(even) .meet-consultant-grid-box-pic-grid-outr .meet-consultant-grid-box-pic-outr img{
	height: 370px;
	width: 370px;
	border: 2px solid #e88930;
	border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
}
.meet-consultant-grid-box-outr:nth-child(even) .meet-consultant-grid-box-pic-grid-text-outr{
	padding-right: 44px;
	position: relative;
}
.meet-consultant-grid-box-outr:nth-child(even) .meet-consultant-grid-box-pic-grid-text-outr:before{
	content:"";
	position: absolute;
	width: 7px;
	height: 244px;
	background: #e88930;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.meet-consultant-grid-box-outr{
	padding: 35px 0px 75px;
	box-shadow: 0px -8px 20px #999;
}
.meet-consultant-grid-box-outr:nth-child(even) .schedule-appoint-btn{
	background: #e88930;
}
.meet-consultant-grid-box-outr:nth-child(odd) .schedule-appoint-btn:hover{
	background: #fff;
	border-color: #719ec7;
	color:#719ec7;
}
.meet-consultant-grid-box-outr:nth-child(even) .schedule-appoint-btn:hover{
	background: #fff;
	border-color: #e88930;
	color:#e88930;
}
.disclaimer-sec-inr{
	padding: 50px 0px 30px;
}
.disclaimer-sec-inr p{
	font-size: 20px;
}
.disclaimer-sec-inr h3{
	margin-bottom: 25px;
}
.contact-heading:before{
	background: #D77F28 !important;
}
.contact-heading{
	margin-bottom: 20px;
	
}
.contact-heading h3{
	color: #000 ;
}
.contact-banner-outr{
	height: auto;
	background-size: cover;
	background-position:center center;
}
.contact-banner-outr img{
	width: 100%;
}
.contact-form-grid-inr{
	padding: 20px 0px 20px;
}
/*.contact-form-grid-inr{
	min-height: 834px;
}*/
.contact-form-grid-outr{
	position: relative;
	overflow: hidden;
}
/*.contact-form-grid-outr:before{
   content:"";
   background: url("../images/contact-form-bg.png") no-repeat left top;	
   position: absolute;
   top:90px;
   left:0;
   right:0;
   background-size: cover;
   width: 1700px;
   height: 731px;
}*/
.contact-box-form input[type='text'].form-control{
	height: 50px;
}
.contact-box-form .form-group{
	margin-bottom: 20px;
}
textarea.form-control{
	resize: none;
}
.address-box h2{
	font-size: 20px;
	margin-bottom: 0px;
}
.address-box p{
	font-size: 14px;
	margin-bottom: 0px;
}
.address-box i{
	color: #D77F28;
	position: absolute;
	left:0;
	top:0;
}
.address-box{
	padding-left: 30px;
	position: relative;
}
.contact-box{
	position: relative;
	padding-left: 30px;
}
.contact-box:before{
	content:"";
	border-left: 8px solid #D77F28;
	height: 100%;
	width: 8px;
	position:absolute;
	left:0;
}
.contact-box h2{
	font-size: 20px;
}
.contact-box a{
	font-size: 14px;
	display: block;
}
.contact-box a:hover{
	color: #D77F28;
}
 .contact-box{
	margin-top: 32px;
}
.contact-form-grid-inr .col-sm-6{
	padding: 0px 30px;
}
.contact-form-grid-inr .row{
	margin: 0px -30px;
}
.contact-form-box-inr .contact-heading h3{
   	text-transform: none;
}
.education-banner-outr{
	text-align: center;
	
}
.education-banner-outr img{
	width: 100%;
}
.education-sec-box-txt-outr p{
	font-size: 16px;
	margin-bottom:25px;
	text-align: justify;
	line-height: 30px;
}
.education-sec-box-txt-heading{
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.education-sec-box-txt-heading h2{
	font-size: 20px;
	margin-bottom: 0px;
	text-transform:uppercase;
}

.education-sec-box-outr:nth-child(odd) .education-sec-box-img-col{
	order:2;
	
}
.education-sec-box-outr:nth-child(even) .education-sec-box-img-col{
	order:2;
	
}
/*.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-col{
	padding-left:115px;
}

.education-sec-box-img-col img{
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
}*/
/*.education-sec-box-outr:nth-child(odd) .education-sec-box-img-col .education-sec-box-img-outr{
	border: 8px solid  #d47f28;
}*/
.education-sec-box-outr:nth-child(odd) .education-sec-box-img-col .education-sec-box-img-outr{
	/*border-top: 11px solid #e88930;
	border-bottom: 11px solid #5a90c2;*/
	
	
}
.education-sec-box-img-col .education-sec-box-img-outr{
	border-radius: 30px;
}
.education-sec-box-img-outr img{
	border-radius: 30px !important;
}
.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-outr{
	position: relative;
}
.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-outr:before{
	content:"";
	background: url("../images/edu-content-blue-arch.png") no-repeat left top;
	height: 390px;
	
	position: absolute;
	z-index: -1;
	left:0px;
	right:0px;
	top:55px;
	background-size: 100%;
}
.education-sec-box-outr:nth-child(even) .education-sec-box-txt-outr:before{
	content:"";
	background: url("../images/edu-content-orange-arch.png") no-repeat left top;
	height: 390px;
	
	position: absolute;
	z-index: -1;
	left:30px;
	right:30px;
	top:55px;
	background-size: 100%;
}

/*.education-sec-box-outr:nth-child(even) .education-sec-box-img-col .education-sec-box-img-outr{
	border-top: 11px solid #5a90c2;
	border-bottom: 11px solid #e88930;
	border-radius: 100px 0px 100px 0px !important;
}
.education-sec-box-outr:nth-child(even) .education-sec-box-img-col .education-sec-box-img-outr img{
	border-radius: 100px 0px 100px 0px !important;
	
}*/
.education-sec-box-outr .education-sec-box-img-outr{
	position: relative;
	overflow:hidden;
	background: #fff;
	
}
/*.education-sec-box-outr .education-sec-box-img-outr img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}*/
.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-heading{
	/*background: #5999dd;*/
	position: relative;
	border-bottom: 2px solid #709DC7;
}
.education-sec-box-outr:nth-child(even) .education-sec-box-txt-heading{
	/*background: #5999dd;*/
	position: relative;
	border-bottom: 2px solid #D77F28 ;
}
.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-heading h3{
	color: #709DC7;
}
.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-heading h2{
	color: #709DC7;
}
.education-sec-box-outr:nth-child(even) .education-sec-box-txt-heading h3{
	color: #D77F28;
}
.education-sec-box-outr:nth-child(even) .education-sec-box-txt-heading h2{
	color: #D77F28;
}
.education-sec-box-txt-heading h3{
	font-size:20px;
	margin-bottom: 15px;
}
/*.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-heading:before{
	content:"";
	height: 10px;
	width: 10px;
	background: #6195cb;
	border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	position: absolute;
	right:0;
	bottom:-5px;
}*/
.education-sec-box-outr:nth-child(even) .education-sec-box-txt-heading{
	/*background: #5999dd;*/
	position: relative;
	
}
.education-sec-box-outr:nth-child(even) .education-sec-box-img-outr{
	box-shadow: 0px 0px 15px #D77F28;
}
.education-sec-box-outr:nth-child(odd) .education-sec-box-img-outr{
	box-shadow: 0px 0px 15px #709DC7;
}
/*.education-sec-box-outr:nth-child(even) .education-sec-box-txt-heading:before{
	content:"";
	height: 10px;
	width: 10px;
	background: #c5681d;
	border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	position: absolute;
	right:0;
	bottom:-5px;
}*/
/*.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-heading{
	border-radius: 0px 20px 20px 0px;
}*/
/*.education-sec-box-outr:nth-child(odd) .education-sec-box-txt-heading:before{
	content:"";
	background: #5999dd;
	position:absolute;
	height: 100%;
	width: 5000px;
	left:-5000px;
}*/
.education-sec-box-outr:nth-child(odd) .read-btn{
	background: #709DC7 !important;
}
.education-sec-box-outr:nth-child(odd) .read-btn:hover{
	background: #D77F28 !important;
	color: #fff !important;
	border-color: transparent !important;
}
.education-sec-box-outr:nth-child(even) .read-btn:hover{
	background: #709DC7 !important;
	color: #fff !important;
	border-color: transparent !important;
}
/*.education-sec-box-outr:nth-child(even) .education-sec-box-img-col .education-sec-box-img-outr{
	border: 8px solid  #5999dd;
}*/
.education-sec-box-outr:nth-child(even) .education-sec-box-txt-heading{
	
	position: relative;
}
/*.education-sec-box-outr:nth-child(even) .education-sec-box-txt-heading:before{
	content:"";
	background: #d47f28;
	position:absolute;
	height: 100%;
	width: 5000px;
	right:-5000px;
}
.education-sec-box-outr:nth-child(even) .education-sec-box-txt-heading{
	
	padding-left: 15px;
}*/

.education-sec-box-img-outr{
	position: relative;
}
/*.education-sec-box-outr:nth-child(odd) .education-sec-box-img-outr:before{
	content:"";
	background: url("../images/education-box-odd-bg.png") left top;
	width: 351px;
	height: 911px;
	position: absolute;
	right: -100px;
	top:-100px;
	z-index:-1;
}
.education-sec-box-outr:nth-child(even) .education-sec-box-img-outr:before{
	content:"";
	background: url("../images/education-box-even-bg.png") left top;
	width: 351px;
	height: 911px;
	position: absolute;
	left: -100px;
	top:-100px;
	z-index:-1;
}*/
.education-sec-box-outr{
	margin-bottom: 0px;
	padding-top: 50px;
}
.education-sec-box-outr .education-sec-box-outr{
	
}
.quav-heading{
	max-width: 1355px;
	margin: 0 auto;
   
	border-bottom: 1px solid #709DC7;
}
.quav-heading h2{
	font-size: 25px;
	text-align: center;
	font-family: 'Optima';
	text-transform: uppercase;
}
.quav-grid-inr{
	padding: 20px 0px 20px;
}
.qav-program-outr{
	margin-top: 30px;
}
.degree-program-box-outr h2{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d88029+0,d9832e+10,dd8636+16,dd8c3b+24,e18e3e+27,e29449+34,eaa057+47,eaa45e+51,efa964+57,f0ac6b+61,f1b06e+65,f4b476+70,f2b576+71,f7b779+74,f7bb7f+78,f7bc80+81,fcc08a+89,fbc38a+90,fdc58c+98,ffc68f+99,e1bf9a+100 */
background: #d88029; /* Old browsers */
background: -moz-linear-gradient(top,  #d88029 0%, #d9832e 10%, #dd8636 16%, #dd8c3b 24%, #e18e3e 27%, #e29449 34%, #eaa057 47%, #eaa45e 51%, #efa964 57%, #f0ac6b 61%, #f1b06e 65%, #f4b476 70%, #f2b576 71%, #f7b779 74%, #f7bb7f 78%, #f7bc80 81%, #fcc08a 89%, #fbc38a 90%, #fdc58c 98%, #ffc68f 99%, #e1bf9a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d88029 0%,#d9832e 10%,#dd8636 16%,#dd8c3b 24%,#e18e3e 27%,#e29449 34%,#eaa057 47%,#eaa45e 51%,#efa964 57%,#f0ac6b 61%,#f1b06e 65%,#f4b476 70%,#f2b576 71%,#f7b779 74%,#f7bb7f 78%,#f7bc80 81%,#fcc08a 89%,#fbc38a 90%,#fdc58c 98%,#ffc68f 99%,#e1bf9a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d88029 0%,#d9832e 10%,#dd8636 16%,#dd8c3b 24%,#e18e3e 27%,#e29449 34%,#eaa057 47%,#eaa45e 51%,#efa964 57%,#f0ac6b 61%,#f1b06e 65%,#f4b476 70%,#f2b576 71%,#f7b779 74%,#f7bb7f 78%,#f7bc80 81%,#fcc08a 89%,#fbc38a 90%,#fdc58c 98%,#ffc68f 99%,#e1bf9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88029', endColorstr='#e1bf9a',GradientType=0 ); /* IE6-9 */
height: 90px;
display: flex;
display: -ms-flexbox;
align-items: center;
justify-content: center;
margin-bottom: 0px;
border-radius: 0px 20px 20px 0px;
font-size: 22px;
}

.degree-program-box-outr ul li a{
	background: #709DC7;
	height: 69px;
	display: flex;
   display: -ms-flexbox;
   background: #709DC7;
   margin-bottom: 2px;
   margin-right: 18px;
   display: flex;
display: -ms-flexbox;
align-items: center;
justify-content: center;
font-size: 16px;
color: #fff;
padding:  0px 10px;
text-align: center;
}
.degree-program-box-outr ul li:last-child a{
	border-radius: 0px 0px 20px 0px
}
.degree-program-box-two-outr ul li:last-child a{
	border-radius: 0px 0px 0px 20px;
}
.degree-program-box-two-outr ul li a{
	margin-left: 18px;
	margin-right: 0px;
}
.degree-program-box-two-outr h2{
	border-radius: 20px 0px 0px 20px;
}
.degree-img-outr ul li{
	text-align: center;
}
.degree-img-outr{
	margin-top: -12px;
}
.degree-img-outr ul li + li{
	margin-top: 25px;
}
.image-slider-sec-outr img{
	width: 100%;
}
.slick-slide.slick-current {
	transform: scale(1.35);
	position: relative;
	z-index: 1;
}
.slick-track {
	padding-top: 70px;
	padding-bottom:70px;
}
/*.image-slider-sec-outr  .slick-list{
	background: #fff;
}*/
.image-slider-sec-outr{
	padding: 0px 50px;
}
.slick-prev::before, .slick-next::before {
	color: #1e89cd !important;
}
.slick-slide{
	position: relative;
	z-index: 99;
}
.image-slider-sec-outr{
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
}
/*.image-slider-sec-outr:before{
	content:"";
	background:  url("../images/education-slider-bg.png") no-repeat left top;
	background-size: 100%;
	position:absolute;
	left:0;
	top:0;
	height: 1505px;
	width:100%;
	left:0;
	right:0;
}*/
.img-slidr-item{
	border-radius: 10px;
	border: 5px solid #f5f5f5;
}
.image-slider-sec-outr .slick-dots{
	display: none !important;
}
.about-us-sec-inr p{
	font-size: 14px;
}

.image-slider-sec-outr  .owl-stage{
	padding-top: 70px;
	padding-bottom: 70px;
}
/*.about-us-sec-inr img{
	border-top: 17px solid #e88930;
	border-bottom: 17px solid #5999dd;
	border-radius: 100px 0px 100px 0px;
	
}*/
.about-page-img{
	position: relative;
	border-radius: 100px;
	
}
.about-page-img img{
	border-radius: 100px;
}
/*.about-page-img:before{
	content:"";
	background: #e88930;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 50%;
	z-index:-1;
	border-top-left-radius: 70px;
}
.about-page-img:after{
	content:"";
	background: #5999dd;
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 50%;
	z-index:-1;
	border-bottom-right-radius: 70px;
}*/
.about-page-grid-outr .col-sm-4{
	order: 1;
	-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.about-page-grid-outr .col-sm-8{
	
	-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.about-us-sec-outr{
	position: relative;
}
.about-page-sec-outr{
	position: relative;
}
/*.about-page-sec-outr:before{
	content:"";
	position: absolute;
	background: url("../images/about-bg.jpg") no-repeat left top;
	background-size: cover;
	height: 100%;
	width: 100%;
	left:0;
	top:0;
	z-index:-1;
}
.about-page-sec-outr:after{
	content:"";
	position: absolute;
	background: url("../images/about-circle.png") no-repeat left top;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	left:0;
	top:0;
	z-index:-1;
}*/
.about-us-sec-inr .read-btn{
	background: #709DC7 !important;
	margin-top: 10px;
	color: #fff;
}
.about-us-sec-inr .read-btn:hover{
	background: #D77F28 !important;
	color: #fff;
	border-color: transparent !important;
}
.about-find-outr{
	height: 688px;
	background-size: cover;
}
.about-find-inr{
	text-align: center;
	padding-top: 60px;
}
.about-find-inr h4{
	color: #fff;
	font-size: 60px;
}
/*.about-grid-box-img img{
	border-top: 17px solid #e88930;
border-bottom: 17px solid #5999dd;
border-radius: 0px 100px 0px 100px;
}*/
.about-grid-txt-outr{
	padding-top: 50px;
}
.about-grid-txt-outr .about-grid-txt-heading{
	
	/*border-bottom:10px solid #ff9e51;*/
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.about-grid-txt-outr .about-grid-txt-heading h2{
	font-size: 20px;
}
.about-grid-txt-outr .about-grid-txt-heading h3{
	font-size: 15px;
	font-style: italic;
}
.about-grid-txt-outr p{
	font-size: 14px;
	height:216px;
}
.about-grid-sec-inr{
	padding: 0px 0px 20px;
}
.about-grid-box-outr{
	padding: 30px 20px;
	border: 1px solid #709DC7;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 20px transparent;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.about-grid-sec-inr .row  .col-sm-4:nth-child(2) .about-grid-box-outr .about-grid-box-img img{
	border-radius: 100px 0px 100px 0px !important;
	border-top-color: #5999dd;
	border-bottom-color: #e88930;
}
.resourse-item-img img{
	max-width: 100% !important;
}
.resourse-item-text h2{
	font-size: 14px;
	margin-bottom: 0px;
}
.resourse-item-text h3{
	font-size: 18px;
}

.resourse-book-slidr-inr{
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.resourse-book-slidr-heading{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.resourse-book-slidr-content{
	-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
.resourse-book-slidr-content .owl-nav button{
	position: absolute;
	color: #709DC7 !important;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.resourse-book-slidr-content .owl-nav button:hover{
	color:  #D77F28 !important;
}
.resourse-book-slidr-content .owl-nav button.owl-prev{
	left: -50px;
}
.resourse-book-slidr-content .owl-nav button.owl-next{
	right: -50px;
}
.resourse-book-slidr-content{
	border: 2px solid #709DC7;
	border-radius: 10px;
	padding: 20px 18px;
}
.resourse-item-text h3{
	margin-bottom: 0px;
}
.resourse-book-slidr-inr{
	padding: 20px 0px 20px;
}
.resourse-book-margin{
	margin-top: 30px;
}
/*.resourse-book-slidr-outr{
	box-shadow: 0px -10px 20px #999;
}*/
.resourse-video-slidr-content{
	border-color: #D77F28;
}
.resourse-book-slidr-content.resourse-video-slidr-content .owl-nav button.owl-prev{
	color: #D77F28 !important;
}
.resourse-book-slidr-content.resourse-video-slidr-content .owl-nav button.owl-next{
	color: #D77F28 !important;
}
.resourse-book-slidr-content.resourse-video-slidr-content .owl-nav button:hover{
	color: #709DC7 !important;
}
.resourse-book-bg{
	position: relative;
}
.resourse-book-bg:before{
	content:"";
	position: absolute;
	/*background: url("../images/resourse-book-slidr.png") no-repeat center center;*/
	width: 459px;
	height: 762px;
	right:0;
	top: -80px;
	z-index: -1;
}
.resourse-vedio-bg{
	position: relative
}
.resourse-vedio-bg:before{
	content:"";
	position: absolute;
	/*background: url("../images/vedio-slidr-bg.png") no-repeat center center;*/
	background-size: 100% 100%;
	width: 614px;
	height: 1200px;
	left:0;
	top: -350px;
	z-index: -1;
}
.owl-carouselresourse-video .item{
	display: block;
	width: 100%;
}
.appointment-modal-dialog{
	max-width:  700px;
}
.appointment-content-txt-outr .heading h3{
	font-size: 18px;
}
.appointment-content-img img{
	height: 126px;
	width: 126px;
	border: 2px solid #e88930;
	border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
}
.appointment-content-img-heading{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
}
.appointment-content-img{
	position: relative;
}
.appointment-content-img:before{
	content:"";
	height:84px;
	width: 3px;
	background:  #e88930;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.appoint-close{
	position: absolute;
	right:15px;
	top: 15px;
	z-index:99;
}
.appoint-modal-header{
	padding: 0px;
}
.appointment-content-img-outr{
	padding-left: 20px;
}
.appointment-content-img-outr h2{
	color: #ec7806;
	font-size: 18px;
	margin-bottom: 0px;
}
.appointment-content-img-heading{
	margin-bottom: 10px;
}
.appointment-modal-body{
	padding: 0px;
}
.appointment-content-img-outr{
	position: relative;
}
.appointment-content-img-outr:before{
	content:"";
	background: url("../images/contact-modal-bg.png") no-repeat center center;
	width: auto;
	height: 309px;
	position: absolute;
	left:-20px;
	right:0;
	top:0;
	z-index:0;
	background-size: 100% 100%;
}
.appointment-content-img-inr{
	position: relative;
	z-index: 1;
	height: 309px;
	padding: 52px 0px;
}
.appointment-content-txt-outr{
	height: 309px;
	padding: 15px 15px;
}
.appointment-content-list-outr{
	background: #D77F28;
	padding: 15px 15px 15px 50px;
	position: relative;
}
.appointment-content-list-outr:before{
	content:"";
	height: 94px;
	width: 6px;
	background: #fff;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.appointment-content-list-outr ul li a{
	color: #fff;
	font-size: 18px;
}
.appointment-content-list-outr ul li a:hover{
	color: #719ec7;
}
.consultancy-box-heading:before{
	background: #D77F28 !important;
}
.consultancy-box-heading h3{
	color: #212529;
	
}
.consultancy-box-heading{
	margin-bottom:20px;
}
.consultancy-page-box-inr p{
	font-size: 14px;
	margin-bottom: 0px;
}
.consultancy-sec-inr{
	padding:20px 0px 0px;
}
/*.consultancy-box-img-inr img{
	height: 100px;
	width: 100px;
}*/
.consultancy-box-outr{
	text-align:center;
}
.consultancy-box-content-heading h2{
	font-size: 20px;
	color: #D77F28;
	margin-bottom: 15px;
}
.consultancy-box-content-heading h3{
	font-size: 15px;
	color: #504c48;
	display: flex;
	display: -ms-flexbox;
	align-items:flex-start;
	justify-content: center;
	text-align:left;
	padding: 0px 8px;
}
.consultancy-heading-icon{
	margin-right: 8px;
	-ms-flex: 0 0 30px;
flex: 0 0 30px;
max-width: 30px;
}
.consultancy-box-content-heading{
	margin: 25px 0px 0px;
	padding-bottom: 10px;
	position: relative;
}
.consultancy-page-slidr .consultancy-box-content-heading h3{
	font-size: 13px;
}
.consultancy-page-slidr   .consultancy-box-outr{
	padding-bottom: 26px;
}
/*(1) owl-stage box*/
.consultancy-page-slidr .owl-carousel .owl-stage { display: flex; }
/*(2) the direct div of each element in the owl carousel*/
.consultancy-page-slidr .item { height: 100%; }
.consultancy-box-content-heading:before{
	content:"";
	height:2px;
	width: 58px;
	background: #D77F28;
	position:absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
}
.consultancy-box-content-text ul li{
	font-size: 12px;
	text-align:left;
}
.consultancy-box-content-text ul{
	max-width: 206px;
	margin: 0 auto;
}
.consultancy-box-content-text ul li i{
	width:12px;
	margin-right: 5px;
}
.consultancy-box-content-text ul li a:hover{
	color: #db8f43;
}
.consultancy-box-outr{
	padding: 26px 0px 50px;
	border: 1px solid #D77F28;
	
	background:#fff;
}
.consultancy-page-slidr{
	margin-top: 25px;
}
.consultancy-page-slidr .item a {
	display: block;
	height: 100%;
}
.consultancy-page-slidr .consultancy-box-outr {
	height: 100%;
}
.consultancy-page-slidr .owl-carousel .owl-stage {
  display: flex;
}
.consultancy-page-slidr .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.consultancy-page-slidr .owl-carousel .item {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  flex-direction: column;
}
.consultancy-page-slidr .owl-carousel .item a {
  flex-grow: 1;
}
.consultancy-box-content-text ul li + li{
	margin-top:  15px;
}
.consultancy-box-grid-outr{
	margin-top: 0px;
}
.orange-box:before{
	content:"";
	height: 248px;
	width: 100%;
	/*background: url("../images/consultancy-orange-bg.jpg") no-repeat left top;*/
	background-size:  cover;
	position: absolute;
	z-index: -1;
	bottom:0;
}
.consultancy-page-box-outr{
	position:relative;
}

.consultancy-page-box-outr{
	padding-top:50px;
}
.blue-bg:before{
	/*background: url("../images/consultancy-blue-bg.jpg") no-repeat left top;*/
	background-size:  cover;
	height:593px;
}
.consultancy-disclaimer-btn{
	width:150px;
	height: 50px;
	background: #d77e28;
	font-size:18px;
	color:#fff;
	border-radius:20px;
	line-height: 50px;
	text-transform:uppercase;
	border: 1px solid transparent;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
}
.consultancy-disclaimer-btn:hover{
	border-color: #d77e28;
	color: #d77e28;
	background: #fff;
}

.orange-box-two:before{
	height: 486px;
}

.consultancy-box-img-inr{
	height: 242px;
	width: 242px;
	padding: 20px;
	border: 1px solid #D77F28;
	display: inline-block;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
}
.consultancy-box-img-inr img{
	height: 200px;
	width:200px;
	border: 1px solid #D77F28;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
}
.consultancy-sec-outr{
	position: relative;
}
/*.consultancy-sec-outr:before{
	content:"";
	background: url("../images/consultancy-blue-rounded-bg.jpg") no-repeat center center;
	background-size: 100% 100%;
	height: auto;
	position:absolute;
	left:0;
	right:0;
	top:0px;
	bottom: -70px;
	width: 100%;
	z-index:-1;
}*/

.about-cons-box-outr{
	padding: 20px 15px 20px;
}
.about-cons-box-heading{
	border-bottom: 3px solid #8dabc8;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-transform:uppercase;
}
.about-cons-box-outr p{
	margin-bottom: 25px;
}
.about-cons-box-mnu > li + li{
	margin-top: 16px;
}

/*.about-cons-box-mnu li:before{
	content:"";
	height: 15px;
	width: 15px;
	background: #719dc7;
	position:absolute;
	left:0;
	top: 5px;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
}*/
.cons-dropdown-mnu{
	position:relative;
	padding: 0px;
}
.cons-dropdown-mnu:before{
	content:"";
	top:0;
	bottom:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+44,fffffb+44,fefefe+47,fefffa+48,fffefc+49,fdfaf5+55,fff7f5+57,fef4eb+59,fff1e6+62,fcefdf+64,ffeee0+64,ffeddf+66,ffe6d2+74,ffe4cf+79,ffe4cf+99,ffe6d2+99,fce3cf+99,ffe6d2+100,fce3cf+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 44%, #fffffb 44%, #fefefe 47%, #fefffa 48%, #fffefc 49%, #fdfaf5 55%, #fff7f5 57%, #fef4eb 59%, #fff1e6 62%, #fcefdf 64%, #ffeee0 64%, #ffeddf 66%, #ffe6d2 74%, #ffe4cf 79%, #ffe4cf 99%, #ffe6d2 99%, #fce3cf 99%, #ffe6d2 100%, #fce3cf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 44%,#fffffb 44%,#fefefe 47%,#fefffa 48%,#fffefc 49%,#fdfaf5 55%,#fff7f5 57%,#fef4eb 59%,#fff1e6 62%,#fcefdf 64%,#ffeee0 64%,#ffeddf 66%,#ffe6d2 74%,#ffe4cf 79%,#ffe4cf 99%,#ffe6d2 99%,#fce3cf 99%,#ffe6d2 100%,#fce3cf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 44%,#fffffb 44%,#fefefe 47%,#fefffa 48%,#fffefc 49%,#fdfaf5 55%,#fff7f5 57%,#fef4eb 59%,#fff1e6 62%,#fcefdf 64%,#ffeee0 64%,#ffeddf 66%,#ffe6d2 74%,#ffe4cf 79%,#ffe4cf 99%,#ffe6d2 99%,#fce3cf 99%,#ffe6d2 100%,#fce3cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fce3cf',GradientType=0 ); /* IE6-9 */

	
	position:absolute;
	left:0;
	right:0;
	height: 100%;
	width: 100%;
}
.consultancy-modal-dialog{
	max-width: 1000px;
}
.consultancy-modal-header{
	padding:0px;
}
.consultancy-modal-close{
	position: absolute;
	right:10px;
	top:10px;
	z-index:99;
}
.consultancy-modal-heading h3{
	color: #212529;
}
.consultancy-modal-heading:before{
	background: #e88930;
}
.consultancy-modal-body{
	padding: 40px 30px 40px;
}
.consultancy-modal-pic-grid-outr{
	margin-top: 50px;
}
.consultancy-modal-pic-grid-outr .meet-consultant-grid-box-pic-outr img {
	border: 1px solid #d77e28;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.consultancy-modal-pic-grid-outr   .meet-consultant-grid-box-pic-outr .consultancy-box-img-inr{
	position: relative;
}
.consultancy-modal-pic-grid-outr   .meet-consultant-grid-box-pic-outr .consultancy-box-img-inr::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 150px;
	background: #5999dd;
	right: -7px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.consultancy-modal-pic-grid-outr .meet-consultant-grid-box-pic-grid-text-outr h3{
	font-size: 25px;
	color: #e88930;
}
.consultancy-modal-pic-grid-outr .meet-consultant-grid-box-pic-grid-text-outr h4{
	font-size: 25px;
}
.consultancy-modal-pic-content-outr h3{
	font-size: 20px;
	color: #d77e28;
	margin-bottom: 15px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu{
	margin-bottom: 15px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu li{
	font-size: 18px;
	position: relative;
	padding-left: 20px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu li + li{
	margin-top: 15px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu li:before{
	content:"";
	height:8px;
	width:8px;
	background: #e88930;
	position:absolute;
	left:0;
	top:10px;
	border-radius:50%;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
}
.consultancy-modal-pic-content-outr  p{
	font-size: 18px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu-inline li{
	font-size: 18px;
	position: relative;
	color: #3d75a8;
	padding: 0px 10px;
	margin-right: 2px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu-inline{
	margin: 0px -10px 15px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu-inline li:before{
	content:"|";
	color: #3d75a8;
	position:absolute;
	right:-2px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu-inline{
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.consultancy-modal-pic-content-outr ul.degree-mnu-inline li:last-child{
	margin-right: 0px;
}
.consultancy-modal-pic-content-outr ul.degree-mnu-inline li:last-child:before{
	content:"";
}
.consultancy-modal-pic-content-outr a{
	font-size: 18px;
	margin-bottom: 15px;
}
.for-appoint-outr{
	margin: 0px -30px;
	padding: 0px 30px;
	border-top: 1px solid #5f83a8;
}
.for-appoint-inr h2{
	display: inline-block;
	background: #5999dd;
	color: #fff;
	padding:15px;
	font-size: 25px;
	margin-bottom: 0px;
}
.for-appoint-content-outr{
	background: #e88930;
	padding: 30px;
}
.for-appoint-content-outr ul li a{
	font-size: 18px;
	color:#fff;
}
.for-appoint-content-outr ul{
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.for-appoint-content-outr ul li{
	-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.for-appoint-content-outr ul li a:hover{
	color: #5999dd;
}
.for-appoint-content-outr ul li +li{
	margin-top: 10px;
}
.consultancy-disclaimer-outr p{
	font-size: 16px;
}
.consultancy-modal-body{
	position: relative;
	background: transparent;
}
.consultancy-modal-body:before{
	content:"";
	height: 800px;
	width: 100%;
	position: absolute;
	left:0;
	bottom: 40px;
	z-index:0;
	background: url("../images/consultancy-modal-bg.png") no-repeat left top;
	background-size: 100%;
}
.consultancy-modal-body-inr{
	position: relative;
	z-index: 1;
}
.resourse-item-text{
	text-align:center;
	margin-top:10px;
}
.about-us-sec-inr .contact-heading:before{
	background: #709DC7 !important;
}
.resourse-book-slidr-content .item a{
	display: block;
}
.alumni-pic-grid-sec-outr .container{
	max-width:100%;
}

.alumni-pic-grid-sec-outr{
	padding-bottom: 30px;
}
.google-translate-outr{
	margin-left: 15px;
}
.address-box-grid-outr{
	display: flex;
	display: -ms-flexbox;
}
.address-box-grid-outr .address-box + .address-box{
	margin-left: 15px;
}
.video-box-outr{
	margin-bottom:20px;
}
.video-grid-inr{
	padding-bottom: 10px;
}
.education-program-grid-outr{
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.education-program-grid-outr .about-cons-box-mnu{
	-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
}
.education-program-grid-outr .education-program-img-outr{
	-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
padding: 0px 15px;
}
.education-program-img-outr img{
	border: 9px solid #fe8f35;
	border-radius: 9px;
}

.edu-cons-box-outr{
	max-width: 100%;
}
.student-desk-box-outr{
	padding: 50px 25px 50px;
	text-align: center;
	box-shadow: 0px 0px 10px #999;
	margin: 90px 10px 10px;
	background: #fff;
}
.student-desk-box-img{
	margin-top: -108px;
}
.student-desk-box-img i{
	height: 114px;
	width: 114px;
	border-radius: 50%;
	background: #fff;
}
.student-desk-inr{
	padding: 0px 0px 200px;
}
.student-desk-outr{
	background: url("../images/student-desk-bg.jpg") no-repeat center center;
	background-size: cover
}
.student-desk-box-txt h2{
	font-size: 19px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 25px;
}
.student-desk-box-txt h2:before{
	content:"";
	height: 3px;
	width:186px;
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
}
.orange-student-desk .student-desk-box-txt h2{
	color: #e88930
}
.orange-student-desk .student-desk-box-txt h2:before{
	background:#e87c10;
}


.blue-student-desk .student-desk-box-txt h2{
	color: #6e9dc6;
}
.blue-student-desk .student-desk-box-txt h2:before{
	background:#5999dd;
}
.blue-student-desk .student-desk-box-txt .read-btn{
	background: #5999dd !important;
}
.blue-student-desk .student-desk-box-txt .read-btn:hover{
	background: #fff !important;
	border-color: #5999dd !important;
	color: #5999dd !important;
}
.student-desk-box-txt p{
	margin-bottom: 0px;
}
.student-desk-box-txt .read-btn{
	margin-top: 40px;
}
.testimonial-img img{
	max-height: 94px;
	width: 94px;
	border-radius: 50%;
}
/*.education-sec-box-img-outr{
	height: 669px;
	width: 669px;
	border: 8px solid #d47f28;
}*/
.about-us-sec-inr ul{
	list-style-type: disc;
	padding-left: 15px;
}
.about-us-sec-inr ul li{
	margin-bottom: 15px;
	font-size: 16px;
}
.carousel-control-prev, .carousel-control-next{
	opacity: 1 !important;
	width: 30px;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='7' height='7' viewBox='0 0 7 7'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon:hover {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D77F28' width='7' height='7' viewBox='0 0 7 7'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='7' height='7' viewBox='0 0 7 7'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon:hover {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D77F28' width='7' height='7' viewBox='0 0 7 7'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
	
}
.carousel-indicators li{
	height: 5px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	width: 24px;
height: 29px;
}

.content {
height: 188px;
overflow: hidden;


}
.content2 {
height: 187px;
overflow: hidden;


}
.content.content-show{
	height: auto !important;
	display:block;
	
}
.about-content{
	height: 100px;
	overflow: hidden;
	margin-bottom: 16px;
}
.alumni-content{
	height: 65px;
	overflow: hidden;
	margin-bottom: 10px;
}
.alumni-content p{
	margin-bottom: 0px;
}
.about-content p{
	margin-bottom: 0px;
}
.about-content.content-show{
	height: auto !important;
	display:block;
	
}
.alumni-content.content-show{
	height: auto !important;
	display:block;
	
}
.content2.content-show{
	height: auto !important;
	display:block;
	
}
.professor-modal-header {
	padding: 0px;
	border: 0 none !important;
}
.professor-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}
.professor-modal-dialog {
	max-width: 600px;
}
.professor-modal-img-outr{
	text-align: center;
}
.professor-modal-box-outr h3{
	font-size: 20px;
}
.professor-modal-box-outr{
	margin-top: 20px;
}
.professor-modal-box-outr ul{
	list-style-type: disc;
	padding-left:15px;
}
.professor-modal-box-outr ul li + li{
	margin-top: 2px;
}
.upcoming-item p a{
	color: #e88930;
}
.upcoming-item p a:hover{
	color: #5999dd;
}
.about-blue-box-outr .about-grid-txt-outr .about-grid-txt-heading{
	border-color: #5999dd;
}
.about-blue-box-outr .about-grid-txt-outr .read-btn{
	background: #5999dd !important;
}
.about-blue-box-outr .about-grid-txt-outr .read-btn:hover{
	border-color: #5999dd !important;
	color: #5999dd !important;
	background: #fff !important;
}
.phd-program-inr h4{
	font-size: 20px;
}
.phd-program-inr{
	padding:30px 0px;
}
.phd-program-inr ul{
	margin-bottom: 15px;
	list-style-type: disc;
	padding-left:15px;
}
.phd-program-inr ul li+li{
	margin-top:5px;
}
.content-bg{
	/*background: url("../images/content-page-bg.png") no-repeat left bottom;*/
	background-size: 100% auto;
}
.checkbox-mnu li label{
	font-size: 13px;
}
.join-box-grid-content-outr h2{
	font-size: 18px;
	color:#fff;
	font-family: 'Optima Bold';
}
.checkbox-mnu label{
	font-family: 'Optima Bold';
	text-transform: uppercase;
}
.join-box-grid-testimonial-inr h2{
	font-size: 18px;
	color:#fff;
	text-align: left;
}
.notice-board-outr{
	margin-top: 20px;
	background: #fff;
	border: 1px solid #c5d9ef;
	border-radius: 30px;
	padding: 37px 30px 28px;
}
.notice-board-outr .owl-carouselnotice .owl-prev {
	height: 29px;
	width: 29px;
	line-height: 29px !important;
	background: #fff !important;
	color: #8ab3de !important;
	border: 1px solid #8ab3de !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
.notice-board-outr .owl-carouselnotice .owl-prev:hover {
	background: #fff !important;
	color: #D77F28 !important;
	border-color: #D77F28 !important;
}
.notice-board-outr .owl-carouselnotice .owl-next {
	height: 29px;
	width: 29px;
	color: #8ab3de !important;
	line-height: 29px !important;
	background: #fff !important;
	border: 1px solid #8ab3de !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
.notice-board-outr .owl-carouselnotice .owl-next:hover {
	background: #fff !important;
	color: #D77F28 !important;
	border-color: #D77F28 !important;
}
.notice-board-outr .owl-nav{
	position: absolute;
	right:0;
	top:-39px;
}
.notice-board-outr h2{
	font-size: 18px;
color: #709DC7 ;
margin-bottom: 15px;
}
.join-box-grid-content-outr{
	margin-top:12px;
}
.notice-board-item-inr h3{
	font-size: 20px;
	color: #709DC7;
	margin-bottom: 15px;
}
.qav-degree-program-outr{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffffe+0,fcf4ed+19,f2d8bf+51,ebc199+81,e9b889+99,e9b889+100,e9ba8c+100 */
background: #fffffe; /* Old browsers */
background: -moz-linear-gradient(left,  #fffffe 0%, #fcf4ed 19%, #f2d8bf 51%, #ebc199 81%, #e9b889 99%, #e9b889 100%, #e9ba8c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fffffe 0%,#fcf4ed 19%,#f2d8bf 51%,#ebc199 81%,#e9b889 99%,#e9b889 100%,#e9ba8c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fffffe 0%,#fcf4ed 19%,#f2d8bf 51%,#ebc199 81%,#e9b889 99%,#e9b889 100%,#e9ba8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffe', endColorstr='#e9ba8c',GradientType=1 ); /* IE6-9 */
min-height:108px;

}
.degree-heading-box-outr{
	display: flex;
	display: -ms-flexbox;
}
.degree-box-icon{
	margin-right:18px;
}
.qav-degree-program-outr .row{
	justify-content: center;
}
.degree-heading-box-outr{
	min-height: 108px;
	align-items: center;
}
.degree-heading-box-outr h3{
	margin-bottom:0px;
	font-size: 20px;
}
.qav-certificate-program-outr{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,f5f8fb+18,d9e5f0+47,c0d4e6+78,b5cce2+97,b6cde3+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(left,  #feffff 0%, #f5f8fb 18%, #d9e5f0 47%, #c0d4e6 78%, #b5cce2 97%, #b6cde3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #feffff 0%,#f5f8fb 18%,#d9e5f0 47%,#c0d4e6 78%,#b5cce2 97%,#b6cde3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #feffff 0%,#f5f8fb 18%,#d9e5f0 47%,#c0d4e6 78%,#b5cce2 97%,#b6cde3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#b6cde3',GradientType=1 ); /* IE6-9 */
margin-top:5px;

}
.degree-box-icon{
	width: 80px;
	text-align: center;
}
.degree-content-box-outr{
	flex-direction:  column;
	align-items: flex-start;
	justify-content: center;
}
 .degree-content-box-outr a{
	 display:flex;
	 display: -ms-flexbox;
	 position: relative;
	 padding-left: 30px;
	 max-width: 400px;
 }
 .degree-content-box-outr a i{
	 position: absolute;
	 left:0;
	 top: 5px;
 }
 .degree-content-box-outr a + a{
	 margin-top: 20px;
 }
 .qav-degree-program-outr .col-sm-4.degree-heading-col:first-child .degree-heading-box-outr{
	 padding-left: 40px;
 }
 .qav-certificate-program-outr .degree-heading-box-outr{
	 min-height: 160px;
 }
 .qav-degree-program-outr .col-sm-4.degree-heading-col:first-child .degree-heading-box-outr h3{
	 color: #e88930;
	 text-shadow: 0px 2px 2px #3f3e3c;
	 text-transform: uppercase
 }
 .qav-certificate-program-outr .col-sm-4.degree-heading-col:first-child .degree-heading-box-outr h3{
	 color: #0977dc;
	 text-shadow: 0px 2px 2px #3f3e3c;
	 text-transform: uppercase
 }
 .education-sec-box-outr .col-sm-6{
	 padding: 0px  30px;
 }
 .education-sec-box-outr .row{
	 margin: 0px -30px;
 }
 .education-sec-box-sec-outr{
	 margin-bottom: 20px;
 }
 .consultancy-box-grid-outr .col-sm-4{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding: 0px 5px;
 }
 .consultancy-box-grid-outr .row{
	 margin: 0px -5px;
 }
 .alumni-content-grid-innr{
	 padding: 40px 0px;
 }
 .alumni-content-grid-innr .alumni-content-box-outr{
	 border: 1px solid transparent;
	 padding: 42px 8px 20px;
 }
 .alumni-content-grid-innr .alumni-content-box-col:nth-child(odd) .alumni-content-box-outr{
	 border-color: #5999dd;
 }
 .alumni-content-box-outr{
	 position: relative;
 }
 .alumni-content-grid-innr .alumni-content-box-col:nth-child(odd) .alumni-content-box-outr:before{
	content:"";
	background:  url("../images/alumni-border-img.png") no-repeat center center;
	width: 48px;
	height: 42px;
	position: absolute;
	top:-10px;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
 }
 .alumni-content-grid-innr .alumni-content-box-col:nth-child(odd) .alumni-content-box-outr .alumni-content-box-txt .read-btn{
	color: #d67f28; 
 }
 .alumni-content-grid-innr .alumni-content-box-col:nth-child(even) .alumni-content-box-outr .alumni-content-box-txt .read-btn{
	color: #5999dd; 
 }
 .alumni-content-grid-innr .alumni-content-box-col:nth-child(even) .alumni-content-box-outr .alumni-content-box-txt .read-btn:hover{
	color: #d67f28 !important; 
 }
 .alumni-content-grid-innr .alumni-content-box-col:nth-child(even) .alumni-content-box-outr{
	 border-color: #d67f28;
 }
 .alumni-content-grid-innr .alumni-content-box-col:nth-child(even) .alumni-content-box-outr:before{
	content:"";
	background:  url("../images/alumni-border-img2.png") no-repeat center center;
	width: 48px;
	height: 42px;
	position: absolute;
	top:-10px;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
 }
 .alumni-content-box-img{
	 width: 57px;
	 height: 57px;
 }
 .alumni-content-box-img-outr{
	 display: flex;
	 display: -ms-flexbox;
	 -ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
 }
 .alumni-content-box-pic-txt{
	 -ms-flex: 0 0 78%;
flex: 0 0 78%;
max-width: 78%;
justify-content: flex-end;
align-items:  flex-end;
padding-left: 5px;
 }
 .alumni-content-grid-innr .col-sm-3{
	 -ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding: 0px 5px;
 }
 .alumni-content-grid-innr .row{
	 margin: 0px -5px;
 }
 
 
 

header {
  width: 100%;
  top:0;
  background: #fff;
  z-index:99;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

header .logo img{
	transition: all 0.2s ease-in-out 0s;
			-webkit-transition: all 0.2s ease-in-out 0s;
					-moz-transition: all 0.2s ease-in-out 0s;
						-ms-transition: all 0.2s ease-in-out 0s;
							-o-transition: all 0.2s ease-in-out 0s;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  
 box-shadow: 0px 5px 5px #f1f7fe;
  /*animation: smoothScroll 2s forwards;
	-webkit-animation: smoothScroll 2s forwards;
		-moz-animation: smoothScroll 2s forwards;*/
}
/*@keyframes smoothScroll {
	0% {
		transform: translateY(-300px);
	}
	100% {
		transform: translateY(0px);
	}
}*/


.cons-dropdown-pic{
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	
}
.cons-dropdown-pic img{
	height: auto;
}
.dropdown-toggle{
	margin-left: 0.255em;
}
.alumni-content-box-txt .read-btn{
	height: auto !important;
	line-height: normal !important;
	width: auto !important;
	background: transparent !important;
	border: 0 none !important;
	padding: 0px !important;
}
.alumni-content-box-txt .read-btn:hover{
	text-decoration: underline;
}
.alumni-content-box-txt{
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	/*.dropdown-toggle{
		display: none;
	}*/
}

.owl-item.active.center {
	transform: scale(1.35);
	position: relative;
	z-index: -1;
}
.image-slider-sec-outr .owl-nav button{
	position: absolute;
	top: 50%;
	color: #709DC7 !important;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.image-slider-sec-outr .owl-nav button{
	background: #709DC7 !important;
	height: 25px !important;
	width: 25px !important;
	color: #fff !important;
	border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
}
.image-slider-sec-outr .owl-theme .owl-nav button:hover{
	background: #D77F28  !important;
}
.image-slider-sec-outr .owl-nav button.owl-prev{
	left: -40px;
}
.image-slider-sec-outr .owl-nav button.owl-next{
	right: -40px;
}
/*(1) owl-stage box*/
.image-slider-sec-outr .owl-carousel .owl-stage { display: flex;display:-ms-flexbox; }
/*(2) the direct div of each element in the owl carousel*/
.image-slider-sec-outr .owl-carousel .owl-stage .owl-item { display: flex;display:-ms-flexbox; }
.image-slider-sec-outr .owl-carousel .owl-stage .owl-item .item { display: flex;display:-ms-flexbox; }
.image-slider-sec-outr .owl-carousel .owl-stage .owl-item .item .img-slidr-item{
	height: 100%;
}
.image-slider-sec-outr .owl-carousel .owl-stage .owl-item .item .img-slidr-item img{
	height: 100%;
}
.modal{
	z-index: 99999;
}
@media (min-width: 992px) {
	.navbar-close{
		display: none
	}
}

.alumni-page-grid-col{
	-ms-flex: 0 0 14.28%;
flex: 0 0 14.28%;
max-width: 14.28%;
padding: 0px 7px;
}
.alumni-page-grid-innr .row{
	margin: 0px -7px;
}
.alumni-page-grid-box-img{
	height: 80px;
	width: 80px;
	margin: 0 auto 20px;
	border: 1px solid #709DC7;
	border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
}
.alumni-page-grid-box-img img{
	border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
}
.alumni-page-grid-box-outr{
	text-align: center;
}
.alumni-page-grid-box-outr{
	padding: 20px 0px 15px;
	margin-top: 20px;
}
.alumni-page-grid-innr{
	padding: 0px 0px 20px;
}

.alumni-page-grid-innr .alumni-page-grid-col:nth-child(odd) .alumni-page-grid-box-outr{
	border: 1px solid #709DC7;
}
.alumni-page-grid-innr .alumni-page-grid-col:nth-child(even) .alumni-page-grid-box-outr{
	border: 1px solid #D77F28;
}
.alumni-page-grid-innr .alumni-page-grid-col:nth-child(even) .alumni-page-grid-box-outr 
.alumni-page-grid-box-img{
	border-color:#D77F28 !important; 
}
.alumni-page-grid-box-outr{
	border-radius: 20px;
}
.alumni-page-grid-box-txt h3{
	font-size: 18px;
	text-transform: uppercase;
}
.alumni-page-grid-box-txt h4{
	font-size: 15px;
}

.degree-heading h3{
	color: #709DC7;
}
.certificate-heading h3{
	color: #D77F28 ;
}

.edu-page-grid-box-outr{
	/*display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;*/
position: relative;
/*padding-left: 213px;*/
}
.edu-page-grid-heading{
	/*width: 183px;
	height: 80px;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;*/
	text-align: left;
	/*border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position:absolute;
	left:0;
	top:0px;*/
}
.edu-page-grid-heading h3{
	font-size: 22px;
	margin-bottom: 0px;
}
.edu-page-grid-content{
	width: 320px;
	height: 80px;
	
   border-top: 1px solid #e8b582;
   border-bottom: 1px solid #a2bad1;
   box-shadow: 5px 5px 5px #9c9c9c;
   border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.edu-page-grid-content h4{
	font-size: 20px;
}
.edu-page-grid-content-orange{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe9d2+0,ffe9d2+7,ffead5+8,ffebd8+17,ffecdb+18,ffecdd+27,fef1e1+33,fff3e7+50,fef4ea+50,fef4ea+55,fff6ed+60,fff7f0+60,fff8f0+67,fdf8f4+70,fdfcf8+80,fffafa+87,fffffd+98,fffffd+100,f7f6f4+100 */
background: #ffe9d2; /* Old browsers */
background: -moz-linear-gradient(top,  #ffe9d2 0%, #ffe9d2 7%, #ffead5 8%, #ffebd8 17%, #ffecdb 18%, #ffecdd 27%, #fef1e1 33%, #fff3e7 50%, #fef4ea 50%, #fef4ea 55%, #fff6ed 60%, #fff7f0 60%, #fff8f0 67%, #fdf8f4 70%, #fdfcf8 80%, #fffafa 87%, #fffffd 98%, #fffffd 100%, #f7f6f4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffe9d2 0%,#ffe9d2 7%,#ffead5 8%,#ffebd8 17%,#ffecdb 18%,#ffecdd 27%,#fef1e1 33%,#fff3e7 50%,#fef4ea 50%,#fef4ea 55%,#fff6ed 60%,#fff7f0 60%,#fff8f0 67%,#fdf8f4 70%,#fdfcf8 80%,#fffafa 87%,#fffffd 98%,#fffffd 100%,#f7f6f4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffe9d2 0%,#ffe9d2 7%,#ffead5 8%,#ffebd8 17%,#ffecdb 18%,#ffecdd 27%,#fef1e1 33%,#fff3e7 50%,#fef4ea 50%,#fef4ea 55%,#fff6ed 60%,#fff7f0 60%,#fff8f0 67%,#fdf8f4 70%,#fdfcf8 80%,#fffafa 87%,#fffffd 98%,#fffffd 100%,#f7f6f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9d2', endColorstr='#f7f6f4',GradientType=0 ); /* IE6-9 */


}
.edu-page-grid-content-blue{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1e7fe+0,d3e9ff+100 */
background: #d1e7fe; /* Old browsers */
background: -moz-linear-gradient(top,  #d1e7fe 0%, #d3e9ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d1e7fe 0%,#d3e9ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d1e7fe 0%,#d3e9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e7fe', endColorstr='#d3e9ff',GradientType=0 ); /* IE6-9 */


}

.shedule-form-outr {
	background: #fff;
	position: relative;
	top: 100%;
	left: -30px;
	display: none;
	padding: 25px 10px 10px;
	z-index: 9;
	width: 300px;
}
.shedule-form-outr  .form-control {
	border-radius: 0px;
}
.shedule-form-outr .input-group-text {
	padding: 0px;
	background: transparent;
	border: 0 none;
}
.contact-box h2 a{
	font-size: 20px;
	display: inline-block;
}
.shedule-form-outr i {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #000;
	height: 20px;
	width: 20px;
	line-height: 20px;
	z-index: 9;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.esteemed-grid-pic-col{
	-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.esteemed-grid-text-col{
	-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
/*.deaned-outr .esteemed-grid-pic-col {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}*/
.browse-heading-col{
	-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.browse-grid-col{
	-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-top: 30px;
}
.upcoming-heading-outr{
	-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.upcoming-content-col{
	-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-top: 30px;
}

.upcoming-content-outr .owl-carouselupcoming .owl-prev {
	height: 29px;
	width: 29px;
	line-height: 29px !important;
	background: #fff !important;
	color: #8ab3de !important;
	border: 1px solid #8ab3de !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
.upcoming-content-outr .owl-carouselupcoming .owl-next {
	height: 29px;
	width: 29px;
	line-height: 29px !important;
	background: #fff !important;
	color: #709DC7 !important;
	border: 1px solid #709DC7 !important;
	margin: 0px 8px !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
.upcoming-content-outr .owl-carouselupcoming .owl-prev {
	height: 29px;
	width: 29px;
	line-height: 29px !important;
	background: #fff !important;
	color: #709DC7 !important;
	border: 1px solid #709DC7 !important;
	margin: 0px 8px !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
/*.upcoming-content-outr .owl-carouselupcoming .owl-nav {
	position: absolute;
	right: -15px;
	top: -22px;
}*/
.professor-slidr-outr a{
	display: block;
}
.prof-item-img{
	position: relative;
}
/*.prof-item-img:before{
	content:"";
	
background: #b9d5ed;
background: -moz-linear-gradient(left,  #b9d5ed 0%, #bcd5eb 12%, #bcd2e9 13%, #bed4e9 17%, #bcd2e7 18%, #c3d3e2 33%, #c9d1dc 34%, #ccd1d4 39%, #d1d1d3 40%, #d1d0ce 42%, #d3cfcc 42%, #d6cecb 44%, #d4cdc7 46%, #d6cdc4 46%, #d6ccc2 47%, #d9ccc3 47%, #d9cdbf 48%, #d8cabf 49%, #d8cbba 49%, #dbc9bd 49%, #ddccba 50%, #dccbbb 51%, #dcc9b8 51%, #dfcbb3 53%, #e0c7b1 54%, #e0c8ae 54%, #e2c6ae 55%, #e2c7a9 56%, #e3c6a8 57%, #e3c4a5 57%, #e2c5a3 58%, #e6c3a3 59%, #e5c59f 59%, #e6c49f 60%, #e8c29b 61%, #eac090 65%, #eac090 67%, #e8be8e 68%, #ecbd89 74%, #ebbb8a 76%, #eebb84 82%, #efba86 85%, #eeba81 88%, #f1b67e 100%); 
background: -webkit-linear-gradient(left,  #b9d5ed 0%,#bcd5eb 12%,#bcd2e9 13%,#bed4e9 17%,#bcd2e7 18%,#c3d3e2 33%,#c9d1dc 34%,#ccd1d4 39%,#d1d1d3 40%,#d1d0ce 42%,#d3cfcc 42%,#d6cecb 44%,#d4cdc7 46%,#d6cdc4 46%,#d6ccc2 47%,#d9ccc3 47%,#d9cdbf 48%,#d8cabf 49%,#d8cbba 49%,#dbc9bd 49%,#ddccba 50%,#dccbbb 51%,#dcc9b8 51%,#dfcbb3 53%,#e0c7b1 54%,#e0c8ae 54%,#e2c6ae 55%,#e2c7a9 56%,#e3c6a8 57%,#e3c4a5 57%,#e2c5a3 58%,#e6c3a3 59%,#e5c59f 59%,#e6c49f 60%,#e8c29b 61%,#eac090 65%,#eac090 67%,#e8be8e 68%,#ecbd89 74%,#ebbb8a 76%,#eebb84 82%,#efba86 85%,#eeba81 88%,#f1b67e 100%); 
background: linear-gradient(to right,  #b9d5ed 0%,#bcd5eb 12%,#bcd2e9 13%,#bed4e9 17%,#bcd2e7 18%,#c3d3e2 33%,#c9d1dc 34%,#ccd1d4 39%,#d1d1d3 40%,#d1d0ce 42%,#d3cfcc 42%,#d6cecb 44%,#d4cdc7 46%,#d6cdc4 46%,#d6ccc2 47%,#d9ccc3 47%,#d9cdbf 48%,#d8cabf 49%,#d8cbba 49%,#dbc9bd 49%,#ddccba 50%,#dccbbb 51%,#dcc9b8 51%,#dfcbb3 53%,#e0c7b1 54%,#e0c8ae 54%,#e2c6ae 55%,#e2c7a9 56%,#e3c6a8 57%,#e3c4a5 57%,#e2c5a3 58%,#e6c3a3 59%,#e5c59f 59%,#e6c49f 60%,#e8c29b 61%,#eac090 65%,#eac090 67%,#e8be8e 68%,#ecbd89 74%,#ebbb8a 76%,#eebb84 82%,#efba86 85%,#eeba81 88%,#f1b67e 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d5ed', endColorstr='#f1b67e',GradientType=1 ); 
position: absolute;
left:50%;
transform: translateX(-50%);
right:0;
top:0;
bottom: 0;
opacity: 0.3;
z-index:1;
height: 200px;
width: 200px;
border-radius: 50%;
}
*/
.prof-item-pic:hover .prof-item-txt h2{
	color: #D77F28 !important;
}

.programe-box-img img{
	width: 49px;
}
.programe-box-img{
	margin-right: 10px;
}

/*.header-outr.fixed .navbar-brand.logo img{
	width: 100px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}*/
.whatsapp-num{
	text-align: center;
	position:fixed;
	right:7px;
	bottom:20px;
	z-index:9;
}
.chat-form {
	position: fixed;
	bottom: 0;
	right: -280px;
	z-index: 9999;
	background: #fff;
	padding: 15px 15px 15px;
	box-shadow: 0px 0px 10px #999;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.chat-form i {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #000;
	height: 20px;
	width: 20px;
	line-height: 20px;
	z-index: 9;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.chat-form.chat-box-open{
	right: 0px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */
    
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */


.join-box-form-outr .form-control{
	box-shadow: 0 0.2rem 0.2rem 0  #fcf0e6;
	border-color: transparent !important;
}
.join-box-form-outr .form-control:focus{
	box-shadow: 0px 0px 0px  !important;
}
.logo img{
	width: 120px;
}
.education-sec-box-outr:nth-child(odd){
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fafbff+38,f5fafd+47,f0f5f9+85,f0f5fb+99,edf2f8+100,eaeff5+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #fafbff 38%, #f5fafd 47%, #f0f5f9 85%, #f0f5fb 99%, #edf2f8 100%, #eaeff5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#fafbff 38%,#f5fafd 47%,#f0f5f9 85%,#f0f5fb 99%,#edf2f8 100%,#eaeff5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#fafbff 38%,#f5fafd 47%,#f0f5f9 85%,#f0f5fb 99%,#edf2f8 100%,#eaeff5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeff5',GradientType=0 ); /* IE6-9 */

}
.education-sec-box-outr:nth-child(even){
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f6f6+0,ffffff+0,ffffff+4,fefefc+6,fef9f5+47,fcf7f3+49,fff7f4+55,fdf6f0+59,fdf4ed+76,fcf3ea+77,fcf2e9+94,fcefe6+100 */
background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 0%, #ffffff 4%, #fefefc 6%, #fef9f5 47%, #fcf7f3 49%, #fff7f4 55%, #fdf6f0 59%, #fdf4ed 76%, #fcf3ea 77%, #fcf2e9 94%, #fcefe6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 0%,#ffffff 4%,#fefefc 6%,#fef9f5 47%,#fcf7f3 49%,#fff7f4 55%,#fdf6f0 59%,#fdf4ed 76%,#fcf3ea 77%,#fcf2e9 94%,#fcefe6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 0%,#ffffff 4%,#fefefc 6%,#fef9f5 47%,#fcf7f3 49%,#fff7f4 55%,#fdf6f0 59%,#fdf4ed 76%,#fcf3ea 77%,#fcf2e9 94%,#fcefe6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#fcefe6',GradientType=0 ); /* IE6-9 */

}
.education-sec-box-outr{
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.education-sec-box-outr:nth-child(odd):before{
	background: url("../images/education-sec1-bg.png") no-repeat center center;
}
#section2.education-sec-box-outr:before{
	background: url("../images/education-sec2-bg.png") no-repeat center center;
}

.education-sec-box-outr:before{
	content:"";
	position: absolute;
	bottom:-25px;
	right:0;
	z-index:-1;
	width: 1055px;
	height: 529px;
	z-index:0;
}
.edu-page-grid-inr{
	margin-top:35px;
}
.edu-page-grid-box-outr {
	padding: 35px 38px;
}
.edu-page-grid-box-outr {
	height: 100%;
}
.degree-heading-box{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfeff+0,f2f6f9+0,f0f3f8+1,f2f5fa+1,eff4fa+2,eff6fe+2,edf4fc+3,f0f5fb+3,f3f6fb+33,f5fafe+45,ffffff+100 */
background: #fdfeff; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfeff 0%, #f2f6f9 0%, #f0f3f8 1%, #f2f5fa 1%, #eff4fa 2%, #eff6fe 2%, #edf4fc 3%, #f0f5fb 3%, #f3f6fb 33%, #f5fafe 45%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdfeff 0%,#f2f6f9 0%,#f0f3f8 1%,#f2f5fa 1%,#eff4fa 2%,#eff6fe 2%,#edf4fc 3%,#f0f5fb 3%,#f3f6fb 33%,#f5fafe 45%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdfeff 0%,#f2f6f9 0%,#f0f3f8 1%,#f2f5fa 1%,#eff4fa 2%,#eff6fe 2%,#edf4fc 3%,#f0f5fb 3%,#f3f6fb 33%,#f5fafe 45%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfeff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.certificate-heading-box{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffef9+0,f6f1eb+0,fbf1e8+1,fdece2+1,fef0e5+2,faefe9+3,fbf1e7+3,fcf3ea+27,fdf4ed+27,fff8f2+45,fcf7f3+51,fffffd+100 */
background: #fffef9; /* Old browsers */
background: -moz-linear-gradient(top,  #fffef9 0%, #f6f1eb 0%, #fbf1e8 1%, #fdece2 1%, #fef0e5 2%, #faefe9 3%, #fbf1e7 3%, #fcf3ea 27%, #fdf4ed 27%, #fff8f2 45%, #fcf7f3 51%, #fffffd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fffef9 0%,#f6f1eb 0%,#fbf1e8 1%,#fdece2 1%,#fef0e5 2%,#faefe9 3%,#fbf1e7 3%,#fcf3ea 27%,#fdf4ed 27%,#fff8f2 45%,#fcf7f3 51%,#fffffd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fffef9 0%,#f6f1eb 0%,#fbf1e8 1%,#fdece2 1%,#fef0e5 2%,#faefe9 3%,#fbf1e7 3%,#fcf3ea 27%,#fdf4ed 27%,#fff8f2 45%,#fcf7f3 51%,#fffffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffef9', endColorstr='#fffffd',GradientType=0 ); /* IE6-9 */

}
.edu-page-grid-box-outr{
	border-radius: 30px;
}
.edu-page-grid-heading{
	margin-bottom: 35px;
}
.edu-page-grid-content-outr.about-cons-box-mnu ul li a h4{
	margin: 0px;
	font-size: 18px;
}
.edu-page-grid-content-outr.about-cons-box-mnu ul li a{
	position: relative;
	padding-left:44px;
	max-width: 365px;
	padding-right: 35px;
}
.degree-heading-box .edu-page-grid-content-outr.about-cons-box-mnu ul li a:before{
	content:"";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #5999dd;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
}
/*.degree-heading-box .edu-page-grid-content-outr.about-cons-box-mnu ul li a:after{
	content:"";
	height: 10px;
	width: 10px;
	width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-left: 16px solid #5999dd;
      border-bottom: 8px solid transparent;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
}*/
.degree-heading-box .edu-page-grid-content-outr.about-cons-box-mnu ul li a{
	color: #709DC7;
}
.certificate-heading-box .edu-page-grid-content-outr.about-cons-box-mnu ul li a:before{
	content:"";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #D77F28;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
}
/*.certificate-heading-box .edu-page-grid-content-outr.about-cons-box-mnu ul li a:after{
	content:"";
	height: 10px;
	width: 10px;
	width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-left: 16px solid #e87407;
      border-bottom: 8px solid transparent;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
	  -webkit-transform:translateY(-50%);
}*/
.certificate-heading-box .edu-page-grid-content-outr.about-cons-box-mnu ul li a{
	color: #D77F28;
}
 .heading.about-page-heading h2{
	font-family: 'Fauna One', serif;
}
.about-page-grid-txt-outr ul li .about-page-blue-txt{
	color: #709DC7;
	font-family: 'Optima';
}
.about-page-grid-txt-outr ul li .about-page-orange-txt{
	color: #D77F28;
	font-family: 'Optima';
}
.about-page-txt-outr p{
	font-family: 'Optima';
	color: #D77F28;
	font-size: 20px;
	max-width: 950px;
	margin-bottom:0px;
}
.about-page-txt-outr{
	margin: 25px 0px;
}
.about-page-heading h2{
	color: #709DC7;
}
.about-page-heading h3{
	color: #709DC7;
}
.about-page-heading::before {
  background: #709DC7 !important;
}

.about-grid-img-inr{
	height: 200px;
	width: 200px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}
.about-grid-box-outr .about-image-one{
	background: url("../images/amit-normal.png") no-repeat center center;
	background-size: 200px;
	
}
.about-grid-box-outr:hover .about-image-one{
	background: url("../images/amit-hover.png") no-repeat center center;
	background-size: 200px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.about-grid-box-outr .about-image-two{
	background: url("../images/valentina-normal.png") no-repeat center center;
	background-size: 200px;
	
}
.about-grid-box-outr:hover .about-image-two{
	background: url("../images/valentina-hover.png") no-repeat center center;
	background-size: 200px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.about-grid-box-outr .about-image-three{
	background: url("../images/krishnendu-normal.png") no-repeat center center;
	background-size: 200px;
	
}
.about-grid-box-outr:hover .about-image-three{
	background: url("../images/krishnendu-hover.png") no-repeat center center;
	background-size: 200px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.about-grid-box-outr:hover{
	box-shadow: 0px 0px 20px 0px #5999dd
}

.join-form select.form-control option{
	padding: 0px !important;
}
.about-item-pic img{
	width: 320px;
}
.about-item-pic{
	text-align: center;
	margin-bottom: 10px;
}
.logo span{
	 font-family: 'Optima';
	 text-transform: uppercase;
	 font-size: 30px;
}
/*.header-outr.fixed .navbar-brand.logo span{
	font-size: 20px;
}*/
.consultancy-disclaimer-outr {	padding: 20px 15px;	max-width: 1400px;	margin: 0 auto;}
.consultancy-page-bg{
	position: relative;
}
.consultancy-page-bg::before {
	content: "";
	position: absolute;
	background: #fff;
	background-size: cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.welcome-banner{
	margin-bottom: 0px;
}
.education-sec-box-img-outr img{
	width: 500px;
}
.about-page-img img{
	height: 300px;
}
.about-page-img{
	text-align: center;
}
.consultancy-pilot-header{
	margin-top: 30px;
}
.slider-col{
	-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
}
.programe-col-outr{
	-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
@media (min-width: 992px) {
.cons-dropdown-mnu .about-cons-box-outr{
	padding-left: 0px;
	padding-right: 0px;
}
}
.cons-dropdown-mnu .about-cons-col:first-child .about-cons-box-outr{
	padding-left: 15px;
	padding-right: 15px;
}
.cons-dropdown-mnu .cons-dropdown-inner .col-sm-3:nth-child(3){
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.cons-dropdown-mnu .cons-dropdown-inner .col-sm-3:nth-child(4){
	-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.dropdown-menu{
	font-size: 15px;
}
.menu-nav .dropdown-menu .cons-dropdown-inner .about-cons-col .about-cons-box-mnu .nav-item.dropdown-submenu{
	text-align:left !important;
}
.menu-nav .nav-item.dropdown .about-cons-box-mnu .dropdown-submenu{
	position: relative !important;
	
}
.menu-nav .nav-item.dropdown .dropdown-submenu .dropdown-menu{
	padding: 0px !important;
	/* border: 0 none !important; */
}
.menu-nav .nav-item.dropdown .dropdown-submenu .dropdown-menu li:nth-child(odd){
	background: #fff8f1 !important;
}
.menu-nav .nav-item.dropdown .dropdown-submenu .dropdown-menu li:nth-child(even){
	background: #ffe3cd !important;
}
@media (min-width: 992px){

.menu-nav > li.dropdown > .dropdown-menu  li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.navbar-nav > li.dropdown > .dropdown-menu  li.dropdown-submenu:hover > .dropdown-menu {
	left: 100% !important;
	top: -1px;
	/*bottom: 0 !important;*/
}
.menu-bar .menu-nav .nav-item.dropdown  .fas.fa-angle-right:before{
	display: none;
} 
.menu-nav .dropdown .about-cons-box-mnu .dropdown-submenu .dropdown-toggle::after {
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
}
.menu-nav .nav-item.dropdown label.dropdown-toggle{
	margin-left: 10px !important;
	margin-bottom: 0px !important;
	margin-right: 0.5rem;
}
.menu-nav .dropdown .about-cons-box-mnu .dropdown-submenu .dropdown-menu .dropdown-submenu{
	white-space: nowrap;
}
}

/*.dropdown-submenu {
  position: relative;
}*/

/*.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}*/
.menu-nav .nav-item.dropdown{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.menu-nav .nav-item.dropdown a.nav-link{
	padding-right: 0px !important;
}
.menu-nav > li:hover > a {
	color: #709DC7 !important;
}
.menu-nav > li:hover > .dropdown-toggle::after {
	border-top-color: #709DC7 !important;
}
.menu-nav .dropdown .about-cons-box-mnu .dropdown-item.dropdown-submenu{
	padding: 0px !important;
}
.navbar-inr{
	margin-top: 15px;
}

.menu-nav .dropdown .about-cons-box-mnu .dropdown-submenu{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	
}
.about-cons-box-mnu .dropdown-submenu:hover > a{
	color: #709DC7 !important;
}
.about-cons-box-mnu .dropdown-submenu:hover > .dropdown-toggle:after{
	border-left-color: #709DC7 !important;
}
.about-cons-box-mnu   .dropdown-submenu .dropdown-menu .dropdown-item a:hover{
	color: #709DC7 !important;
}
.about-cons-box-mnu .dropdown-submenu .dropdown-menu .dropdown-submenu{
	padding: 0.5rem 0.5rem !important;
}
.health-content-profile-pic .consultancy-box-outr{
	max-width: 400px;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
 .health-content-profile-pic .consultancy-box-outr  .consultancy-box-content-heading h3{
	 display: flex;
	 display:-ms-flexbox;
	 text-align: left;
 }
 .health-content-profile-pic .consultancy-box-outr .consultancy-box-content-heading h3 i{
	-ms-flex: 0 0 30px;
flex: 0 0 30px;
max-width: 30px;
} 
.health-content-outr{
	padding-bottom: 30px;
}
.health-content-profile-text p{
	margin-bottom: 16px;
}
.health-content-profile-text {
	text-align: justify;
}

.menu-bar{
	margin: 0px -15px;
}


.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}
.box-heading-green.consultancy-box-heading::before {
	background: #5999dd !important;
}
.consultancy-page-slidr .item a{
	display: block
}
.consultancy-page-slidr .owl-nav button {
	position: absolute;
	top: 50%;
	color: #e88930 !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.consultancy-page-slidr .owl-nav button:hover{
	color: #5999dd !important;
}
.consultancy-page-slidr .owl-nav button.owl-prev {
	left: -30px;
}
.consultancy-page-slidr .owl-nav button.owl-next {
	right: -30px;
}
.phd-program-inr h1, .phd-program-inr h2, .phd-program-inr h3, .phd-program-inr h4, .phd-program-inr h5{
	font-size: 20px;
}
.phd-program-inr ul{
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 20px;
}
.phd-program-inr .card + .card{
	margin-top: 25px;
}
.card-header{
	padding: 0px !important;
	background: transparent !important;
	border-bottom: 0 none !important;
}
.card-body{
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header .btn.btn-link{
	display: block;
	width: 100%;
	text-align: left;
	color: #709DC7 !important;
}
.card-header .btn.btn-link:before{
	content: "\f077";
font-family: "FontAwesome";
position: absolute;
right: 12px;
}
.card-header .btn.btn-link.collapsed::before {
	transform: rotate(180deg);
}
.card-header .btn.btn-link:hover, .card-header .btn.btn-link:focus{
	text-decoration: none;
	box-shadow: 0px 0px 0px !important;
}
.card-body p{
	text-align: justify;
}
.footr-legal-inr ul li.active::before {
	background: #709DC7;
}
.footr-legal-inr ul li.active a{
	color: #709DC7;
}
.footr-legal-inr ul li:hover::before {
	background: #709DC7;
}
.footr-legal-inr ul li:hover a{
	color: #709DC7;
}
section{
	overflow-x: hidden;
}
.geared-outr{
	overflow-x: hidden;
}
.shedule-form .form-group{
	margin-bottom: 10px;
}
.about-us-sec-outr .phd-program-inr{
	padding-top: 0px;
}
.education-sec-box-img-col{
	padding-left: 30px;
	padding-right: 30px;
}
 .education-sec-box-txt-col{
	 padding-left: 30px;
	padding-right: 30px;
 }
 .blog-box-text{
	background: #fff;
	padding: 10px;
}
.blog-box-text h3{
	font-size: 20px;
}
.blog-box-col a:hover{
	color: #5999dd;
}
.blog-detail-outr{
	padding-bottom: 20px;
}
.blog-detail-txt-outr{
	padding-top: 20px;
}
.lattest-blog-box-sec-inr{
	background: #fff;
	padding: 15px;
}
.lattest-blog-box-text h3{
	font-size:20px;
	margin-bottom: 12px;
}
.blog-page-grid-outr{
	padding-bottom: 20px;
}
.lattest-blog-box-sec-outr + .lattest-blog-box-sec-outr{
	margin-top: 25px;
}
.lattest-blog-box-sec-outr a:hover .lattest-blog-box-text h3{
	color: #5999dd;
}
.lattest-blog-box-sec-outr a:hover .lattest-blog-box-text p{
	Color:#333
}
.header-outr{
	margin-bottom: 5px;
}
.blog-page-grid-outr .col-sm-7.latest-blog-col-outr{
	-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
}
.blog-page-grid-outr .col-sm-5.latest-blog-col-outr{
	-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.blog-detail-content-col{
	-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
}
.all-blog-grid-outr .lattest-blog-box-text h3{
	font-weight: bold;
	font-size: 25px;
}
.lattest-blog-box-text ul{
	list-style-type: none;
	padding-left: 0px;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.lattest-blog-box-text ul li{
	margin-bottom: 0px;
	font-size: 14px;
	position: relative;
	padding-right: 30px;
	
}
.lattest-blog-box-text ul li a{
	font-weight: 600;
	font-size: 12px;
}
.lattest-blog-box-text ul li::after {
	content: "/";
	padding-left: 0px;
	position: absolute;
	right:15px;
}
.lattest-blog-box-text ul li:last-child::after {
	content:"";
}
.recent-blog-page-outr  .lattest-blog-box-text h3 {
	font-weight: bold;
	font-size: 19px;
}
.recent-blog-page-outr  .lattest-blog-box-text h4{
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 600;
}

.blog-detail-txt-top h3 {
	font-weight: bold;
	font-size: 25px;
}
.blog-detail-txt-top ul{
	list-style-type: none;
	padding-left: 0px;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog-detail-txt-top ul li a {
	font-weight: 600;
	font-size: 12px;
}
.blog-detail-txt-top ul li {
	margin-bottom: 0px;
	font-size: 14px;
	position: relative;
	padding-right: 30px;
}
.blog-detail-txt-top ul li::after {
	content: "/";
	padding-left: 0px;
	position: absolute;
	right:15px;
}
.blog-detail-txt-top ul li:last-child::after {
	content: "";
}
.blog-detail-txt-top{
	margin-bottom: 20px;
}
.blog-detail-date-mnu{
	margin-bottom: 10px;
}
.blog-detail-txt-top .post-sharing-mnu li{
	padding-right: 5px !important;
}
.blog-detail-txt-top .post-sharing-mnu li a.facebook-btn{
	background-color: #3B5998 !important;
	color: #fff;
	border: 1px solid transparent;
}
.blog-detail-txt-top .post-sharing-mnu li a.facebook-btn:hover{
	border-color: #3B5998;
	color: #3B5998;
	background: #fff !important;
}
.latest-blogdetail-recent-col-outr{
	-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.blog-detail-txt-top  .post-sharing-mnu li a i{
	  margin-right: 5px;
  }
  .lattest-blog-box-text ul li:last-child{
	  padding-right: 0px;
  }
  .blog-detail-date-mnu li:last-child{
	  padding-right: 0px;
  }  
  .about-grid-txt-outr.content-show  .about-content{	  height: auto !important;  }
  .esteemed-grid-text-outr.content-show  .content{	  height: auto !important;  }
  .esteemed-grid-text-outr.content-show  .content2{	  height: auto !important;  }
  
section,header,footer{
	overflow-x: clip;
	overflow-y: visibale;
}

.header-outr.fixed .logo img {
	width: 80px;
}
.header-outr.fixed .logo span{
	font-size: 22px;
}
.join-box-form-outr .wpcf7-form > p{
	text-align: right;
}
.join-box-form-outr .wpcf7-form .wpcf7-list-item{
	margin-left: 10px;
}
.join-box-form-outr .wpcf7-form .wpcf7-list-item:first-child{
	margin-left: 0px;
}

.join-box-form-outr .wpcf7-form .wpcf7-spinner{
	display: none;
}
.menu-nav > li {
	background: url("../images/border.jpg") no-repeat right center;
	background-size: 2px;
}
.menu-nav > li:last-child{
	background-image: none;
}
.menu-nav > li > a{
	transition: none !important;
}
.programe-box-content-outr {
	justify-content: center;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
[type="checkbox"]:checked + .wpcf7-list-item-label{
	position: relative;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::before, [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 50%;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::after, [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: 3px;
	background: #e87407;
	background-size: 12px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
[type="checkbox"]:checked + .wpcf7-list-item-label, [type="checkbox"]:not(:checked) + .wpcf7-list-item-label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #fff;
}

.about-grid-box-outr .about-grid-img-inr{
	background-position: left bottom ;
	transition:none !important
	
}
.about-grid-box-outr.about-grid-box-hover .about-grid-img-inr{
	background-position: left bottom;
	transition:none !important
	
}

.dropdown-text{
	height: 95px;
	overflow: hidden;
	margin-bottom:10px;
}
.welcome-content-txt-inr .read-btn:hover{
	background: #709DC7 !important;
	color: #fff !important;
}
.about-cons-box-mnu li a:hover{
	color: #709DC7 !important;
}
.about-grid-box-outr:hover .read-btn{
	background: #709DC7 !important;
}
.about-cons-box-outr .read-btn:hover{
	background: #709DC7 !important;
	color: #fff !important;
}
.degree-heading-box .about-cons-box-mnu li a:hover{
	color: #D77F28 !important;
}
.degree-heading-box .about-cons-box-mnu li a:hover:before{
	background: #D77F28 !important;
}
.certificate-heading-box .about-cons-box-mnu li a:hover:before{
	background: #709DC7 !important;
}
.consultancy-disclaimer-outr .read-btn:hover{
	background: #709DC7 !important;
	color: #fff !important;
}
.lattest-blog-box-text h3 a:hover{
	color: #709DC7 !important;
}
.contact-box-form .read-btn:hover{
	background: #709DC7 !important;
	color: #fff !important;
}
.shedule-form-outr .read-btn:hover{
	background: #709DC7 !important;
	color: #fff !important;
}
.contact-form-grid-outr{
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-banner-outr{
	padding-top:30%;
	background-size: cover;
}

.shedule-modal-dialog .close i {
	
	background: #000;
	height: 20px;
	width: 20px;
	line-height: 20px;
	z-index: 9;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.shedule-modal-dialog .close{
	opacity: 1 !important;
	font-size: 14px !important;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:99;
	text-shadow: 0px 0px 0px !important;
}
.shedule-modal-dialog .modal-header{
	padding: 0px;
	border-bottom: 0 none;
}
.shedule-modal-dialog .modal-content{
	border-radius: 0px;
}
.shedule-modal-dialog{
	max-width: 400px;
}
.shedule-modal-dialog textarea.form-control {
	height: 150px;
}
.contact-form-grid-outr{
	background:rgba(255,255,255,0.5);
}
.contact-banner-bg{
	background-position: center center;
	background-repeat: no-repeat;
}

.about-item-pic h4{
	font-family: 'Optima Bold';
}
.upcoming-content-outr{
	margin: 0px 37px;
}
.upcoming-content-outr .owl-nav button {
	position: absolute;
	top: 50%;
	color: #709DC7 !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.upcoming-content-outr .owl-nav button.owl-prev {
	left: -65px;
}
.upcoming-content-outr .owl-nav button.owl-next {
	right: -65px;
}
.upcoming-content-outr .owl-theme .owl-nav [class*="owl-"]:hover{
	background: #fff !important;
}
.contact-form-addr-inr .contact-box .read-btn{
	width: 100%;
	max-width: 250px;
}
.contact-form-addr-inr .contact-box .read-btn:hover{
	background: #fff !important;
	color: #D77F28 !important;
	border-color: #D77F28 !important;
}
.about-grid-box-outr{
	height: 100%;
}
.professor-slidr-outr .owl-carousel .owl-item img{
	display: inline-block;
	width: auto !important;
}
.prox-event-grid-outr .row .col-sm-5{
	order:1;  
  }
.proximity-page-outr .consultancy-page-box-outr{
	padding-top: 0px;
}
.carousel-indicators li{
	border: 1px solid #ddd !important;
}
.join-box-form-outr .form-group br{
	display: none !important;
}
.join-box-form-outr .form-group+p br{
	display: none;
}
.join-box-form-outr .checkbox-mnu label{
	display: block !important;
}
.join-box-form-outr .checkbox-mnu span{
	display: inline-block !important;
}
.contact-box-form-outr .form-group+p br{
	display: none;
}
.contact-box-form-outr .form-group+p{
	margin-bottom: 0px !important;
}
.contact-box-form-outr .form-group br{
	display: none !important;
}

.brochure-dwnld-form-outr{
	max-width: 1000px;
	margin: 0 auto;
}
.brochure-dwnld-page-inr{
	padding-bottom: 30px;
}
.brochure-pdf-box-btn{
	text-align: center;
	padding: 10px 0px;
	background: #fff;
}
.brochure-pdf-box-btn a{
	width: 225px;
	
}
.brochure-pdf-box-outr{
	border: 1px solid #e88930;
}
.brochure-pdf-box-outr{
	margin-top: 20px;
}
.brochure-pdf-col{
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding: 0px 5px;
}
.brochure-pdf-grid-outr .row{
	margin: 0px -5px;
}
.brochure-page-sec-outr{
   padding: 50px 0px;
}
.prox-event-grid-outr ul{
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 20px;
}
.prox-event-grid-outr img{
	margin-bottom: 20px;
}
.education-read-outr .catalogue-btn{
	width: auto;
	padding: 0px 15px;
}
.top-search-outr .catalogue-btn{
	width: auto;
	padding: 0px 15px;
	margin-right: 10px;
}
.top-search-outr .catalogue-btn i{
	margin-right: 5px;
}
.top-search-outr .catalogue-btn:hover {
  background: #fff !important;
  color: #D77F28 !important;
  border-color: #D77F28 !important;
}
.photo-box-pic{
	height: 217px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	padding: 0px 10px;
}
.photo-box-pic img{
	height: 217px;
	object-fit: contain;
}
.photo-box-text{
	text-align: center;
	margin-top: 10px;
}
.photo-box-outr{
	margin-top: 20px;
}
.photo-box-outr a{
	display: block;
}
.photo-grid-outr{
	margin-top: 20px;
}
.photo-box-outr a:hover{
	color:#D77F28;
}
.hiddencontsec
{
	height:0;
	overflow:hidden;
}