@charset "utf-8";


@font-face {
    font-family: 'darlestonregular';
    src: url('../fonts/darleston.woff2') format('woff2'),
         url('../fonts/darleston.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'alluraregular';
    src: url('../fonts/allura-regular.woff2') format('woff2'),
         url('../fonts/allura-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black.woff2') format('woff2'),
         url('../fonts/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold.woff2') format('woff2'),
         url('../fonts/montserrat-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light.woff2') format('woff2'),
         url('../fonts/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium.woff2') format('woff2'),
         url('../fonts/montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserratregular.woff2') format('woff2'),
         url('../fonts/montserratregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*----------hamburg menu-------*/
 
.ham-menu{}	  
	  
	  
#menuToggle
{
  display: block;
  position: absolute;
  top: 35px;
  right: 25px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #FF0000;
  border-radius: 3px;
  
  z-index: 1;
  
  -webkit-transform-origin: 4px 0px;
  
          transform-origin: 4px 0px;
  
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child
{
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 25px;
  padding-top: 125px;
  right: -100px;
  padding-bottom: 10px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  -webkit-transform-origin: 0% 0%;
  
          transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  
  transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  -webkit-transform: scale(1.0, 1.0);
          transform: scale(1.0, 1.0);
  opacity: 1;
}

#menuToggle input:checked ~ ul a{
	color:#000;	
	}
	
	
	#menuToggle input:checked ~ ul a:hover{
	color:#F00;	
	}




/*----------hamburg menu-------*/







.banner-holder {
	overflow:hidden;
	position:relative;
}
.slider-holder .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(38,38,38,0.5);
	border-radius:0;
	border:none;
}
.slider-holder .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 1px;
    background-color: #d50303;
}


.loading {
    min-height: auto;
    background: url(../images/loading.gif) no-repeat center;
}

.navbar-header {
    float: left;
    width: 27%;
}

.banner-border {
    position: absolute;
    left: 0;
    bottom: -1px;
	z-index: 9;
	display:none;
}
.top-social ul li:hover a {
    border-color: #ffffff;
    color: #ffffff;
}
.wrapper {
	overflow: hidden;
}
/*.banner-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #ffffff;
}*/






