* {
	padding:0;
	margin:0;
	list-style:none;
}
html {
  overflow-x: hidden;
}
html, body{
	
}
html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'proxima_nova_rgregular';
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-decoration:none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
button{
	cursor:pointer;
	border:none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'proxima_nova_rgregular';
	background:#FFFFFF;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input[type=text]{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
input[type=checkbox]{
	vertical-align:top;
}
input[type=radio]{
	height:auto;
	vertical-align:top;
}
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; text-decoration:none;}
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
h1 {
	float:left;
	width:100%;
	font-family: 'brandon_grotesquebold';
	font-size:80px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:110%;
}
h2 {
	float:left;
	width:100%;
	font-family: 'brandon_grotesquebold';
	font-size:44px;
	font-weight:normal;
	color:#5F5077;
	line-height:110%;
}
h3 {
	float:left;
	width:100%;
	font-family: 'brandon_grotesquebold';
	font-size:36px;
	font-weight:normal;
	color:#51514C;
	line-height:110%;
}
h4 {
	float:left;
	width:100%;
	font-family: 'proxima_nova_rgbold';
	font-size:26px;
	font-weight:normal;
	color:#5F5077;
	line-height:110%;
}
h5 {
	float:left;
	width:100%;
  	font-family: 'proxima_nova_rgbold';
	font-size:24px;
	font-weight:normal;
	color:#5F5077;
	line-height:110%;
}
h6 {
	float:left;
	width:100%;
  	font-family: 'proxima_nova_rgbold';
	font-size:18px;
	font-weight:normal;
	color:#51514C;
	line-height:110%;
}
p{
	float:left;
	width:100%;
	font-family: 'proxima_nova_rgregular';
	font-size:18px;
	font-weight:normal;
	color:#51514D;
	line-height:180%;
}
a:focus, a:hover{
	color:#605077;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
.btn-primary, .comment-form input.submit{
	background:url(../images/btn_errow.svg) no-repeat right 23px center #CEC297;
	width:auto;
	height:65px;
	line-height:65px;
	padding:0 60px 0 23px;
	text-transform:uppercase;
	text-decoration:none;	
	font-family: 'proxima_nova_rgbold';
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-shadow:none;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	position:relative;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	display:inline-block;
	border:none;
}
.btn-primary:focus, .btn-primary:hover{
	background:url(../images/btn_errow.svg) no-repeat right 15px center #BDAD75 !important;
}
.btn-primary:hover, .btn-primary:focus, .hero_con .btn-primary:hover, .btn-primary.active, .btn-primary:active{
	text-decoration:none;
	background:#23A9F6;
	color:#fff;	
	border-color:transparent !important;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	position:relative;
}
.form-control{
	float:left;
	background:#ffffff;
	width:100%;
	height:58px !important;
	line-height:58px;
	border:0 !important;
	border-radius:0;
	box-shadow:none;
	font-family: 'proxima_nova_rgregular';
	color:#333;
	font-size:16px;
	padding:0 15px 0 0 !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important ;
    -moz-border-radius:0 !important;
	position:relative;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    border-bottom: 1px solid #ccc !important;
}
.form-control:focus{
	border-color: #5F5077 !important;
	box-shadow:none;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
}

/*-------------------Index Page Start-----------------------------*/
.header{
	float:left;
	width:100%;	
}
#header{
	background: rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	float:left;
	width:100%;
	height:auto;
	padding:20px 0;
	position:fixed;
	z-index:999;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
    transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	-webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
#header.affix{
	background:#FFF;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	padding:10px 0;
}
#header.affix .logo a img{
	width:400px;
	height:auto;
}
.header_main{
	float:left;
	width:100%;	
	position:relative;
}
.logo{
	width:203px;
	height:auto;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.logo a{
	width:100%;
	height:auto;	
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.logo a img{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	transition:all 0.4s ease-out 0s;
	-webkit-transition:all 0.4s ease-out 0s;
    -moz-transition:all 0.4s ease-out 0s;
}
#header.affix .logo a img{
	display:none;
}
#header.affix .logo{
	text-align:center;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
#header.affix .logo a{
	float:none;
	background:url(../images/logo.svg) no-repeat center top;
	background-size:100%;
    display: inline-block;
    height:62px;
    width:134px;
}
.header_left{
	float:left;
	width:44%;
}
.nav{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}
.nav_container{
	float:left;
	width:100%;
	padding:0 4%;
}
.nav_main{
	float:left;
	width:100%;
	margin-top:30px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
#header.affix .nav_main{
	margin-top:0;
}
#header.affix .nav_main ul li a::before{
	background:#098B8C;
}
.nav_main .pull-left, .nav_main .pull-right{
	width:36%;
	border-top:4px solid #605077;
	border-bottom:4px solid #605077;
}
.nav_main .pull-left ul::before{
	width: 36%;
    height:auto;
    left: 0;
	padding:25px 0;
	bottom:7px;
    content: "";
    position: absolute;
	border-top:1px solid #CEC297;
	border-bottom:1px solid #CEC297;
}
.nav_main .pull-right ul::before{
	width: 36%;
    height:auto;
    right:0;
	padding:25px 0;
	bottom:7px;
    content: "";
    position: absolute;
	border-top:1px solid #CEC297;
	border-bottom:1px solid #CEC297;
}
.nav_main .pull-left ul{
	float:right;
	width:auto;
	margin-right: -40px !important;
}
.nav_main .pull-right ul{
	float:left;
	width:auto;
	margin-left: -40px !important;
}
.nav_main ul{
	float:left;
	width:100%;
	height:auto;
}
.nav_main ul.second{
	display:none;
}
.nav_main ul li{
	float:left;
	width:auto;
	position:relative;
	margin:20px 25px;
}
.nav_main ul li a{
	float:left;
	width:auto;
	height:auto;
	font-family: 'proxima_novaextrabold';
	font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.nav_main ul li:first-child{
	margin-left:0px;
}
.nav_main ul li:last-child{
	margin-right:0px;
}
#header.affix .nav_main ul li a{
	color:#51514E;
}
.nav_main ul li:hover a, .nav_main ul li.current-menu-item a,
#header.affix .nav_main ul li:hover a, #header.affix .nav_main ul li.current-menu-item a{
	color:#CEC297;
}
.nav_main ul li:hover ul.sub_nav{
	visibility:visible;
	opacity:1;
	top:100%;
}
ul.sub_nav{
	background-color:#FFF;
	width:230px;
	position:absolute;
	opacity:0;
	visibility:hidden;
	left:0;
	top:150%;
	box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2);	
	transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
}
.nav_main ul li .sub_nav li{
	width:100%;
	height:auto;
}
.nav_main ul li .sub_nav li a{
	float:left;
	background:none;
	width:100%;
	height:auto;
	font-family: 'proxima_nova_rgregular';
	font-size:13px;
	font-weight:600;
	color:#333;
	line-height:140%;
	text-decoration:none;
	padding:12px 8%;
	text-transform:uppercase;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.nav_main ul li .sub_nav li a:hover, .nav_main ul li .sub_nav li.current-menu-item a{
	background:rgba(24,144,194,0.70);
	color:#FFF;	
}
#header.affix ul li:hover ul.sub_nav{
	top: 100%;	
}
#header.affix .nav_main ul li .sub_nav li a{
	height:auto;
	line-height:inherit;
}
.header_right{
	float:right;
	width:auto;
	margin-top:53px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	display:inline-flex;
}
#header.affix .header_right{
	margin-top: 5px;
}
#header.affix .info a{
	color:#2C3D4E;
}
#header.affix .login{
	border:1px solid #E8ECEE;
	color:#2C3D4E;
}
#header.affix .login:hover{
	border:1px solid #098B8C;
	background:#098B8C;
	color:#FFFFFF;
}
.info{
	float:left;
	padding-top:13px;
	margin-right:30px;
}
.info a{
    float:left;
	font-family: 'proxima_nova_rgbold';
	font-size:14px;
	color:#FFFFFF;
	line-height:16px;
	text-decoration:none;
}
.info a span{
	float:left;
	margin-right:10px;
}
#header.affix .info a span path{ 
	fill:#C6D1D7;
}
.login{
	float:right;
	width:auto;
	height:auto;
	font-family: 'proxima_nova_rgbold';
	font-size:13px;
	color:#FFFFFF;
	line-height:100%;
	padding:14px 40px;
	border:1px solid #ffffff;
	border-radius:25px;
	-webkit-border-radius:25px;
    -moz-border-radius:25px;
	position:relative;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
a:focus, a:hover{
	text-decoration:none;
}
.login:hover{
	background:#ffffff;
	color:#2C3D4F;
}



/*-----------------black-part-cover--end-------------------*/
.main-banner{
	float:left;
	width:100%;
	position:relative;
}
.banner{
	background:no-repeat;
	background-position: center center !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
	height:100vh;
	min-height:670px;
	flex-shrink: 0;
	-webkit-clip-path:circle(285vh at 50% -187vh);
	-moz-clip-path: circle(285vh at 50% -187vh);
	-ms-clip-path: circle(285vh at 50% -187vh);
	clip-path: circle(285vh at 50% -187vh);
}
.banner::before {
    background: rgba(0,0,0,0.55);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.left_sep{
	background:#CEC297;
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	top: 30px;
	-webkit-clip-path:circle(511vh at 50% -417vh);
	-moz-clip-path:circle(511vh at 50% -417vh);
	-ms-clip-path:circle(511vh at 50% -417vh);
	clip-path:circle(511vh at 50% -417vh);
}
.banner_con{
	width:100%;
	text-align:center;
	position:absolute;
	top:61%;
	left:50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	z-index:99;
}
.banner_con p{
	float: left;
	width:100%;
	font-family: 'brandon_grotesquebold';
	font-size:44px;
	color: #ffffff;
	line-height: 120%;
}
.banner_con h1{
	font-size:120px;
}
.banner_con .btn-primary{
	background:url(../images/btn_errow.svg) no-repeat right 23px center rgba(206,194,151,0.90);
	margin-top:40px;
}
/*-----------------res-nav-Start-------------------*/
.res_navigation{
	display:none;
	width:72px;
	height:22px;
	position:absolute;
	right:0;
	top:15px;
}
.nav-toggle {
    position: absolute;
    top:0;
    right:22px;
    z-index: 999999;
    padding:5px 28px 13px 0;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
  background:#FFFFFF;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #FFF;
}
.nav-toggle.active .bottom {
   -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
   -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
   transform: translateY(-7px) translateX(0) rotate(-45deg);
   background:#FFFFFF;
}
.nav-toggle span {
  background:#FFFFFF;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top:-2px;
  left: 0;
  -webkit-transition: all .55s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top:5px;
}
.nav-toggle span:nth-of-type(3) {
  top:12px;
}
#header.affix .nav-toggle span{
	background:#68615F;
}
#header.affix .nav-toggle.active .top, #header.affix .nav-toggle.active .bottom {
	background:#68615F;
}
/*-----------------res-nav-end-------------------*/
.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp,.wow,.zoomIn{
	visibility:hidden
}
.s-back-to-top {
    background:#5F5077;
    bottom:-35px;
    display: block;
    width:30px;
    height:46px;
	line-height:46px;
    position: fixed;
    right:55px;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
    text-align:center;
	border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
    transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	-webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    z-index: 9;
}
.s-back-to-top.-is-visible{
	visibility:visible;
	opacity:0.5;
	bottom:35px;
}
.s-back-to-top img {
    width: 20px;
}
.s-back-to-top.-is-visible:hover{
	opacity:1;
}
/*-------------------Index Page start-----------------------------*/
.section{
	float:left;
	width:100%;
	height:auto;
}
.about_sec_left{
	padding:75px 30px 70px 15px;
}
.about_sec_left h2{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.about_sec_left h2{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.sub_title{
	font-size:22px;
	line-height:160%;
}
.about_sec_left p.sub_title{
	padding:0;
}
.about_sec_left p{
	padding:20px 0 8px 0;
}
.about_right_bg{
	background:url(../images/about_sec_bg.jpg) no-repeat top right;
	background-size:cover !important;
	width: calc(100% + 40px);
    height: 150%;
	position:absolute;
	top:-109px;
	z-index:-1;
}
.about_right_bg::before {
    background:#605077;
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
	mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}
.about_right_con{
	float:left;
	width:100%;
	height:auto;
}
.about_right_con ul{
	float:left;
	width:100%;
	height:auto;
	padding:50px 0 0 65px;
}
.about_right_con ul li{
	float:left;
	width:auto;
	height:auto;
	margin-top:45px;
	position:relative;
	clear:both;
}
.about_right_con ul li::before {
    background:url(../images/dot.svg) no-repeat left top;
    content: " ";
	width:55px;
    height:8px;
    position: absolute;
    top: -8px;
	left:5px;
    z-index:1;
}
.about_right_con ul li::after {
    background:url(../images/dot.svg) no-repeat left top;
    content: " ";
	width:55px;
    height:8px;
    position: absolute;
    bottom:-11px;
	right:5px;
    z-index:1;
}
.about_right_con ul li h2{
	float:left;
	width:100%;
	height:auto;
	font-family: 'brandon_grotesquebold';
	font-size:66px;
	color:#ffffff;
	line-height:110%;
	text-transform:uppercase;
}
.about_right_con ul li span{
	float:left;
	font-family: 'brandon_grotesquebold';
	font-size:24px;
	color:#ffffff;
	line-height:100%;
	clear:both;
	margin-top:6px;
	position:relative;
}
.purple_bg{
	background: #605077;
}
.na_raw{
	float: left;
	width: 100%;
	padding: 80px 0; 
}
.addmission{
	background: url(../images/admissions-process-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 9;
}
.addmission:before{
	background: rgba(0,0,0,0.7);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.addmission_con{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.addmission_con h2{
	color: #FFFFFF;
}
.addmission_con p{
	padding: 20px 8% 0;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 140%;
}
.addmission_process{
	float: left;
	margin-top: 70px;
}
.porcess_box{
	float: left;
	width: 100%;
	background: rgba(255,255,255,0.85);
	padding: 40px 15px 40px 20px;
	margin-top: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}
.process_ico{
	float: left;
	width: 70px;
	height: auto;
	line-height: 60px;
}
.process_ico img{
	vertical-align: middle;
	display: inline-block;
}
.porcess_con{
	float: left;
	width: 86%;
	padding-left: 20px;
}
.porcess_con h5{
	color: #000;
	text-transform: capitalize;
}
.porcess_con p{
	padding-top: 10px;
	font-size: 16px;
	line-height: 160%;
	color: #000;
	min-height:62px;
}
.lern_more{
	background: url(../images/more-arrow.svg) no-repeat right 5px top 3px;
	float: left;
	width: auto;
	padding-right: 30px;
	margin-top: 20px;
	font-family: 'proxima_novasemibold';
	font-weight: normal;
	font-size: 14px;
	color: #605077;
	line-height: 120%;
	letter-spacing: 1px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.lern_more:hover{
	background-position: right top 3px;
}
.back-arrow{
	background: url(../images/back-arrow.svg) no-repeat left 5px top 3px;
	float: left;
	width: auto;
	padding-left: 30px;
	margin-top: 20px;
	font-family: 'proxima_novasemibold';
	font-weight: normal;
	font-size: 14px;
	color: #605077;
	line-height: 120%;
	letter-spacing: 1px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.back-arrow:hover{
	background-position: left top 3px;
}
.addmission_process .btn-primary{
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.80);
	margin-top: 40px;
}

.school_map .left_con{
	padding: 50px 0 0 120px;
}
.school_map .left_con p{
	font-size: 20px;
	padding-top: 20px;
}
.school_map .right_con{
	padding-left: 55px;
}
.our_background img{
	margin-top: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	display: inline-block;
}
.background_con{
	padding: 0 30px;
}
.background_con h2{
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
}
.background_con p{
	padding-top: 20px;
	color: #FFFFFF;
}

.finding_school .left_con{
	padding-right: 0;
}
.finding_school .left_con p{
	padding-top: 20px;
	font-size: 24px;
	line-height: 140%;
}
.finding_school .right_con{
	padding-left: 0;
}
.finding_school .right_con p{
	font-size: 20px;
}
.finding_school img{
	display: inline-block;
	margin-top: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}
.finding_school img:first-child{
	margin: 0;
}



.testimonial{
	background: url(../images/testimonials-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top; 
	position: relative;
	z-index: 9;
	overflow: hidden;	
}
.testimonial:before{
	background: #605077;
	mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -9;
}
.testi_slider .carousel-wrapper{
	padding: 0 6%;
}
.testi_avtar{
	background: #C5BA93;
	float: left;
	width: 190px;
	height: 190px;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	display: none;
}
.testi_avtar:before{
	background: url(../images/avtar-sep.svg) no-repeat center;
	width: 40px;
	height: 19px;
	position: absolute;
	right: 7px;
	bottom: 12px;
	content: "";
}
.testi_avtar img{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
}
.testi_con{
	float: left;
	width: 100%;
	padding-left: 0;
}
.testi_con h2{
	color: #FFFFFF;
}
.testi_con p{ 
	float: none;
	display: inline-block;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 200%;
	position: relative;
	text-indent: 40px;
}
.testi_con p span{
	background: url(../images/quotes-top.svg) no-repeat top left;
	background-size: 100% !important;
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 30px;
	padding: 0;
}  
.testi_con p span:last-child{
	background: url(../images/quotes-btm.svg) no-repeat right bottom;
	left: inherit;
	right: inherit;
	bottom: -4px;
	top: inherit;
	margin-left: 10px;	
}
.testi_con span{
	float: left;
	width: 100%; 
	padding-top: 20px;
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 120%;
}
.testimonial .carousel-control.left, .testimonial .carousel-control.right {
	background: url(../images/testi-arrow.svg) no-repeat center;
	height: 35px;
	top: 40%;
	width: 45px;
	margin:0 auto;
	z-index:99;
}
.testimonial .carousel-control.right{
	transform: rotate(180deg);
	right: -80px;
	left:inherit;
}
.testimonial .carousel-control.left {
	left: -80px;
}
.carousel-control {
	transition: all .6s ease 0s;
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	opacity:1;
}
.testimonial  .carousel-inner{
	cursor:all-scroll;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity
}
.carousel-fade .carousel-inner .active {
	opacity: 1
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.carousel-fade .carousel-control {
	z-index: 2
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner>.item.active.left, .carousel-fade .carousel-inner>.item.active.right, .carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.prev {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-inner>.item.active, .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.testi_slider .lern_more{
	float: right;
	color: #C5BA93;
	background-image: url(../images/more-arrow-gry.svg);
}


.request_form{
	background: url(../images/form-bg.jpg) repeat;
	padding-top: 30px;
	min-height: 440px;
}




.form_main{
	background: #FFFFFF;
	display: table;
	margin: 0 auto;
	width: 70%;
	padding: 40px 50px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	position: relative;
	bottom: -60px;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}
.form_main h4{
	text-align: center;
	color: #5F5077;
}

.gform_wrapper{
	width:100% !important;
	margin:0 !important;
}
.gform_wrapper form{
	float:left;
	width:100%;
	height:auto;
	margin:15px 0 0 0;
}
form .ginput_container input:focus,
form .ginput_container textarea:focus,
.form-control:focus {
    border-bottom: : 1px solid #5f5077!important;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
form .ginput_container textarea {
    height:124px !important;
    padding: 10px 15px 10px 0!important;
    width: 100%!important;
}
form .gform_footer {
    float: right;
}
form .validation_error,
.gform_wrapper .validation_message {
    font-size: 13px!important;
    font-family: 'proxima_nova_rgregular';
}
.gform_wrapper form .gform_footer {
	float: none;		
    width: auto!important;
    height: auto;
    padding: 0!important;
	margin:30px 0 0;
	text-align: center;
}
form .validation_error {
    width: 100%!important;
    background-color: #ebdada;
    border: 1px solid #dbbcc1!important;
    margin: 20px 0 0 !important;
    padding: 15px!important;
    font-weight: 600!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
}
.gform_wrapper form li.gfield.gfield_error,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: 0 0!important;
    border: none!important;
}
.gform_wrapper form ul.gform_fields{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;

}
.gform_wrapper form ul.gform_fields li.gfield {
	display: inline-block !important;
	width: 100% !important;
    margin:  0 !important;
    padding: 0!important;
    max-width: 100% !important;
}
.gform_wrapper .validation_message {
    font-weight: 400!important;
    color: #ce1010!important;
    padding:5px 0 0 3px !important;
}
.gform_confirmation_wrapper {
    width:100%!important;
    background-color: #dff0d8;
    border: 1px solid #c6d9b6!important;
    margin-bottom: 0!important;
    padding: 15px!important;
    font-family: 'proxima_novasemibold';
    font-size: 14px!important;
    font-weight: normal;!important;
    color: #3c763d!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    text-align: center;
}
.contact_bg .gform_confirmation_wrapper {
    margin-top: 20px!important;
    width: 100%!important;
}
form div.ginput_container_name span{
	padding-right:0;
}
.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1, .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2, .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3{
	width:100% !important;
}
body .gform_wrapper .top_label div.ginput_container{
	float:left;
	width:100%;
	margin-top:5px !important;
}
/*form #field_1_5 {
	height:128px;
}*/
/*form #field_1_2,
form #field_1_4 {
    margin: 0!important;
}*/
.name_first label{
	display:none !important;
}
.gfield input[type=text]:focus~label,
.gfield textarea:focus~label {
    color: #9d9d9d;
    transform: translate(-7%, -34%) scale(0.86);
    -moz-transform: translate(-7%, -34%) scale(0.86);
    -webkit-transform: translate(-7%, -34%) scale(0.86)j
}
.gfield input[type=text]:valid~label,
.gfield textarea:valid~label {
    color: #9d9d9d;
    transform: translate(-7%, -34%) scale(0.86);
    -moz-transform: translate(-7%, -34%) scale(0.86);
    -webkit-transform: translate(-7%, -34%) scale(0.86)j
}
.gfield label {
    color: #333333;
	font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    font-weight: normal;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 0;
    transition: all 0.15s ease 0s;
    width: 100%;
    display: none !important;
}
.gfield input[type=text]:focus~.bar::after,
.gfield input[type=text]:focus~.bar::before,
.gfield select:focus~.bar::after,
.gfield select:focus~.bar::before,
.gfield textarea:focus~.bar::after,
.gfield textarea:focus~.bar::before {
    width: 50%
}
.gfield .bar::before {
    left: 50%
}
.gfield .bar::after {
    right: 50%
}
.gfield .bar::after,
.gfield .bar::before {
    background: #5F5077;
    content: "";
    height: 1px;
    position: absolute;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: 0
}
.gfield .bar {
    background: #E5E5E5;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}
/*.form_main .form-control{
	color:#333;
	background:transparent;
	border:none !important;
	height:100%;
	padding:15px 0 0 0;
	z-index:1;
}*/
/*.contact_main textarea.form-control{
	width:100%;
	height:100px;	
}
.contact_main .form-control:focus{
	border:none !important;
	box-shadow:none;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
}*/

.gform_button.btn{
	padding:0 60px;
}

.gfield_select.form-control {
    padding-right: 30px !important;
	background:url(../images/drop-arrow.svg) right 15px center no-repeat;
	background-size:16px;
	height: auto;
}
.gform_button.btn-primary{
	background-image: none !important;
	height: 60px;
	padding: 0 40px;
	line-height: 60px;
}
.gform_button.btn-primary:hover{
	background:#EF9205;
}
/*-------------------Index Page end-----------------------------*/
/*-------------------footer start-----------------------------*/
.footer_main{
	background:#605077;
	padding:115px 0 58px 0;
}
.footer_logo a{
	float:left;
	width:248px;
	height:auto;
	margin-top:15px;
}
.footer_nav{
	padding-left:7%;
}
.footer_nav ul{
	float:left;
	width:100%;
	column-count:3;
	-webkit-column-count:3;
	-moz-column-count:3;
}
.footer_nav ul li{
	width:auto;
	padding-bottom:17px;
}
.footer_nav ul li a{
	font-family: 'proxima_novasemibold';
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:100%;
	text-transform:uppercase;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.footer_nav ul li a:hover, .footer_nav ul li.current-menu-item a{
	color:#CDC197;
}
.contact_info a{
	float:left;
	width:100%;
	font-family: 'proxima_novasemibold';
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:100%;
	padding:0 0 17px 44px;
	
}
.contact_info a.phone{
	background:url(../images/phone.svg) no-repeat left top 2px;
	font-size:20px;
	color:#CDC197;
}
.contact_info a.email{
	background:url(../images/email.svg) no-repeat left top 2px;
}
.copyright{
	float:left;
	width:100%;
	font-family: 'proxima_nova_rgregular';	
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:140%;
}
/*-------------------footer end-----------------------------*/
.main-banner.inner{
	height:auto !important;	
	overflow: hidden;
}
.main-banner.inner .banner{
	min-height:560px;
	height:50vh;
	-webkit-clip-path:none;
	-moz-clip-path: none;
	-ms-clip-path: none;
	clip-path: none;
}
.main-banner.inner .banner_con{
	top:inherit;
	bottom:50px;	
	left:0;
	text-align:left;
	transform:none;
	-moz-transform:none;
	-webkit-transform:none;
}
.main-banner.inner .container{
	position:relative;
	
}
.main-banner.inner h1 {
    bottom: 50px;
    color: #FFF;
    font-family: 'brandon_grotesquebold';
    font-size: 80px;
    font-weight: normal;
    left: 40px;
    line-height:100%;
    position: absolute;
    transition: all 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    z-index: 2;
    text-transform: uppercase;
}
.inner_tit .h1_tit {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-45deg);
    transform-origin: 0 100% 0;
    width: 100%;
}
.main-banner.inner .inner_tit h1 {
    bottom:50px;
    color: #605077;
    text-transform: uppercase;
}
.inner_tit {
    background: #f2f0ec none repeat scroll 0 0;
    bottom:0;
    content: "";
    height: 260px;
    overflow: hidden;
    position: absolute;
    transform: skew(45deg);
    transform-origin: 0 100% 0;
    width: 260px;
    z-index: 3;
}
.main_raw{
	float:left;
	width:100%;
	padding:80px 0;
}
.inabout_left h2{
	text-align:right;
}
.main_txt p{
	padding:0 0 30px 0;	
}
.main_txt p:last-child{
	padding-bottom:0;	
}
.inabout_left img{
	float:right;
	border:5px solid #FFF;
	margin:30px 0 0 0;
}
.inabout_right{
	padding-left:100px;	
}
.main_raw.bg{
	background:#605077;
}
.inabout_txt{
	padding:100px 0 40px 0;
}
.inabout_txt p{
	color:#FFF;
}
.inabout_top{
	padding-bottom:40px;	
}
.main_raw.bg_color{
	background:#F9F8F2;
}

.about_quote p span{
	background: url(../images/quotes-top.svg) no-repeat top left;
	background-size: 100% !important; 
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 30px;
}  
.about_quote p span:last-child{
	background: url(../images/quotes-btm.svg) no-repeat right bottom;
	left: inherit;
	right: inherit;
	bottom: -4px;
	top: inherit;
	margin-left: 10px;	
}
.about_quote p{
	float:none;
	text-indent: 40px;
	position:relative;
	display:inline-block;
	font-size:20px;
	line-height:200%; 
	padding: 10px 0 0;
}
.about_quote h6{
	margin-top:20px;
}
.con_list ul{
	float:left;
	width:100%;
	position:relative;	
}
.con_list ul li{
	background: url(../images/bullet.svg) no-repeat left top 8px;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
	font-family: 'brandon_grotesquebold';
    font-weight: 400;
    line-height: 160%;
    margin-top: 25px;
    padding-left: 40px;
    width: 100%;	
}
.con_list ul li span{
	font-family: 'brandon_grotesquebold';
	font-size:28px;
}
.about_quote{
	padding:0 50px 0 65px;	
}

.list_bg{
	float:left;
	width:100%;
	padding:5px 30px 30px 30px;
	background:url(../images/education_bg.jpg) no-repeat left top;
	background-size:cover;
	position:relative;
}
.list_bg::before {
    background:#605077;
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}
.professional_con{
	margin-top:-160px;
}
.main_raw.inabout_top.sanjay .inabout_left img{
	border-color:#EEEEEE;
	margin: 70px 0 0;
}
.inabout_left{
	position:absolute;
	top:0;
	left:60px;	
}
.inabout_top .container{
	position:relative;
}
.admissions_bg{
	float:left;
	width:100%;
	padding:0 20px 100px;
	min-height:1258px;
	background:url(../images/education_bg.jpg) no-repeat left top;
	background-size:cover;
	z-index:1;
	position:relative;
}
.admissions_bg::before {
    background:#605077;
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	z-index:-1;
	mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}
.admissions_bg h3, .admissions_bg h5, .admissions_bg p{ 
	color:#FFF;
}
.admissions_bg h3{
	padding:50px 0 0 0;	
}
.admissions_bg h5{
	font-family: 'proxima_nova_rgregular';	
	padding:50px 0 0 0;
	line-height:150%;
}
.admissions_bg p{
	padding:50px 0 0 0;
}
.admissions_bg .btn-primary{
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.80);
	margin-top: 50px;
}
.srv_list{
	float:left;
	width:100%;
}
.srv_list ul{
	float:left;
	width:100%;
}
.srv_list ul li{
	float:left;
	width:32.3%;
	margin:10px 1.5% 0 0;
}
.srv_list ul li:nth-child(3n){
	margin-right:0;		
}
a.srv_box{
	background:#F7F7F7;
	float:left;
	width:100%;
	padding:10px;
	min-height:280px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
a.srv_box:hover{
	background:#5F5077;		
}
a.srv_box:hover h6, a.srv_box:hover p{
	color:#FFF;	
}
a.srv_box:hover .srv_ico{
	opacity: 0;
	visibility: hidden;
}
a.srv_box:hover .srv_ico.hover{
	opacity: 1;
	visibility: visible;
}

.ico_left{
	float:left;
	display:inline-block;
	width:25%;
	margin:0 5% 0 0;
	height:90px;
	line-height:90px;
	vertical-align:middle;
	text-align:center;
	text-align:center;
	position: relative;
}
span.srv_ico{
	display: inline-block;
	width:100%;
	margin:0 5% 0 0;	
	height:100%;
}
span.srv_ico.hover{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.srv_box span img{
	display:inline-block;
	vertical-align:middle;	
}
.srv_box h6{
	width:70%;
	float:none;
	display:inline-block;
	vertical-align:middle;
	line-height:130%;
}
.srv_box p{
	font-size:16px;
	line-height:150%;
	padding:10px 0 0 0;
	min-height: 130px;
}
.srv_top{
	float:left;
	width:100%;
	height:90px;
	line-height:90px;	
}
a.srv_box:hover .srvbox_inr{
	float:left;
	width:100%;
	height:100%;
	border:1px solid #C5B683;
}
a.srv_box:hover .lern_more{
	color: #c5b683;
	background-image: url(../images/more-arrow-gold.svg);
}
.srvbox_inr{
	float:left;
	width:100%;
	padding:10px;
	border:1px solid transparent;	
	position:relative;
}
.hover_errow{
	position:absolute;
	width:22px;
	height:22px;
	background:#C5B683;
	text-align:center;
	vertical-align:middle;
	line-height:22px;
	font-family: 'proxima_novasemibold';
	color:#FFF;
	font-size:16px;
	bottom:0;
	right:0;
	opacity:0;
	visibility:hidden;	
}
/*a.srv_box:hover .hover_errow{
	opacity:1;
	visibility:visible;	
}*/
.srv_left h6.first{
	padding-bottom:20px;	
	font-size:20px;
}
.goal_raw{
	float:left;
	width:100%;
	background: url(../images/goal_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top; 
	position: relative;
	z-index: 9;
	padding:120px 0;
	background-attachment:fixed !important;
}
.goal_raw:before{
	background: #605077;
	mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -9;
}
.goal_raw h3{
	color:#FFF;
	text-align:center;
	padding:0 8%;
	line-height:200%;
	font-family: 'proxima_novasemibold';
	font-style:italic;
	font-size:30px;
}
.detr-left h5{
	color:#5F5077;
	padding-bottom:30px;
	font-family: 'brandon_grotesquebold';
}
.stud_right h5{
	color:#51514D;
	padding-bottom:20px;
	font-size:22px;
	line-height:160%;
	font-family: 'proxima_nova_rgregular';
}
.detr-right{
		
}
.cont_box{
	float:left;
	width:100%;	
}
.contact_bg{
	float:left;
	width:100%;
	padding:20px;
	background:#473C59;
	text-align:center;
	position:relative;	
}
.contact_bg p{
	text-align:center;
	color:#FFF;
	padding: 15px 0 0;
	line-height:120%;
	font-family: 'brandon_grotesquemedium';
		
}
.contact_bg p span{
	font-style:italic;	
	font-family: 'brandon_grotesquebold';
}
.lern_more.gold{
	color:#B5A876;
	font-size:18px;
	font-family: 'proxima_novasemibold';
}
.lern_more.gold{
	float:none;
	display:inline-block;
	background: url(../images/more-arrow-gold.svg) no-repeat right 5px top 5px;
}
.lern_more.gold:hover{
	background: url(../images/more-arrow-gold.svg) no-repeat right top 5px;
}
.cont_ico{
	position:absolute;
	width:100%;
	left:0;
	top:-146px;
	background-size:cover;	
	background: url(../images/banner-curv.svg) no-repeat center top;
}
.main_ico{
	display:inline-block;
	width:157px;
	height:157px;
	border-radius:100%;
	-webkit-border-radius:100%;
    -moz-border-radius:100%;
	position:relative;
	padding:20px;
background: rgba(124,106,155,1);
background: -moz-linear-gradient(top, rgba(124,106,155,1) 0%, rgba(54,46,67,0.5) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(124,106,155,1)), color-stop(100%, rgba(54,46,67,0.5)));
background: -webkit-linear-gradient(top, rgba(124,106,155,1) 0%, rgba(54,46,67,0.5) 100%);
background: -o-linear-gradient(top, rgba(124,106,155,1) 0%, rgba(54,46,67,0.5) 100%);
background: -ms-linear-gradient(top, rgba(124,106,155,1) 0%, rgba(54,46,67,0.5) 100%);
background: linear-gradient(to bottom, rgba(124,106,155,1) 0%, rgba(54,46,67,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6a9b', endColorstr='#362e43', GradientType=0 );

		
}
.ico-inner{
	float:left;
	width:100%;
	height:100%;
	line-height:115px;
	background:#FFF;
	border-radius:100%;
	-webkit-border-radius:100%;
    -moz-border-radius:100%;
	position:relative;
	text-align:center;	
}

.ico-inner img{
	display:inline-block;
	float:none;	
	vertical-align:middle;
}
.contact_bg .main_ico{
	margin:15px 0 0 0;
}
.main_raw.fit_raw{
	padding-top:0;	
}
.client_top h2{
	padding-bottom:30px;
	text-align:center;
	padding:0 10% 30px 10%;	
}
.client_taw{
	float:left;
	width:100%;	
	background: url(../images/client_bg.jpg) no-repeat center top;
	background-size:cover;
	height:650px;
}
.con_list{
	float:left;
	width:100%;	
}
.listing_list, .listing_list ul{
	float:left;
	width:100%;
}
.listing_list ul li{
	float:left;
	width:100%;
	font-size:18px;
	color:#51514C;
	font-family: 'proxima_nova_rgregular';
	line-height:140%;
	padding:0 0 0 20px;
	margin:15px 0 0 0;
	background: url(../images/bullet-2.svg) no-repeat left 10px;
}
.listing_list h4{
	padding-bottom:20px;
}
.listing_list.client{
	padding:30px;
	background:#FFF;
	margin:80px 0 0 0;
}
.addrgt_con h3{
	font-family: 'proxima_novasemibold';
	font-style:italic;
	font-size:30px;
	line-height:160%;
	padding:50px 0 0 0;	
}
.lrg_txt{
	font-size:36px;
	color:#5F5077;
	font-family: 'proxima_novasemibold';	
}
.addrgt_con{
	padding-top:80px;	
}
.contact_con{
	padding:0 15%;	
}
.cont_list, .cont_list ul{
	float:left;
	width:100%;
	text-align:center;	
}
.cont_list{
	margin:40px 0 0 0;
}
.cont_list ul li{
	display:inline-block;
	width:auto;
	padding:0 45px;
	border-right:1px solid #D6D6D6;
	text-align:center;
}
.cont_list ul li:last-child{
	border:none;	
}
.cont_list ul li span{
	float:left;
	width:100%;
	height:20px;
	text-align:center;
}
.cont_list ul li span img{
	display:inline-block;
}
.cont_list ul li a{
	display:inline-block;
	font-size:28px;
	font-weight:400;
	color:#51514C;
	line-height:100%;
	margin:20px 0 0 0;	
}
.contact_con .form_main{
	background: none;
	margin: 0 auto;
	width: 100%;
	padding:0;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	bottom:0;	
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
}
.cont-top{
	float:left;
	width:100%;
	padding-bottom:60px;	
}
.gallery_raw{
	float:left;
	width:100%;
	background: url(../images/form-bg.jpg) repeat;
	padding:60px 0 0 0;	
}
.gallery_raw h3{  
	color:#5F5077;
	padding:0 5%;
}
.photo_list img{
	float:left;
	width:100%;
	margin:20px 0 0 0;	
}
.col_2{
	margin-top:60px;	
}
.img-two{
	float:left;
	width:100%;	
}
.img-two img{
	width:48%;
	float:left;
	margin-right:4%;	
}
.img-two img:last-child{
	margin-right:0;		
}
.photo_list{
	position:relative;
	bottom:-65px;
}
.testi_left ul{
	float:left;
	width:100%;	
}
.testi_left ul li{
	float:left;
	width:100%;
	margin:50px 0 0 0;
	position:relative;
}
.testi_bg{
	position:relative;
	padding:10px 20px 0;	
}
.testi_left ul li:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#CEC297;
	left:0;
	bottom:29px;
}
.testi_left ul li:after{
	position:absolute;
	content:"";
	width:100%;
	height:4px;
	background:#605077;
	left:0;
	bottom:22px;
}
.testi_bg p{ 
	float: none;
	font-size:16px;
	display: inline-block;
	padding-top: 20px;
	line-height: 200%;
	position: relative;
	text-indent: 40px;
}
.testi_bg p span{
	background: url(../images/quotes-top.svg) no-repeat top left;
	background-size: 100% !important;
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 30px;
}  
.testi_bg p span:last-child{
	background: url(../images/quotes-btm.svg) no-repeat right bottom;
	left: inherit;
	right: inherit;
	bottom: 0px;
	top: inherit;
	margin-left: 10px;	
}
.client_name{
	float: left;
    width: 90%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 0 10px;
    background-color: transparent;
    top: -30px;
}
.client_img{
	float:left;
	width:100px;
	height:100px;
	padding:2px;
	background:#FFF;
	border:1px solid #CEC297;
	border-radius:100%;
	-webkit-border-radius:100%;
    -moz-border-radius:100%;
	position:relative;
	display: none;
}
.client_img img{
	border-radius:100%;
	-webkit-border-radius:100%;
    -moz-border-radius:100%;
	position:relative;
}
.client_name h6{
	width:100%;
	padding:0px 0 0 10px;
	font-family: 'proxima_novasemibold';	
}
.client_name h6 span{
	color:#5F5077;
	font-family: 'proxima_novasemibold';
}


.b-description_readmore_button{
	float:right;
	text-indent:-20000px;
	background: url(../images/expaand.svg) no-repeat center;
	width:40px;
	height:40px;
	padding:0;
	cursor:pointer;
}
.b-description_readmore_button::before{
	position:absolute;
	content:"";
	float:left;
	width:100%;
	height:160px;
	top:60px;
	left:0;
background: rgba(245,245,245,0);
background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(100%, rgba(245,245,245,1)));
background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0 );
	
}
.b-description_readmore_button.b-description_readmore_button_active::before{
	background:none;
}
.b-description_readmore_button.b-description_readmore_button_active{
	background: url(../images/less.svg) no-repeat center;
}
.b-description_readmore_wrapper.js-description_readmore_wrapper{
	background:#F5F5F5;
	padding-bottom: 40px;	
}



.srvinr_list{
	float:left;
	width:100%;	
	padding-bottom:60px;
}
.srvinr_list h4{
	float:left;
	width:100%;
	height:70px;
	line-height:70px;
	color:#FFF;
	padding:0 20px;
	position:relative;	
background: rgba(187,170,111,1);
background: -moz-linear-gradient(-45deg, rgba(187,170,111,1) 0%, rgba(206,194,151,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(187,170,111,1)), color-stop(100%, rgba(206,194,151,1)));
background: -webkit-linear-gradient(-45deg, rgba(187,170,111,1) 0%, rgba(206,194,151,1) 100%);
background: -o-linear-gradient(-45deg, rgba(187,170,111,1) 0%, rgba(206,194,151,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(187,170,111,1) 0%, rgba(206,194,151,1) 100%);
background: linear-gradient(135deg, rgba(187,170,111,1) 0%, rgba(206,194,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbaa6f', endColorstr='#cec297', GradientType=1 );

}
.srvinr_list h4:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#CEC297;
	bottom:-3px;
	left:0;
}
.srvinr_list ul{
	float:left;
	width:100%;
	padding:10px 30px 30px 30px;
	background:#605077;
	position:relative;	
}
.srvinr_list ul:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#CEC297;
	bottom:4px;
	left:0;
}
.srvinr_list ul li{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.srvinr_list ul li a{
	float:left;
	width:100%;
	font-size:18px;
	font-weight:400;
	color:#FFF;
	line-height:150%;
	padding:0 0 0 60px;
	font-family: 'proxima_novasemibold';
}
	

.testi_right .contact_bg p{
	font-size:26px;	
}
.testi_right .contact_bg p span{
	font-size:32px;	
}

.testi_left ul li:first-child{
	margin-top:0;	
}	
	

.pkg_left{
	float:left;
	width:210px;
	height:100%;
	position:absolute;
	background: url(../images/pkg_bg.svg) no-repeat center center;
	background-size:100%;	
}	
ul.pkg_inner li:hover .pkg_left{
	background: url(../images/pkg_bg_hover.svg) no-repeat center center;
	background-size:100%;	 
}
.pkg_list{
	background:#F5F5F5;
}
.pkg_list h4 span{
	font-size:22px;
	font-family: 'proxima_nova_rgregular';	
}
ul.pkg_inner{
	float:left;
	width:84%;
	margin:0 8%;	
}
ul.pkg_inner li{
	float:left;
	width:100%;
	min-height:220px;
	margin:40px 0 0;
	background-color:#FFF;
	border:1px solid #E5E5E5;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;	
	position:relative;
}
ul.pkg_inner li:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.listing_list.client.pkg-right{
	width:100%;
	min-height: 200px;
	margin:0;
	padding:20px 20px 30px 240px;
}
.listing_list.client.pkg-right h3{
	color:#5F5077;
	padding-bottom:5px;
}
.listing_list.client.pkg-right ul li{
	min-height:inherit;
	font-size:20px;
	margin:10px 0 0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pkg_left .main_ico{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
background: rgba(124,106,155,1);
background: -moz-linear-gradient(left, rgba(124,106,155,1) 0%, rgba(54,46,67,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(124,106,155,1)), color-stop(100%, rgba(54,46,67,1)));
background: -webkit-linear-gradient(left, rgba(124,106,155,1) 0%, rgba(54,46,67,1) 100%);
background: -o-linear-gradient(left, rgba(124,106,155,1) 0%, rgba(54,46,67,1) 100%);
background: -ms-linear-gradient(left, rgba(124,106,155,1) 0%, rgba(54,46,67,1) 100%);
background: linear-gradient(to right, rgba(124,106,155,1) 0%, rgba(54,46,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6a9b', endColorstr='#362e43', GradientType=1 );

}


/*.srv_list ul li.srv_1 span.srv_ico{
	background: url(../images/student.svg) no-repeat center;	
}
.srv_list ul li.srv_2 span.srv_ico{
	background: url(../images/form.svg) no-repeat center;	
}
.srv_list ul li.srv_3 span.srv_ico{
	background: url(../images/interview.svg) no-repeat center;	
}
.srv_list ul li.srv_4 span.srv_ico{
	background: url(../images/essay.svg) no-repeat center;	
}
.srv_list ul li.srv_5 span.srv_ico{
	background: url(../images/relocation.svg) no-repeat center;	
}
.srv_list ul li.srv_6 span.srv_ico{
	background: url(../images/university.svg) no-repeat center;	
}
.srv_list ul li.srv_7 span.srv_ico{
	background: url(../images/resume.svg) no-repeat center;	
}
.srv_list ul li.srv_8 span.srv_ico{
	background: url(../images/applying.svg) no-repeat center;	
}
.srv_list ul li.srv_9 span.srv_ico{
	background: url(../images/beyound.svg) no-repeat center;	
}
.srv_list ul li.srv_10 span.srv_ico{
	background: url(../images/special.svg) no-repeat center;	
}
.srv_list ul li.srv_11 span.srv_ico{
	background: url(../images/family.svg) no-repeat center;	
}


.srv_list ul li.srv_1 a.srv_box:hover span.srv_ico{
	background: url(../images/student_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_2:hover span.srv_ico{
	background: url(../images/form_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_3:hover span.srv_ico{
	background: url(../images/interview_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_4:hover span.srv_ico{
	background: url(../images/essay_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_5:hover span.srv_ico{
	background: url(../images/relocation_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_6:hover span.srv_ico{
	background: url(../images/university_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_7:hover span.srv_ico{
	background: url(../images/resume_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_8:hover span.srv_ico{
	background: url(../images/applying_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_9:hover span.srv_ico{
	background: url(../images/beyound_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_10:hover span.srv_ico{
	background: url(../images/special_hover.svg) no-repeat center;	
}
.srv_list ul li.srv_11:hover span.srv_ico{
	background: url(../images/family_hover.svg) no-repeat center;	
}
*/



.srvinr_list ul li.srvinr_1 a{
	background: url(../images/student_hover.svg) no-repeat left;
	background-size:22px;	
}
.srvinr_list ul li.srvinr_2 a{
	background: url(../images/form_hover.svg) no-repeat left;
	background-size:22px;	
}
.srvinr_list ul li.srvinr_3 a{
	background: url(../images/interview_hover.svg) no-repeat left;
	background-size:30px;	
}
.srvinr_list ul li.srvinr_4 a{
	background: url(../images/essay_hover.svg) no-repeat left;
	background-size:26px;	
}
.srvinr_list ul li.srvinr_5 a{
	background: url(../images/relocation_hover.svg) no-repeat left;
	background-size:26px;	
}
.srvinr_list ul li.srvinr_6 a{
	background: url(../images/university_hover.svg) no-repeat left;
	background-size:30px;	
}
.srvinr_list ul li.srvinr_7 a{
	background: url(../images/resume_hover.svg) no-repeat left;
	background-size:26px;	
}
.srvinr_list ul li.srvinr_8 a{
	background: url(../images/applying_hover.svg) no-repeat left;
	background-size:30px;	
}
.srvinr_list ul li.srvinr_9 a{
	background: url(../images/beyound_hover.svg) no-repeat left;
	background-size:30px;	
}
.srvinr_list ul li.srvinr_10 a{
	background: url(../images/special_hover.svg) no-repeat left;
	background-size:26px;	
}
.srvinr_list ul li.srvinr_11 a{
	background: url(../images/family_hover.svg) no-repeat left;
	background-size:30px;	
}


.prcbox_1{
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	-moz-animation-delay:0.2s;
}
.prcbox_2{
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
}
.prcbox_3{
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
	-moz-animation-delay:0.4s;
}
.prcbox_4{
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
	-moz-animation-delay:0.5s;
}

/*******************Top Menu Hide With Fixed Start*****************************/
.articles{
	padding: 50px 0 80px;
}
.artical_list{
	float: left;
	width: 100%;	
}
.artical_list ul li{
	float: left;
	width: 32%;
	margin: 30px 2% 0 0;
}
.artical_list ul li:nth-child(3n){
	margin-right: 0;
}
.artical_img{
	float: left;
	width: 100%;
	position: relative;
}
.art_cate{
	background: rgba(0,0,0,0.75);
	position: absolute;
	right: 10px;
	bottom: 10px;	
	padding: 5px 10px;
	text-transform: uppercase;
	font-family: 'brandon_grotesquebold';
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 120%;
}
.arical_des{
	background: #F9F8FA;
	float: left;
	width: 100%;	
	padding: 20px 15px;
}
.artiacl_title{
	float: 	left;
	width: auto;
	font-family: 'brandon_grotesquebold';
	font-size: 24px;
	color: #222222;
	font-weight: normal;
	line-height: 120%;
}
.arical_des p{
	padding-top: 10px;
	line-height: 130%;
	font-size: 16px;
}

.cate_list{
	padding-left: 25px;
	margin-top: 30px;
}
.list_main ul{
	float: left;
	width: 100%;
	padding-top: 30px;
}
.list_main ul li{
	float: left;
	width: 100%;
	padding: 20px 20px 20px  0;
	border-bottom: 1px solid #ccc;
}
.list_main ul li:last-child{
	border: none;
}
.list_main ul li a{
	float: left;
	width: auto;
	font-family: 'brandon_grotesquemedium';
	font-size: 16px;
	color: #5F5174;
	line-height: 120%;
	text-transform: uppercase;

}
.cate_list .cont_box{
	margin-top: 40px;
}



.details_main{
	float: left;
	width: 100%;
	padding: 0 8%;
}
.details_main h2{
	text-transform: uppercase;	
}
.details_main p{
	padding-top: 20px;
}
.details_main h5{
	padding-top: 30px;
}

.details_main ul{
	float:left;
	width:100%;
	padding-top: 10px;
}
.details_main ul li{
	float:left;
	width:100%;
	font-size:18px;
	color:#51514C;
	font-family: 'proxima_nova_rgregular';
	line-height:140%;
	padding:0 0 0 20px;
	margin:15px 0 0 0;
	background: url(../images/bullet-2.svg) no-repeat left 10px;
}
.details_main .entry-meta{
	float: left;
	width: 100%;
	padding: 20px 0 0;
}
.details_main img{
	padding-top: 30px;
}
.entry-meta span.author.vcard, .entry-meta span.entry-date{
	text-transform: capitalize;
	padding: 5px 30px;
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	color: #51514c;
}
.entry-meta span.entry-date{
	background: url(../images/ic-calender.svg) no-repeat left center;
}
.entry-meta span.author.vcard{
	background: url(../images/ic-user.svg) no-repeat left center;
}
.entry-meta span.author.vcard a{
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	text-transform: capitalize;
	color: #51514c;
}
.details_main .meta-sep{
	display: none;
}

.details_main > section#comments{
	float: left;
	width: 100%;
	padding: 50px 0 0;
}
.comment-form textarea{
	width: 100%;
	height: 120px;
	padding: 10px 15px;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url{
	width: 32%;
	margin-right: 2%;
}
.comment-form p.comment-form-url{
	margin: 0;
}
.comment-form input{
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #ccc;
}
.comment-form input.submit{
	background: #cec297;
	height: 56px;
	line-height: 50px;
	padding: 0 40px;
	width: auto;	
}
.comment-form-cookies-consent{
	display: none;
}

.map_con p{
	padding-top:15px;
}
.stud_left a{
     color: #5f5077;
} 

.main-banner.inner.landing h1 span{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 120%;
    padding-left:250px;
}
.main-banner.inner.landing h1 {
      bottom: 26px;
}
.main-banner.inner.landing .inner_tit .h1_tit h1{
      bottom: 50px;
}
.pdtb60{
	padding:60px 0;
}
.skillwrap{
	position:sticky;
    top:86px;
}
.skillwrap ul{
	width:100%;
    float:none;
    display:inline-block;
    text-align:center;
    margin-bottom:80px;
}
.id-wrap{
	width: 100%;
    float: left;
    margin-top: -86px;
    padding-top: 86px;
}
.skillwrap ul li{ 
	float:none;
    margin:0 auto;
    width:auto;
     display: inline-block;
     padding:0 30px;
     position:relative;
    
}
.skillwrap ul li a{
	font-size:16px;
	color:#5F5077;
	text-transform:uppercase;
}
.skillwrap ul li::before{
	width: 13px;
    height: 13px;
    top: 0px;
    position: absolute;
    content: '';
    top:0px;
    right:-7px;
    border-radius:100%;
    border:2px solid #CEC297;
}
.skillwrap ul li:last-child:before{
display:none;
}
.skillwrap .box{
	float:left;
    width:100%;
    margin-bottom: 50px;
    
}
.skillwrap p{
	color:#51514C;
    font-size:16px;
}
.skillwrap h6{
	color:#51514C;
    line-height:180%;
    font-size:20px;
    font-family: 'proxima_nova_rgregular';
	padding-top:15px;
}
.skillwrap .colbox {
	padding:20px;
    background-color:#F5F5F5;
    margin:30px 0 0;
}
.skillwrap .box .ifrm{
	margin-top:30px;
    text-align:center;
}

.skillwrap .textbox .box .leftwrap{
	float:left;
	width:100%;
}
.skillwrap .textbox .box .leftwrap .listbox{
	float:left;
	width:50%;
	padding-right:40px;
}
.skillwrap .textbox .box .leftwrap .listbox .hbox {
   min-height:280px;
}
.skillwrap .textbox .box .leftwrap .listbox:nth-child(even){
	padding:0px 0 0 40px;
   
}
/* .skillwrap .textbox .box .rightwrap{
	float:left;
	width:50%;
	padding-left:40px;
} */
.skillwrap .textbox .box .fullwrap  .ifrm{
	float:left;
	width:100%;
	text-align:left;
}

/*******************Top Menu Hide With Fixed End*****************************/



	
	
	
	/*box-shadow:2px 0px 0px #000000;
	-webkit-box-shadow:2px 0px 0px #000000;
    -moz-box-shadow:2px 0px 0px #000000;
	behavior:url(PIE.htc);
	position:relative;
	
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
	behavior:url(PIE.htc);
	position:relative;
	

	font-family: 'proxima_novaextrabold';
	font-family: 'proxima_nova_rgbold';
	font-family: 'proxima_novasemibold';
	font-family: 'proxima_nova_rgregular';
	font-family: 'proxima_novaregular_italic';
	font-family: 'proxima_novalight';
	
	font-family: 'brandon_grotesquebold';
	font-family: 'brandon_grotesquemedium';
	
	
	
	font-size:14px;
	font-weight:400;
	color:#666666;
	line-height:200%;
	
	*/