.counter-text{
	width: 100%;
height: 200px;
border-radius: 5px;
/*background-color: #3e3ee1;
 background-image: linear-gradient(to left bottom, #1616ad, #8c008f, #bc0069, #d20041, #d52019);*/


background: rgba(213,31,25,1);
background: -moz-linear-gradient(45deg, rgba(213,31,25,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(231,56,39,1) 0%, rgba(22,22,173,0.82) 66%, rgba(22,22,173,0.73) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(213,31,25,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(231,56,39,1)), color-stop(66%, rgba(22,22,173,0.82)), color-stop(100%, rgba(22,22,173,0.73)));
background: -webkit-linear-gradient(45deg, rgba(213,31,25,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(231,56,39,1) 0%, rgba(22,22,173,0.82) 66%, rgba(22,22,173,0.73) 100%);
background: -o-linear-gradient(45deg, rgba(213,31,25,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(231,56,39,1) 0%, rgba(22,22,173,0.82) 66%, rgba(22,22,173,0.73) 100%);
background: -ms-linear-gradient(45deg, rgba(213,31,25,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(231,56,39,1) 0%, rgba(22,22,173,0.82) 66%, rgba(22,22,173,0.73) 100%);
background: linear-gradient(45deg, rgba(213,31,25,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(231,56,39,1) 0%, rgba(22,22,173,0.82) 66%, rgba(22,22,173,0.73) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d51f19', endColorstr='#1616ad', GradientType=1 );


text-align: center;
margin: 15px auto;
padding: 20px 0;
display: table;

-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;	
	}
	
	
	
	.counter-text:hover {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}
	
.number{font-size:40px;color:#fff;}

.counter {
  display:inline-block;
  margin:auto;
  font-size: 76px;
  color:#fff;
  vertical-align: middle; padding-right:5px;
}
.counter-text h3{ color:#fff; font-size:22px; margin:0px;}


.gallery .slider {
	width: 100%;
	margin: 100px auto;
}
.gallery .slick-slide {
	margin: 0px 0;
}
.gallery .slick-slide img {
	width: 100%;
}
.gallery .slick-prev:before, .slick-next:before {
	color: black;
}
.gallery .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.gallery .slick-active {
	opacity: .5;
}
.gallery .slick-current {
	opacity: 1;
}
.gallery .closebtnslick {
	position: absolute;
	width: 40px;
	background-color: #ffffff;
	color: #000000;
	left: 146px;
	text-align: center;
	bottom: 15px;
	height: 29px;
	padding: 5px 3px 3px 0;
	vertical-align: middle;
	z-index: 1;
}




.selected a {
	border-color: #ffd600!important;
}
.custom-active {
	position: relative;
}
.custom-active::after {
    content: "";
    background-color: #FF0000;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
  
.dropdown-menu {
  opacity:.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar-header-new .nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
	background-color: transparent !important;
}
.top-header .main-manu ul li:hover a {
	background-color: transparent;
}

.navbar-header-new .navbar-right .dropdown-menu {
	right: -82%;
	left: auto;
	top: 93px;
	border-top: 3px solid #ffd600;
}
.navbar-header-new .dropdown-menu > li > a {
	
}
.navbar-header-new .navbar-right .dropdown-menu li a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 15px;
	border-bottom: 1px solid #cccccc;
	clear: both;
	white-space: nowrap;
}
.navbar-header-new .navbar-right .dropdown-menu li:last-child a{ background-color:transparent!important;}
.navbar-header-new .navbar-right .dropdown-menu li:last-child:hover a{ background-color:transparent!important;}
.banner-text {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 4px 0;
	top: 0;
}
.banner-text p span::after {
	content: "";
	width: 120px;
	height: 6px;
	background-color: #00adf0;
	display: block;
	margin: 24px auto 0 auto;
}
.left-text-banner {
	/*width: 50%;
	float: left;*/
}
.right-text-banner {
	/*width: calc(100% - 50%);
	float: right;*/
}
.left-text-banner h2 {
	font-size: 55px;
	line-height: 53px;
	text-shadow: rgb(3, 3, 3) -1px 2px 7px;
	text-align: center;
	margin: 29px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.left-text-banner h3 {
    font-size: 27px;
    line-height: 27px;
    text-shadow: rgb(3, 3, 3) -1px 2px 7px;
    text-align: center;
    margin: 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 5px;
    color: #ffd600;
}
.banner-text .left-text-banner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
}
.left-box {
	background-color: #0459aa;
}
.right-box {
	background-color: #00adf0;
}



.modal {
  padding: 0 !important;
  text-align: center;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal .modal-dialog {
  text-align: left;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 90%;
}
.modal .close {
  position: absolute;
  right: 0;
  color: #fff;
  text-shadow: none;
  font-size: 30px;
  line-height: 30px;
  top: -40px;
  opacity: 1;
}

.comparison-sec{margin: 10px 0;}
.comparison-sec img{ width:100%;}
.comparison-sec .btn-lg {
    padding: 5px 5px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px;
}

.comparison-sec .btn-default{ background:#31b0d5;}
.comparison-sec .btn-default:hover{background:#269abc;}






/*=================================== CSS Document ===================================*/
*{margin:0; padding:0;}
p {
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #575757;
	line-height: 30px;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
.paddingtop20{padding-top:20px}
.paddingbottom20{ padding-bottom:20px}
.
.margintop20{margin-top:20px;}
.marginbottom20{margin-bottom:20px;}


.paddingtop30{padding-top:30px}
.paddingbottom30{ padding-bottom:30px}

.margintop20{margin-top:20px;}
.marginbottom20{margin-bottom:20px;}

.margintop30{margin-top:30px;}
.marginbottom30{margin-bottom:30px;}

.paddingtop40{padding-top:40px}
.paddingbottom40{ padding-bottom:40px}

.margintop40{margin-top:40px;}
.marginbottom40{margin-bottom:40px;}

.paddingtop50{padding-top:50px}
.paddingbottom50{ padding-bottom:50px}

.margintop50{margin-top:50px;}
.marginbottom50{margin-bottom:50px;}

.paddingtop60{padding-top:60px}
.paddingbottom60{ padding-bottom:60px}

.margintop60{margin-top:60px;}
.marginbottom60{margin-bottom:60px;}


/*===================================top header===================================*/

.container-fluid-custom {
	padding: 0 30px;
}
.top-header .navbar {
	min-height: auto;
	height: auto;
}
.top-header .navbar-default {
	background-color: #ffffff;
	border-color: transparent;
	margin-bottom: 0;
	margin-top: 0;
}
.top-header .navbar-brand {
	float: left;
	height: auto;
	padding: 0;
}
.navbar-right-custom {
	text-align: right;
	width: auto;
	display: inline-block;
	float: right;
}
.navbar-right-custom ul {
	display: inline-block;
	width: auto;
	margin: 0 0 20px 0;
}
.navbar-right-custom ul li{ display:inline-block; list-style:none;}
.navbar-right-custom ul li a {
	color: #575757;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 0 15px 0 0;
}
.navbar-right-custom ul li:last-child a{padding-right:0;}
.top-header .main-manu ul{}
.top-header .main-manu ul li {
	padding: 0 15px 0 15px;
}
.top-header .main-manu ul li a {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #575757;
	padding: 33px 0 32px 0;
	line-height: 27px;
	vertical-align: baseline;
	text-transform: uppercase;
}
.top-header .main-manu ul li:last-child a {
    background-color: #FF0000;
    color: #fff;
    padding: 4px 22px 4px 19px;
    border-bottom: none;
    margin-top: 30px;
    margin-left: 14px;
}
.top-header .main-manu ul li:last-child:hover a {
    background-color: #d50303!important;
    color: #fff;
}
.navbar-header-new .dropdown-menu > li:last-child a {
	padding: 0 !important;
	margin: 0 !important;
	color: #575757 !important;
	padding:2px 15px!important;

}
.navbar-header-new {
	float: right;
	width: 73%;
	margin: 0;
}
/*===================================top header===================================*/
.about_us {
	background-color: #f9f8f8;
}

/*===================================slider===================================*/




.slider-holder .carousel-indicators {display: none;}

.slider-holder .carousel-caption {
	right: 20%;
	left: 5%;
	padding-bottom: 30px;
	bottom: 80px;
	text-align: left;
}
.slider-holder .carousel-caption p {
	font-size: 52px;
	font-weight: 700;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 65px;
	padding-right: 588px;
	color:#ffffff;
}
.banner-btn {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	background-color: #0459aa;
	padding: 13px 60px;
	text-decoration: none;

	text-transform: uppercase;
	line-height: 19px;

}
/*.banner-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}*/
.banner-btn:hover{color:#ffffff;background: #00adf0;}

/*.banner-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00adf0;
	

	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.banner-btn:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}*/
/*===================================slider===================================*/


/*===================================common head===================================*/
.common-head {
	text-align: center;
	font-size: 70px;
	color: #575757;
	line-height: 48px;
	margin: 0;
	padding: 0;
	 font-family: 'montserratblack';
	/*font-family: 'alluraregular';*/
	/*font-family: 'Open Sans', sans-serif;
	font-weight: 600;*/
	text-transform: capitalize;
}

.common-head span {
	background-color: #FF0000;
	width: 100px;
	height: 5px;
	display: block;
	margin: 15px auto 0 auto;
}
/*===================================common head===================================*/

/*===================================our Programs===================================*/
.our_progrme .list-programs h2::after {
    display: none;
}

.inner-programe-holder {
	overflow: hidden;
	background-color:#f9f8f8;
}
.left-programs-text {
	padding: 20px 20px 0 40px;
}

.left-programs-text h2 {
	font-family: 'montserratextrabold';
	font-size: 26px;
	text-transform: capitalize;
	line-height: 32px;
	color: #0459aa;
	font-weight: normal;
}


.left-programs-text h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	line-height: 32px;
	color: #0459aa;
	font-weight: normal;
}

.left-programs-text h4 {
	color: #777575;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	display: block;
	margin: 30px 0 40px 0;
}
.left-programs-text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height:26px;
	color: #575757;
}
.list-programs h2 {
	font-size: 24px;
	line-height: 35px;
	color: #575757;
	font-weight: normal;
	position:relative;
	font-family: 'Open Sans', sans-serif;
}
.list-programs h2::after {
	background-color: #ffd600;
	content: " ";
	display: block;
	height: 4px;
	margin: 8px 0;
	width: 40px;
}
.list-programs ul li {
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #575757;
	position: relative;
	padding-left: 30px;
}





<!---------------arrow-animation-css---------------------->

#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  bottom:20px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


<!---------------arrow-animation-css---------------------->



.left-box ul li {
	margin-bottom: 21px;
}
#overview_sec .right-box h2::after {
	margin: 12px auto 8px auto;
}
#overview_sec .left-box h2::after {
	margin: 12px auto 8px auto;
}
.left-box h2, .right-box h2 {
	text-align: center;
	font-size: 34px;
}
.list-programs ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #ffd600;
	margin-right: 10px;
	position: absolute;
	left: 0;
}
.left-programs-text .list-programs ul li::before {
	color: #FF0000;
}
.list-programs ul {
	
}
.list-programs {
	margin-top: 28px;
	display: block;
}
.square-boxs {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.square-boxs ul li a {
	color: #ffffff;
	background-color: #005299;
	font-size: 30px;
	text-decoration: none;
	display: block;
	border-radius: 2px;
	padding: 15px 0;
	width: 80%;
	margin: 0 auto 15px auto;
	line-height: 33px;
}
.square-boxs ul li { list-style:none;}
.left-box h2, .left-box ul li {
	color: #ffffff;
}
.right-box p{ color:#ffffff;}

.right-box, .left-box{ padding:0 0 30px 0; position:relative;}
.right-box h2{ color:#ffffff;}
.right-box, .left-box {
	padding: 0 30px 15px 30px;
	position: relative;
}
.left-box {
	padding-left: 37px;
}
.common-paragraph {
	padding: 0 30px;
}

.right-box h2::after {
	content: "";
	background-color: #ffd600;
}
.hideborder h2::after {
	display: none;
}
.new-menu-list ul li a {
	margin: 0px 0;
	display: table;
	/*color: #4a4444;*/
	color:#ffffff;
	font-weight:normal;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 90px;
	padding: 0;
}
.new-menu-list ul li a span {
	display: table-cell;
	vertical-align: middle;
	height:100%;
}
.new-menu-list ul li {
	display: block;
	list-style: none;
	width: 49%;
	float: left;
	margin: 0 0px;
}
.new-menu-list ul li:nth-child(1) {
    background-color: #55b0ff;
}
.new-menu-list ul li:nth-child(1):hover {
	background-color: #43a6fd;
}
.new-menu-list ul li:nth-child(2) {
	background-color: #fe5f5b;
}
.new-menu-list ul li:nth-child(2):hover {
	background-color: #fb504c;
}
.new-menu-list ul li:nth-child(3) {
	background-color: #efc904;
}
.new-menu-list ul li:nth-child(3):hover {
	background-color: #eac503;
}
.new-menu-list ul li:nth-child(4) {
	background-color: #30d67e;
}
.new-menu-list ul li:nth-child(4):hover {
	background-color: #26da7a;
}

/*===================================our Programs===================================*/


/*===================================contact===================================*/

.contact{ background:#f9f8f8;}

.form-fild {
    margin: 5px 0;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
.form-fild input {
    width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
    height: 50px;
    padding: 5px 10px;
    font-size: 14px;
}

.form-fild select {
    width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
    height: 50px;
    padding: 5px 10px;
    font-size: 14px;
}

.form-fild textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
    height: 150px;
    padding: 5px 10px;
    font-size: 14px;
}

.form-fild .sub-btn {
    width: 150px;
    background: #FF0000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}


/*===================================contact===================================*/


/*===================================franchise===================================*/

.inner-banner{ position:relative;}
.franchise-form{ position:absolute; top:20%; right:30px; background:rgba(255,255,255,0.7); width:30%; padding:20px 15px;}

.franchise-form h3{font-size: 17px;color:#0459aa; margin-top: 0; font-family: 'Open Sans', sans-serif;}

.franchise-text{ position:absolute; top:30%; left:50px;width: 60%;}
.franchise-text h1{ color:#fff; font-size:76px; text-transform:uppercase;  font-family: 'montserratextrabold';}

.franchise-option{ text-align:center;width: 100%; margin-top:25px;border: 1px solid #0459aa; padding: 20px; height: 215px;}
.franchise-option img{text-align: center;margin: auto;}
.franchise-option p{font-size: 18px; line-height:26px;}

.franchise{background:#fff;}
.franchise h2{font-size: 24px; color: #0459aa;font-family: 'montserratextrabold';}
.franchise 
.franchise p{font-size: 17px;}



/*===================================franchise===================================*/


/*===================================News and updates===================================*/

.img-responsive-full {
	width: 100%;
}
.text-new h3 {
	color: #005299;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 500;
}
.text-new p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #575757;
	margin-top: 20px;
}
.border-sec {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}
.inner-middle-news .text-new {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 15px 30px;
}
.inner-middle-news .text-new h3{margin-top:0;}
/*===================================News and updates===================================*/

/*===================================Event===================================*/
.events {
    background-image: url(../images/event-bg.jpg);
       background-position: center;
background-size: cover;
}
.inner-events-holder {
	color: #ffffff;
}
.inner-content-holder span {
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
}
.square-holder {
	padding: 35px 0;
	vertical-align: top;
}
.inner-content-holder {
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	text-align: center;
	padding: 0 60px;
}
.inner-content-holder.last-sec {
	border: none;
}
.inner-content-holder h3 {
	color: #ffd600;
	font-family: 'Open Sans', sans-serif;
	margin: 40px 0;
}
.inner-content-holder h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	margin: 0 0 30px 0;
}
.inner-content-holder p{ color:#ffffff; font-size:20px; line-height:30px;}

.view-all {
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	background-color: #0459aa;
	padding: 19px 68px;
	text-decoration: none;
	border-radius: 50px;
	text-transform: uppercase;
	line-height: 19px;
	position:relative;
	z-index:1;
}
/*.view-all::before {
	content: "";
	position: absolute;
	z-index: ;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #005299;
	
	border-radius:50px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.view-all:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}*/
.inner-events-holder .banner-btn {
    border: 1px solid #ff0000;
    background-color: #ff0000;
    color: #fff;
}


/*.inner-events-holder .banner-btn::before{ background-color:#c40505;}*/
.inner-events-holder .banner-btn:hover {
    color: #ffffff;
    border-color: #c40505;
	 background-color:#c40505;
}

/*===================================Event===================================*/




/*===================================franchising===================================*/


.franchising-text h2{font-family: 'Open Sans', sans-serif;font-size: 30px; color:#fff;}
.franchising-text p{ font-size:18px; font-weight: 400; color: #ffffff;}
.franchising-img img{ border:5px solid #fff;}
.franchising-text ul{ margin:0px; padding:0px;}
.franchising-text ul li{padding: 10px 16px; list-style:none; position:relative; width: 17.9%; font-family: 'Open Sans', sans-serif; height: 260px; float:left; margin:10px 1%;font-size: 17px;border: 2px solid #f8cb0f; }
.franchising-text ul li span{position: relative;top: 50%;transform: translateY(-50%);display: block;text-align: center;}
/*.franchising-text ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #ffd600;
	margin-right: 10px;
	position: absolute;
	left: -25px;
	font-size: 17px;
}*/

.franchising-text ul li span strong{ display:block;font-size: 20px;padding-bottom: 7px;}

/*===================================franchising===================================*/




/*===================================test===================================*/

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
  z-index: 5;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
	color:#60dfe5;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #fff;
	height:15px;
  width:15px;
  border-radius: 0;
border: none;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background:#ff0000;
  height:15px;
  width:15px;
  margin-bottom:1px;
}
/* typography */
#quote-carousel h1 {
  text-align:center;
  margin-bottom:-20px !important;
}
#quote-carousel p {
  font-style:italic;
  font-size:18px; color:#fff;
}

#quote-carousel small {
	font-size:18px; color:#fff; padding-bottom:20px;
}

#quote-carousel .item {
height: 200px;
    margin-bottom: 30px;

}

/*===================================test===================================*/









/*===================================Gallery===================================*/
.in-picture-holder{overflow:hidden;background-color: #f9f8f8;}

.in_pictures .banner-btn {
    border: 1px solid #ff0000;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 60px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 19px;
}
.in_pictures .banner-btn:hover{background-color:#c40505;}
.slider-wrap {
  height: 100vh;
}

.slider {
  width: 400px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  color: white;
}
.slider .parent-slide {
  padding: 15px;
}
.slider img {
  display: block;
  margin: auto;
}

.slick-dots {
  left: 0;
}
.slick-content {
	position: absolute;
	z-index: 1;
	width: 40%;
	left: 0;
	background-color: #f9f8f8;
	height: 100%;
	z-index: 11;
}
.slick-slider-holder {
	float: left;
	width: 100%;
	background-color: #f9f8f8;
	overflow: hidden;
	position: relative;
	margin-top:35px;
}
/*===================================Gallery===================================*/

/*===================================Association===================================*/
.associations {
	float: left;
	width: 100%;
}
.inner-association ul{ text-align:center;}
.inner-association ul li {
	list-style: none;
	width: 200px;
	float: left;
	margin: 0 6%;
}
.inner-association ul li a {
	
}
.inner-association ul li a img {
	width: 100%;
}
.inner-association {
	float: left;
	width: 100%;
	padding: 0 150px;
}

/*===================================Association===================================*/


/*===================================Sticky Header===================================*/
.container-new {
	margin: 0 auto;
	text-align: center;
	width: 71%;
}
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11111111;
}
/*.header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
	border-color: #00adf0;
}*/
.header .navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #575757;
	padding:20px 20.5px 15px 20.5px;
	line-height: 27px;
	vertical-align: baseline;
	text-transform: uppercase;
	border-bottom: 3px solid #f1f1f1;
}
.header .navbar-default .navbar-nav>li>a:hover {
    background-color: #eaeaea!important;
}
.header .navbar-default .navbar-nav>li:last-child a:hover {
    background-color: #066bcc!important;
}
.header .navbar-default .navbar-nav > li:first-child a {

}
.header .navbar-default .navbar-nav > li:last-child a {
	padding-right: 0;
}
.header .navbar-default {
	background-color: #f8f8f8;
	border-color: transparent;
}
.header .navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 20px;
	border: none;
}
.header ul li:last-child a {
	background-color: #0459aa;
	color: #ffffff !important;
	padding: 4px 13px 4px 13px !important;
	border-bottom: none !important;
	margin-top: 15px;
}
.header ul li:last-child a:hover {
	background-color: #0459aa !important;
	color: #ffffff !important;
}
.header ul li:last-child:hover a {	background-color: #0459aa;}
/*===================================Sticky Header===================================*/

/*===================================Programs Collapse===================================*/
.accordion {
	background-color: #00adf0;
	color: #575757;
	cursor: pointer;
	padding: 0 0 0 15px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	background-color: #ffffff;
	text-transform: capitalize;
	vertical-align: bottom;
	border-radius: 2px;
	box-shadow: 3px 5px 4px 0 rgba(170, 170, 170, 0.1);
	border-top: 2px solid rgba(170, 170, 170, 0.1);
	border-left: 2px solid rgba(170, 170, 170, 0.1);
}
.accordion span {
	padding: 11px 0 11px 0;
	display: inline-block;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.meassage_director .active, .accordion:hover {
	background-color: #005299 !important;
}*/
/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.panel {
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	font-family: 'Open Sans', sans-serif;
	margin-top: -5px;
	box-shadow: 3px 5px 4px 0 rgba(170, 170, 170, 0.1);
	border-top: 2px solid rgba(170, 170, 170, 0.1);
	border-left: 2px solid rgba(170, 170, 170, 0.1);
}
button.accordion::after {
	content: '\002B';
	color: #ffffff;
	font-weight: bold;
	float: right;
	font-size: 30px;
	background-color: #cccccc;
	height: 45px;
	width: 45px;
	text-align: center;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
button.accordion.active::after {
    content: "\2212";
}

/*===================================Programs Collapse===================================*/


/*===================================Admissions===================================*/
.arrow ul {
	float: left;
	width: 100%;
}
.arrow ul li {
	list-style: none;
	width: 24.7%;
	float: left;
	text-align: center;
	display: block;
	background-color: #0459aa;
	position: relative;
	height: 150px;
	color: #ffffff;
	vertical-align: middle;
	padding: 0 15px;
	margin: 0 2px;
	color: #ffffff;

	cursor: pointer;
}
/*.arrow ul li::before {
	content: "";
	content: "";
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 50px solid #2a67a9;
	border-top: 75px solid transparent;
	border-bottom: 75px solid transparent;
	z-index: 1;
}
.arrow ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 50px solid white;
	border-top: 75px solid transparent;
	border-bottom: 75px solid transparent;
}*/
/*.arrow ul li:first-child::after {
	display: none;
}*/
.arrow ul li img {
	max-width: 20%;
	margin: 20px auto;
}

.arrow ul li:nth-child(1){ background-color:#2c3e50;}
.arrow ul li:nth-child(1):hover::after {background-color: black;}

.arrow ul li:nth-child(2){ background-color:#e0874c;}
.arrow ul li:nth-child(2):hover::after {background-color: #c36a30;}


.arrow ul li:nth-child(3){ background-color:#f6b959;}
.arrow ul li:nth-child(3):hover::after {background-color: #e09b2f;}

.arrow ul li:nth-child(4){ background-color:#5ed0b9;}
.arrow ul li:nth-child(4):hover::after {background-color: #3aad95;}

.arrow ul li:nth-child(5){ background-color:#4472c4;}
.arrow ul li:nth-child(5):hover::after {background-color: #315caa;}

.arrow ul li p {
	text-align: center;
	float: none;
	color:#575757;
	width: 100%;
	display: block;
	vertical-align: middle;
	margin: 0;
	height: 100%;
	position: absolute;
	bottom: -149px;
	left: 0;
	right: 0;
	background-color: #cccccc;
}
/*.arrow ul li::after {
	content: "";

	position: absolute;
	left: 0;
	right: 0;
	top: -100%;
	height: 100%;
	transition: .5s ease;
}*/
.arrow ul li::before {
	content: "";
	width: 40px;
	height: 40px;
	background-color: red;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(44deg);
	z-index: 1;
}
.arrow ul li:nth-child(1)::before{background-color:#2c3e50;}
.arrow ul li:nth-child(2)::before{background-color:#e0874c;}
.arrow ul li:nth-child(3)::before{background-color:#f6b959;}
.arrow ul li:nth-child(4)::before{background-color:#5ed0b9;}
.arrow ul li:nth-child(5)::before{background-color:#4472c4;}

.arrow ul li:hover::after {
	top: 0;
}
.arrow ul li p span {
	font-size: 18px;
	color: #ffffff;
	z-index: 9999999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	left: 0;
	right: 0;
	color: #575757;
}
.arrow ul li:first-child p span {
	padding-left: 0;
}
.arrow ul li:first-child{ margin-left:0;}
.notice {
	float: left;
	width: 100%;
	margin-top: 155px;
}
#admissions_ {
	background-color: #f9f8f8;
}
.inner-circle {
	display: inline-block;
	margin: 0 135px;
}
.admissions .list-programs ul li::before {
	color: #ffd600;
}
.arrown {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 1;
	text-transform: capitalize;
}
/*===================================Admissions===================================*/

/*===================================Student Life===================================*/
.video {
	height: 625px;

}
.video iframe {
	height: 100%;
	width: 100%;
}
.leftone img, .lefttwo img, .video img{ width:100%;}
.lefttwo, .leftone {
	padding: 2.5px 5px;
}
.video {
	height: 614px;
	padding: 0 0;
	overflow: hidden;
	margin-top: 3px;
}
.inner_student_life img {
    width: 100%;
}
.img-pad img {
    padding: 3px;
}
.img-pad {
    padding: 0px;
}
/*===================================Student Life===================================*/

/*===================================Blogs===================================*/

.img-blog img {
	width: 100%;
}
.content-blog h4{ line-height:24px;}

/*===================================Blogs===================================*/

/*===================================Student Speak===================================*/
.testimonial {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 60px 0 100px 0;
	background-image: url(../images/testimonials-bg.jpg);
	background-position: 0;
	position: relative;
}
.testimonial .slick-slide img {
	display: block;
	border: 3px solid rgba(255, 255, 255, 0.9);
	border-radius: 100%;
}
.testimonial::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.testimonial p {
	color: #ffffff;
	margin: 1.5% 25%;
}
.testimonial .slick-dots li button::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
}
/*.testimonial .slick-prev, .slick-next{ display:none !important;}*/
/*===================================Student Speak===================================*/

/*===================================Contact us===================================*/

.inner-form {
	background-color: #005299;
	padding: 30px;
	height: 100%;
	background-image: url(../images/map.png);
	background-position: 80px 0;
}
.inner-form .form-control {
	font-family: 'Open Sans', sans-serif;
	height: 43px;
	background-color: transparent;
	color: #ffffff;
	box-shadow: none;
	border-color: #ffffff;
}
.inner-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.inner-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.inner-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.inner-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.inner-form select.form-control {
    color: #555;
    opacity: .6;
}
.inner-form h3 {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.map-new{ height:100%; width:100%;}
.inner-form p {
	color: #ffffff;
	text-align: center;
}
.social-icons-contact ul li {
	list-style: none;
	float: left;
	width: 23.5%;
	background-color: #005299;
	margin: 0 1%;
	text-align: center;
	height: 60px;
	display: table;
}
.social-icons-contact ul li:nth-child(1){background-color:#3B5998;}
.social-icons-contact ul li:nth-child(2){background-color:#FF0000;}
.social-icons-contact ul li:nth-child(3){background-color:#1dcaff;}
.social-icons-contact ul li:nth-child(4){background-color:#0077B5;}


.social-icons-contact ul {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.social-icons-contact ul li a {
	display: table-cell;
	vertical-align: middle;
	font-size:30px;
	color:#ffffff;
}
.social-icons-contact ul li:first-child{ margin-left:0;}
.social-icons-contact ul li:last-child{ margin-right:0;}
/*===================================Contact us===================================*/
#academics_, #meassage_director, #admissions_, #student_speak, #studentlife, #faqs_, #blog_, #discover {
	float: left;
	width: 100%;
}
.new-holder .row {
	display: flex;
	margin-top: 60px;
}
.left-new {
	background-color: #ededed;
	padding-left: 40px;
}
.right-new {
	background-color: #e7e7e7;
	padding-left: 30px;
}
.out_come.list-programs ul li::before {
	color: #ffd600 !important;
}

/*===================================From the Desk of Program Director===================================*/
/*.gray {
	background-color: #00adf0;
	float: left;
}
.gray  p{ color:#ffffff; line-height:30px;}*/
.panel p {
	padding-bottom: 10px;
	background-color: transparent;
	vertical-align: middle;
	padding: 0 0;
	color: #665f5f;
	width: 100%;
}
.left-content {
	width: 60%;
	float: left;
	background-color: #eceff1;

	padding: 30px;
}
.right-images {
	width: calc(100% - 60%);
	float: right;
}
.right-images img {
	padding-top: 0;
	width: 100%;
	height: 100%;
}
.meassage_director .content-holder-new {
	display: flex;
}
.meassage_director .container-fluid-custom{ padding:0;}

.new-holder .nav > li > a {
    position: relative;
    padding: 15px 15px;
    background-color: #f1f1f1 !important;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    color: #575757;
}
.new-holder .nav > li:last-child a{margin-right:0;}
.new-holder .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #ffffff;
	cursor: default;
	background-color: #005299!important;
	border: none;
}
.new-holder .nav-tabs > li {
	width: 33.33%;
	border-radius: 0;
}
.new-holder .active, .accordion:hover {
	background-color: transparent;
}
.new-holder .list-programs{margin-top:0;}
.new-holder .tab-content > .active {
	display: block;
	border: 1px solid #c9c6c6;
	padding: 15px;
	border-top:none;
}
.new-holder .tab-content > .active::after {
	content: "";
	display: block;
	clear: both;
}
.new-holder .border-right {
	border-right: 1px solid #eaeaea;
}
.new-holder .border-top {
	border-top: 1px solid #eaeaea;
}
.iconinner-section img {
	max-width: 12%;
}
.new-holder .iconinner-section {
	text-align: center;
	padding: 10px;
	margin-bottom: -20px;
}
.iconinner-section p {
	line-height: 22px;
	margin-top:8px;
}
.left-text-holder-new, .left-text-holder-new{ width:70%; float:left; padding-right:15px;}
.img-right, .right-video-holder{ width:calc(100% - 70%); float:right;}
.img-right img{ width:100%;}
.right-video-holder iframe{ width:100%;}
/*===================================From the Desk of Program Director===================================*/




.company-logo {
    float: right;
    color: #fff;
    font-size: 12px;
    margin: 10px 0;
	text-align: right;
}


/*===================================FAQ===================================*/
#faqs_, #discover {
	background-color: #f7f7f7;
}
/*===================================FAQ===================================*/
/*===================================discover===================================*/
.discover-the-mba-programme .btn.btn-default.banner-btn {
	width: auto;
	background-color: #0459aa;
}

.left-discover {
	width: 60%;
	float: left;
	padding: 60px 30px;
}
.right-discover {
	width: calc(100% - 60%);
	float: right;

}
.left-discover img {
	width: 100%;
}
.right-discover img {
	width: 100%;
}
.right-discover .list-programs{margin-top:0;}
.discover-the-mba-programme{ padding:0 0;}
/*.form-holder .form-group {
	width: 50%;
	float: left;
	padding: 0 15px;
}*/
.form-holder .form-group .row {
	padding: 10px 0;
}
.form-holder .form-group .row .form-control {
	border: ;
	background-color: transparent;
	box-shadow: none;
	border-radius:0;
}
.form-holder .btn.btn-default{ border-radius:0;}
.form-holder .btn.btn-default::before {
	border-radius: 0;
}
/*===================================discover===================================*/

/*===================================faculty page===================================*/

.banner-new {
	height: 100px;
	background-color: #0459aa;
	text-align: center;
}
.innerbannerfaculty p {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	font-size: 44px;
	line-height: 53px;
	text-align: center;
	margin: 29px 0;
	padding: 0;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
}
.innerbannerfaculty {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.inner-faculty-page img {
	width: 100%;
}
.inner-faculty-page .banner-btn {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	background-color: #0459aa;
	padding: 9px 32px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 19px;
}

.img-detail img {
	width: 100%;
}
.btn-primary {
	margin-top: 25px;
	background-color: #0459aa;
	border-color: #0459aa;
	height: auto;
	font-size: 16px;
	text-transform: uppercase;
}
.btn-default {
	background-color: transparent;
	border-color: #ccc;
	width: 100%;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
}
.list.list-unstyled{ margin-top:15px;}
.list.list-unstyled li a {
	margin: 9px 0;
	font-size: 16px;
	color: #888888;
	font-weight: 300;
	display: block;
}
.list.list-unstyled li a i {
	color: #ffd600;
}
.list.list-unstyled li:last-child a {

}
.list-inline {
	padding-left: 0;
	margin-left: -11px;
	list-style: none;
	margin-top: 26px;
}

.list-inline li:nth-child(1):hover a {
	background-color: #395b98;
	color: #ffffff;
}
.list-inline li:nth-child(2):hover a {
	background-color: #ff0000;
	color: #ffffff;
}
.list-inline li:nth-child(3):hover a {
	background-color: #2ca7e0;
	color: #ffffff;
}
.list-inline li:nth-child(4):hover a {
	background-color: #0077B5;
	color: #ffffff;
}

.list-inline li a {
	background-color: #e5e5e5;
	color: #888888;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 100%;
	text-align: center;
	font-size: 15px;
	padding: 9px 0;
}
.text-subline {
	position: relative;
	height: 1px;
	padding: 0;
	background: #e5e5e5;
	border: none;
}
.text-subline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 50px;
	background: #ffd600;
}

.bg-madison {
	background: #0d2d62;
	fill: #0d2d62;
}
.text-bold-new {
	font-size: 18px;
}
.bold-new {
	margin-bottom: 15px;
}
/*===================================faculty page===================================*/

/*===================================Event page===================================*/
.post-event-overlay.context-dark {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.post-event-img-overlay:hover .post-event-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: 0.35s all ease;
}
.post-event-img-overlay:hover::after {
	opacity: 1;
	visibility: visible;
}
.post-event-img-overlay::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(13, 45, 98, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: 0.35s all ease;
}
.post-event-img-overlay {
	position: relative;
}
.post-event-meta {
	background: #ffd600;
	padding: 12px 9px;
	min-width: 90px;
	color: #f6f7f8;
}
.unit-left {
	width: 30%;
	float: left;
}
.unit-body {
	width: calc(100% - 30%);
	float: right;
}
.post-event-body.text-lg-left {
	margin-top: -9px;
	padding-top: 20px;
	padding-left: 20px;
}
.post-event-body h6 {
	font-size: 18px;
	margin: 9px 0 15px 0;
	padding: 0;
}
.post-event-body h6 a{ color:#575757;}
.list-inline-xs li {
	width: 100%;
	list-style: none;
}
.faculty-detail .list-inline-xs li {
	width: auto;
	list-style: none;
}
.reveal-lg-block {
	margin: 0;
	padding: 00;
	color: #fff;
}
.list-inline-xs li a {
    color: #888888;
	font-weight:400;
}
.list-inline-xs li a span i {
	color: #ffd600;
}
/*===================================Event page===================================*/

/*===================================Event Detail===================================*/

.list.list-unstyled li span {
	font-family: 'Open Sans', sans-serif;
}
.text-bold {
	margin-top: 0;
}
.register_now {
	position: relative;
	padding: 15px 27px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 5px;
	white-space: nowrap;
	border-width: 2px;
	transition: .3s;
	backface-visibility: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
	color: #fff;
	background-color: #0459aa;
	border-color: #0459aa;
	margin-top: 15px;
	display: inline-block;
}
.left-small-img {
	width: 18%;
	float: left;
}
.right-small-content {
	width: calc(100% - 18%);
	float: right;
	padding-left: 20px;
}
.list.list-unstyled li {
	margin-bottom: 5px;
}
/*===================================Event Detail===================================*/

/*===================================News===================================*/

.img-holder-news img {
	width: 100%;
}
.news-text {
	background-color: #ffffff;
	padding: 15px;
}
.news-text h4 {
	margin: 0;
	color: #0459aa;
	margin-bottom: 10px;
}
.news-page-detail .news-text {
	background-color: #ffffff;
	padding: 15px 0;
}
.news-text i{color:#ffd600;}

/*===================================News===================================*/


footer {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background: url(../images/footer-bg.png) #33383c;
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-color: rgba(51, 56, 60);*/
	    display: inline-block;
}

footer p {
    color: #ffffff;
    font-size: 17px;
    padding-right: 50px;
    line-height: 24px;
    margin-top: -3px;
    padding-left: 32px;
    float: left;
    width: 100%;
}
footer a {
    color: #8e989e;
}

.footer-menu h3 {
    color: #ffffff;
    margin-bottom: 14px;
    text-transform: capitalize;
    font-size: 24px;
}
.footer-menu ul li {
    list-style: square;
    color: #8e989e;
}
.footer-menu ul li a {
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    position: relative;
}
.footer-menu ul li:hover a {
    color: #ffffff;
}
.footer-menu ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffd600;
    display: block;
    float: left;
    margin-top: 9px;
    margin-right: 10px;
    position: absolute;
	display:none;
}
footer .container-fluid-custom {
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    width: 100%;
}

.last-footer {
	font-size: 18px;
	padding: 30px 0 18px 0;
	border-top: 1px solid #ffffff;
	margin-top: 40px;
}
.social {
    float: right;
}
.social a {
    margin: 0 5px;
    font-size: 18px;
    border: 1px solid #ffd600;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    padding: 6px 0;
    color: #ffd600;
    border-radius: 100px;
}


.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #ffffff;
	background-color: #0459aa;
	border-color: transparent;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 5px 15px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #0459aa;
	font-size: 20px;
}
.middle-footer span {
    display: block;
    font-size: 23px;
    color: #ffffff;
}
.middle-footer {
    text-align: left;
    margin: 0 auto;
    width: 25%;
    color: #ffd600;
    font-size: 14px;
    line-height: 27px;
}
p.add::before {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #8e989e;
    font-size: 18px;
    margin-right: 18px;
}
p.add.add-phone::before {
    content: "\f10b";
    font-size: 33px;
}
/*.footer-menu img {
    max-width: 33%;
    float: left;
}*/
p.add {
    position: relative;
}
.footer-menu h2 {
    color: #ffffff;
    float: left;
    padding: 0;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
}
.footer-menu img {
    float: left;
}

.top-social {
    margin-bottom: 24px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.top-social ul {
    display: block;
    border-bottom: 1px solid #8e989e;
    padding: 0 0 26px 0;
    width: 100%;
    margin: 0 auto;
}

.full-width.add-footer {
    text-align: center;
    padding-top: 0;
}
.full-width.add-footer img{display:block; margin:0 auto; float:none;}
.top-social ul li {
    display: inline-block;
    list-style: none;
    margin: 0 1%;
}
.footer-menu.margintop20 {
    float: left;
    width: 100%;
}
.top-social ul li a {
    border: 3px solid #8e989e;
    color: #8e989e;
    font-size: 19px;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 0;
}
/*.top-social ul li {
    list-style: none;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0;
}
.top-social ul li:last-child{border-right:none;}
.top-social ul li a {
    background-color: transparent;
    font-size: 32px;
}
.top-social ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.top-social ul li:nth-child(1):hover a {
    color: #ffffff;
}
.top-social ul li:nth-child(1) {
    background-color: #3b5998;
}
.top-social ul li:nth-child(2) {
    background-color: #FF0000;
}
.top-social ul li:nth-child(2):hover a {
    color: #ffffff;
}
.top-social ul li:nth-child(3) {
    background-color: #1dcaff;
}
.top-social ul li:nth-child(3):hover a {
    color: #ffffff;
}

.top-social ul li:nth-child(4){
    background-color: #0077B5;
}

.top-social ul li:nth-child(4):hover a {
    color: #ffffff;
}

*/


























@media only screen and (max-width: 1680px) {
.banner-holder {
}
.right-images img {
	padding-top: 0;
	width: 100%;
	height: 100%;
}
.arrow ul li {
    width: 24.7%;
}
.video {
    height: 465px;
}
right-discover img{ height:100%;}
.left-programs-text h1 {
    font-size: 28px;
    margin-top: 0;
}
.left-programs-text h4 {
    font-size: 18px;
    margin: 7px 0 9px 0;
    line-height: 21px;
}
.left-programs-text p{
font-size: 16px;
    line-height: 24px;
}
.list-programs {
	margin-top: 18px;
}
.margintop60 {
	margin-top: 40px;
}
.square-boxs ul li a {
	font-size: 22px;
	padding: 6px 0;
	margin: 0 auto 10px auto;
}
/*.margintop40 {
	margin-top: 24px;
}*/
.header .navbar-default .navbar-nav > li > a {
    padding: 20px 7.5px 15px 7.5px;
    font-size: 14px;
}


.banner-text .left-text-banner {
}
.container-new .navbar-nav>li {
    float: none;
    display: inline-block;
}
.container-new  .navbar-left {
    float: none!important;
}
.new-menu-list ul li a{    height: 60px;    font-size: 14px; line-height:17px;}
}


@media only screen and (max-width: 1440px) {
	
.container-new {
	width: 94%;
}
.banner-holder {
}
#section10 a span{ bottom:10px;}

.banner-text .left-text-banner {
}
.right-images img{height:100%;}
.arrow ul li {
    width: 24.6%;
}
.video {
    height: 465px;
}
.common-head {
    font-size: 60px;
}
.text-new h3{ font-size:22px; line-height:28px;}
.text-new p {
	font-size: 18px;
	line-height: 23px;
	margin-top: 16px;
}
.border-sec {
	margin-top: 30px;
	padding-top: 30px;
}
.inner-content-holder{padding: 0 20px;}
.inner-content-holder p {
	font-size: 18px;
	line-height: 27px;
}
.slider-holder .carousel-caption p{padding-right: 300px;}
.header .navbar-default .navbar-nav > li > a{padding: 20px 18.5px 15px 18.5px;}
.left-text-banner h2 {
	font-size: 47px;
	line-height: 41px;

}
.inner-content-holder h3{ font-size:20px;}
.inner-association {
	padding: 0 100px;
}
.left-programs-text.left-programs-text-new {
	padding-left: 15px;
}
.inner-circle {
	margin: 0 66px;
}
.events {
    background-image: url(../images/event-bg.jpg);
    background-position: center;
background-size: cover;
}
.left-programs-text h1{ font-size:28px; line-height:32px;}
.left-programs-text h4 {
    font-size: 17px;
    margin: 11px 0 8px 0;
}
.left-programs-text p{
	font-size: 16px;
    line-height: 25px;
}
.list-programs ul li{
	font-size: 16px;
    line-height: 27px;
}
.footer-menu h2{ font-size:21px;}
}

@media only screen and (max-width: 1366px) {
	.left-programs-text h1 {
    margin-top: 0;
}
.list-programs h2 {
    margin-top: 0;
    padding-top: 0;
}
.hideborder {
    margin-top: 10px;
}
.list-programs ul li {
    font-size: 15px;
    line-height: 24px;
}
.new-menu-list ul li a {
    height: 57px;
    font-size: 13px;
}
.new-menu-list {
    margin-top: 10px;
}
/*.margintop40 {
    margin-top: 15px;
}*/
.slick-slider-holder .left-programs-text p {
    margin-top: 30px;
}
.video {
    height: 441px;
}

.franchise-form{ top:15%;}
.franchise-text h1{ font-size:60px;}


}
@media only screen and (max-width: 1280px) {
.top-header .container-fluid-custom {
    padding: 0;
}
.left-programs-text {
    padding: 20px 20px 0 20px;
}
.left-programs-text.left-programs-text-new {
    padding-left: 0;
}
.left-programs-text h1 {
    font-size: 22px;
    line-height: 29px;
}
.left-programs-text h4 {
    font-size: 16px;
    margin: 11px 0 8px 0;
}
.left-pro-top {
    padding-right: 0;
}
.banner-holder {
}
.header .navbar-default .navbar-nav > li > a {
    padding: 20px 11.5px 15px 11.5px;
}
.banner-text .left-text-banner {
}
.content-holder-new .list-programs h2 {
    margin-top: 15px;
}
.video {
    height: 415px;
}
.left-programs-text p {
    font-size: 15px;
    line-height: 23px;
}
.new-menu-list ul li a {
    height: 38px;
    font-size: 12px;
    line-height: 15px;
}


.franchise-form {padding: 10px 10px;}
.franchise-form .form-fild input{ height:44px;}
.franchise-form h3 {font-size: 14px;}

#section10{ display:none;}
.inner-association img{ width:100%;}



}
@media only screen and (max-width: 1170px) {
	
.franchise-text{top: 20%;width: 100%;}


.franchise-option p{font-size: 14px; line-height:20px;}	
.left-programs-text p { font-size: 14px;}
.slick-content br{ display:none;}
.franchise-form {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 20px 15px;
    display: inline-block;
    background: #0459aa;
}
.franchise-form h3 { color:#fff;}
.form-fild{ width:50%;float: left;}
.form-fild.btn{width:100%;}
.form-fild.fild-drop{width:100%;}

	
#menuToggle{ top:20px !important;}
	
	.mobile-xx {
    width: calc(100% - 40%);
}
.mobile-xxx {
    width: 40%;
}

.mobile-xxx .img-responsive{ margin:auto;}

.franchising-text ul li{ font-size:15px;}
.left-programs-text {
    padding-right: 0;
}
.new-menu-list ul li a {
    height: 60px;
}
.list-programs {
    margin-top: 10px;
}
.new-menu-list ul li a{ font-size:14px;     height: 40px;}	
.margintop30 {
    margin-top: 10px;
}
.left-programs-text p {
    font-size: 15px;
    line-height: 20px;
}
.list-programs ul li {
    font-size: 14px;
    line-height: 20px;
}
.right-pro-top {
    padding-left: 0;
    padding-right: 20px;
}
.container-fluid-custom {
    padding: 0 20px;
}
.text-new h3 {
    font-size: 18px;
    line-height: 23px;
}
.text-new p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 16px;
}
.inner-content-holder p {
    font-size: 16px;
    line-height: 25px;
}
.inner-content-holder h3 {
    font-size: 18px;
}
.inner-content-holder span {
    font-size: 25px;
}
.slick-slider-holder .left-programs-text p {
    margin-top: 0px;
	    line-height: 24px;
}
.margintop60 {
    margin-top: 20px;
}
a.logo-panel {
    float: left;
    width: 255px;
}
.paddingtop60 {
    padding-top: 50px;
}

.paddingtop40 {
    padding-top: 20px;
}

.slick-content {
    padding-right: 15px;
}
.banner-holder {
}
.left-text-banner h2 {
    font-size: 39px;
    line-height: 20px;
}
.left-text-banner h3 {
    font-size: 17px;
    line-height: 14px;
}
.banner-text .left-text-banner {
}
.header .navbar-default .navbar-nav > li > a {
padding: 20px 3.5px 15px 3.5px;
font-size: 14px;
}
p {
    font-size: 14px;
    line-height: 24px;
}
.meassage_director .content-holder-new {
    display: block;
}
.left-content {
    width: 100%;
}
.right-images {
    width: 100%;
    float: left;
	display:none;
}
.arrow ul li p span {
    font-size: 14px;
}
.left-programs-text h4 {
    font-size: 14px;
    margin: 5px 0 5px 0;
}
.hideborder {
    margin-top: 0;
}
.list-programs h2 {
    font-size: 18px;
    line-height: 21px;
}
}
@media only screen and (max-width: 1024px) {
.banner-holder {
}
.left-text-banner h2 {
    font-size: 29px;
    line-height: 0;
}
.header .navbar-default .navbar-nav > li > a {
padding: 20px 4px 15px 4px;
font-size: 13px;
}
.accordion span {
    font-size: 14px;
}

.franchise-text{top: 20%;width: 80%;}

.new-holder .nav > li > a{font-size: 18px;padding: 11px 15px;}
.common-head {
    font-size: 46px;
}
.common-head span{margin: 1px auto 20px auto;}
.arrow ul li p span {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}
.arrow ul li img {
    max-width: 21%;
    margin: 20px auto;
}
.arrow ul li{ height:100px;}
.arrow ul li p{bottom: -99px;}
.notice{    margin-top: 100px;}
.testimonial p {
    color: #ffffff;
    margin: 1.5% 15%;
}
.arrow ul li p {
    text-align: center;
    float: none;
    color: #575757;
    width: 100%;
    display: block;
    vertical-align: middle;
    margin: 0;
    height: 119px;
    position: absolute;
    bottom: -119%!important;
    left: 0;
    right: 0;
    background-color: #cccccc;
}
.arrow ul li p span {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px!important;
    margin-top: 9px;
    padding-bottom: 15px;
}
.notice {
    margin-top: 13%;
}
.right-discover{ display:none;}
.left-discover{width:100%;}
.mobile-xxx, .mobile-xx {
    width: 100%;
    float: left;
}
.left-pro-top, .right-pro-top {
    padding: 30px;
}
.new-menu-list ul li{ width:50%;}
.left-programs-text {
    padding: 0;
}
}
@media only screen and (max-width: 992px) {
.margintop40 {
    margin-top: 10px;
}
.paddingtop30 {
	padding-top: 10px;
}
.slick-content{ display:none;}
.in_pictures .banner-btn, .closebtnslick{ display:none;}
.franchising-text ul li{ width:48%;height: 160px;}

.testimonial { padding: 20px 0 40px 0;}

.contact h2{ font-size:24px; margin-top:0px;}
.contact h3{ font-size:20px; }

.common-head span { margin: 20px auto 0px auto;}

.counter{ font-size:50px;}
.counter-text h3{ font-size:15px;}

.paddingtop50 { padding-top: 10px;}


.right-pro-top {
    padding-right: 0;
	    padding-left: 15px;
}
.banner-holder {
}
.header .navbar-default .navbar-nav > li > a {
    padding: 20px 3px 15px 3px;
    font-size: 10px;
}
.left-text-banner h3 {
    font-size: 17px;
    line-height: 21px;
}
.left-box h2, .right-box h2 {
    font-size: 28px;
}
.iconinner-section p {
    padding: 0 20px;
}
.arrow ul li p span{    margin-top: 10px;}
.content-blog h4 {
    font-size: 16px;
    line-height: 21px;
}
.left-discover .common-head {
    font-size: 26px;
    line-height: 31px;
}
.left-discover .common-head span {
    margin-top: 15px;
}
.left-discover {
    width: 100%;
    float: left;
}
.right-discover{ display:none;}
.video {
    height: 319px;
}
.navbar-header-new {
    float: right;
    width: 66%;
}
.top-header .main-manu ul li a {
    font-size: 14px;
	    padding: 27px 0 23px 0;
}
.main-manu{ padding:0;}

.top-header .main-manu ul li {
padding: 0 6px 0 5px !important;
}

.top-header .main-manu ul li:last-child a {
    margin-top: 23px;
}
.mobile-xxx, .mobile-xx {
    width: 100%;
    float: left;
}
.left-programs-text {
    padding: 0;
}

.left-pro-top, .right-pro-top {
padding: 30px;
}
.new-menu-list ul li{ width:50%;}
.container-new {
    width: 100%;
}
.custom-active::after{bottom: 21px;}
.arrow ul li {
    width: 24.5%;
}
.arrow ul li p span {
    font-size: 13px;
    line-height: 16px;
}
.notice {
    margin-top: 16%;
}
.top-header .main-manu ul {
    margin-right: 0;
}
.top-header .navbar-header-new .navbar-right .dropdown-menu {
    top: 80px;
}
}
@media only screen and (max-width: 768px) {
	
.franchise-text h1 {
    font-size: 40px;
}	
	
#menu li {
    padding: 10px 0;
    font-size: 18px;
}


.franchising-text ul li{width: 100%;
margin-left: 0;height: 150px;line-height: 25px;}

.col-our {
    width: 50%;
    float: left;
    margin-bottom: 0%;
}

.company-logo {
    text-align: center;
    width: 100%;
}

.col-ass{width: 33.33%;
    float: left;
    margin-bottom: 5%;}
	
.testimonial p {
    color: #ffffff;
    margin: 1.5% 10%;
}

		
#menuToggle{ top:12px !important;}

.franchise-option{ height:inherit;}

	
	.navbar-header-new {
    float: right;
    width: 70%;
}
.top-header .main-manu ul li {
    padding: 0 8px 0 8px;
    font-size: 14px;
}
.top-header .main-manu ul li a {
    font-size: 14px;
    padding: 25px 0 26px 0;
    line-height: 27px;
}
.top-header .main-manu ul li:last-child a{    margin-top: 20px;}

a.logo-panel {
    float: left;
    width: 196px;
}
.mobile-xxx, .mobile-xx {
    width: 100%;
    float: left;
}
.mobile-xxx{margin-bottom:20px;}
.left-programs-text {
    padding-right: 20px;
}
.left-programs-text.left-programs-text-new {
    padding: 0 0;
}
.left-programs-text.left-programs-text-new {
    padding-left: 35px;
    padding-right: 0;
}
.full-width {
    width: 100%;
}
.inner-content-holder {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5)!important;
    margin-bottom: 20px;
}
.slick-content {
    position: static;
    width: 100%;
    padding: 0 15px;
}
.in_pictures .banner-btn, .closebtnslick{display:none;}
.banner-text .left-text-banner {
}
.left-text-banner h3 {
    font-size: 17px;
    line-height: 22px;
}
.banner-holder {
}
.new-holder .iconinner-section {
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}
.new-holder .border-top {
    border: none;
}
.width-aria .container {
    width: auto;
}
.right-video-holder{ width:100%;}
.left-text-holder-new, .left-text-holder-new {
    width: 100%;
}
.img-right {
    width: 100%;
}
.right-box, .left-box {
    width: 100%;
}
.content-holder-new .row {
    display: block!important;
}
.arrow ul li p {
    bottom: -85%!important;
}
.arrow ul li {
    width: 100%;
    margin-bottom: 162px;
    height: auto!important;
}
.arrow ul li img {
    max-width: 9%;
    margin: 32px auto 45px auto;
}
.video {
    height: 248px;
}
.notice {
    margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
	
.navbar-default .navbar-toggle{ background:none; border:none;}	
.navbar-default .navbar-toggle .icon-bar { background-color: #005299;width: 30px;height: 3px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background:none;}

.slider-holder .carousel-indicators li, .slider-holder .carousel-indicators .active { width:10px; height:10px;}	

.top-header .main-manu ul li:last-child:hover a {
    background-color:transparent!important;
    color: inherit;
}

.banner-border{ display:none;}

.paddingtop40{ padding-top:10px;}
.paddingbottom60{ padding-bottom:10px;}

.slick-slider-holder{ margin-top:0px;}
.associations .col-sm-3 { width: 50%;float: left;}
.associations .col-sm-3 img{ width:100%;}

.events{ background-image:none; background-color:#5a2b1b;}

.mob-hide {display: none;}


	
.navbar-header-new {
    float: right;
    width: 100%;
    margin: 0;
}
.top-header .main-manu ul li a{
    padding: 5px 0;
}
.custom-active::after{ display:none;}
.top-header .main-manu ul li:last-child a {
    background-color: transparent;
    padding: 4px 22px 4px 0;
    border-bottom: none;
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
    color: #575757;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
    text-align: left;
    padding-left: 0;
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: 1px solid #e8e8e8!important;
    padding: 10px 0!important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li {
    padding-left: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu>li:last-child a {
    padding-left: 0!important;
    color: #777!important;
}
.navbar-toggle{margin-top: 14px;}
.top-header .main-manu ul{    margin: 7.5px 0;}
#myHeader{ display:none;}
.left-text-banner h2 {
    font-size: 24px;
    line-height: 27px;
    margin: 5px 0;
}
.left-text-banner h3 {
    font-size: 14px;
    line-height: 20px;
}
.content-holder-new .list-programs h2 {
    margin-top: 15px;
    padding-top: 15px;
}
.new-holder .nav > li > a {
    font-size: 13px;
    padding: 11px 0;
}
.arrow ul li::before{ display:none;}
.arrow ul li p {
    position: static;
    height: auto;
    padding: 29px 0;
	line-height:16px;
}
.arrow ul li p span {
    position: static;
}
.arrown {
    position: static;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.arrow ul li {
    width: 100%;
    margin-bottom: 15px;
    height: auto!important;
    padding: 0;
}
.arrow ul li img {
    max-width: 9%;
    margin: 32px auto 15px auto;
}
.slick-dots li button:before, .slick-dots li button{ width:12px!important; height:12px!important;}
.testimonial{    padding: 30px 0 50px 0;}
.form-holder .form-group .row .col-sm-6 {
    padding-top: 10px;
}
.form-holder .form-group .row .col-sm-12 {
    padding-top: 10px;
}
.form-holder .form-group .row {
    padding: 0;
}
.form-holder .banner-btn {
    margin-top: 20px;
}
.common-head {
    font-size: 34px;
    line-height: 23px;
}

.see-sec{ margin:5px 0;}



.list-programs h2 {
    font-size: 19px;
    line-height: 22px;
    margin-top: 10px;
	margin-bottom:0;
}
#slickcontent br {
    display: none;
}
.mobile-new {
    display: inline-block;
}
.content-holder-new .list-programs h2 {
    margin-top: 0;
}
#academics_ .row {
    margin-top: 0;
}
#academics_ br {
    display: none;
}
.footer-menu img {
    float: left;
    max-width: 34%;
}
.slick-content{ display:none;}
}
@media only screen and (max-width: 640px) {
	
.left-text-banner h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 2px 0;
}
.left-text-banner h3 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2px;
}
.accordion span {
    font-size: 11px;
    float: left;
    width: 85%;
	    padding: 7px 0 7px 0;
}

.form-fild{ width:100%;float: left;}

.franchise-text { top: 6%;}


}

@media only screen and (max-width: 472px) {
	
	.franchise-text h1 {
    font-size: 26px;
}

.testimonial p {
    color: #ffffff;
    margin: 1.5% 0%;
}

.common-head {
    font-size: 34px;
    line-height: 36px;
}
.logo-panel {
    width: 212px;
    float: left;
}
.navbar-header-new .navbar-right .dropdown-menu li a{    border-bottom: none;}
.footer{ padding-top:0px !important;}
	
.paddingtop60, .paddingbottom60 {
    padding: 25px 0;
}
.container-fluid-custom {
    padding: 0 15px;
}
.left-programs-text {
    padding: 15px 0 0 0;
}
.left-pro-top, .right-pro-top {
    padding: 15px 30px;
}
.inner-middle-news .text-new{padding: 15px;}
.text-new p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
}
.border-sec {
    margin-top: 30px;
    padding-top: 0;
}
.events {
    background-image: url(../images/event-bg.jpg);
    background-position: -1040px 0px;
    background-size: cover;
}


.left-programs-text.left-programs-text-new { padding-left:0px;}

.inner-content-holder {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5)!important;
    margin-bottom: 20px;
}
.slick-content{ width:70%; padding:15px;}
.left-programs-text h1 {
    font-size: 22px;
    line-height: 30px;
}
.slick-content {
    position: static;
    width: 100%;
    padding: 0 15px;
}
.in_pictures .banner-btn, .closebtnslick{display:none;}
.margintop60 {
    margin-top: 30px;
}
.inner-association {
    padding: 0 15px;
}
.inner-association img {
    display: block;
    margin: 0 auto;
}
.inner-association br {
    display: none;
}
.footer-menu {
    float: left;
    width: 100%;
}
.footer-menu h2{ font-size:22px;}
h3.blanck {
    margin: 0;
}
.new-menu-list ul li{ width:50%;}
.new-menu-list ul li a {
    font-size: 12px;
    line-height: 18px;
}
p {
    margin: 0 0 10px;
    line-height: 27px;
}
.left-text-banner h2 {
    font-size: 14px;
    line-height: 17px;
    margin: 2px 0;
}
.left-text-banner h3 {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 0 10px;
}
.banner-text .left-text-banner{ top:23%;}
.new-holder .nav > li > a {
    font-size: 9.5px;
    padding: 11px 0;
}
.inner-circle {
    margin: 0 15px;
}
.square-holder {
    padding: 28px 0;
    vertical-align: top;
}
.inner-content-holder h3 {
    margin: 20px 0;
}
.accordion span {
    padding: 14px 0 7px 0;
}
}

@media only screen and (max-width: 375px) {
	
.left-text-banner h2 {
    font-size: 14px;
    line-height: 17px;
    margin: 2px 0;
}
.left-text-banner h3 {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 0 10px;
}

.banner-text .left-text-banner{ top:23%;}
}
@media only screen and (max-width: 360px) {
.inner-content-holder p {
    font-size: 16px;
    line-height: 25px;
}
.slick-slider-holder{    margin-top: 40px;}	
.footer {
    padding-top: 0;
}
.footer-menu h2 {
    font-size: 18px;
}
footer .container-fluid-custom {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 320px) {
.left-text-banner h2 {
    font-size: 12px;
    line-height: 17px;
    margin: 2px 0;
    padding: 0 4px;
}
.left-text-banner h3 {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1px;
    padding: 0 10px;
}	

.banner-text .left-text-banner {
    top: 18%;
}
.common-sec.in_pictures .slick-slider-holder {
    margin-top: 0;
}
}






















