/*fonts*/
@font-face {
	font-family: 'Gotham-Thin';
	src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Thin.otf') format('opentype'), url('fonts/Gotham-Thin.woff') format('woff'), url('fonts/Gotham-Thin.ttf') format('truetype'), url('fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Light';
	src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Light.otf') format('opentype'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamMedium';
	src: url('fonts/GothamMedium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamMedium.woff') format('woff'), url('fonts/GothamMedium.ttf') format('truetype'), url('fonts/GothamMedium.svg#GothamMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.otf') format('opentype'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Black';
	src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Black.otf') format('opentype'), url('fonts/Gotham-Black.woff') format('woff'), url('fonts/Gotham-Black.ttf') format('truetype'), url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.otf') format('opentype'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.otf') format('opentype'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*end fonts*/

/*====limited reset====*/

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/*====html5 display rule====*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/*====common css====*/
html, body {
	height: 100%;
	width: 100%;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	outline: 0;
	display: inline-block;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
sup, sub {
	display: inline-block;
}
.no-pad {
	padding: 0;
}
.logo_div {
	position: fixed;
	top: 2.5%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 99;
}
.logo_div img {
	margin: 0 auto;
}

/*header*/
.navigation_div {
	background: transparent;
	top: 0;
	position: fixed;
	left: 0;
	padding: 50px 0 0 50px;
	z-index: 99;
	width: 100%;
	transition: all 0.25s linear;
}
.shrink {
	background: #0d123e;
	padding: 25px 0 8px 50px;
	transition: all 0.25s linear;
	border-bottom: 1px solid #fff;
}
.navigation_div .left_div {
	display: inline-block;
	margin-top: -18px;
}

/*.navigation_div .left_div img {
	width: 80%;
}*/
.navigation_div .right_div {
	display: inline-block;
	float: right;
}
.navigation_div .right_div ul li {
	display: inline-block;
	vertical-align: middle;
}
.navigation_div .right_div ul li p {
	margin-right: 20px;
	font-size: 14px;
	font-family: 'Gotham-Book';
}
.navigation_div .right_div ul li p a {
	font-size: 14px !important;
	color: #fff !importan
	t;
}
.navigation_div .right_div ul li p strong {
	font-family: 'Gotham-Bold';
}
.navigation_div .right_div ul .last_li a {
	position: relative;
	z-index: 999;
	background: #fff;
	padding: 9px 10px;
	top: -6px;
	margin-left: 20px;
}

/* .navigation_div .right_div ul .last_li a {
	height: 13px;
	width: 4px;
	background: #848bc7;
	vertical-align: middle;
} */
.navigation_div .right_div ul .last_li a {
	font-size: initial;
}
.navigation_div .right_div ul .last_li ul li {
	height: 13px;
	width: 4px;
	background: #848bc7;
	vertical-align: middle;
	display: inline-block;
}
.navigation_div .right_div ul .last_li ul li:last-child {
	margin-left: -1px;
}

/*.navigation_div .right_div ul .last_li {
	display: inline-block;
	padding: 4px 10px;
}*/
.navigation_div .right_div ul .last_li .active {
	background: #0d123e;
}
.navigation_div .right_div ul .bar {
	position: relative;
	z-index: 999;
	cursor: pointer;
}
.navigation_div .right_div ul .bar span {
	background: #fff;
	width: 25px;
	height: 3px;
	display: block;
	margin-bottom: 5px;
	transition: all 0.25s linear;
}
.navigation_div .right_div ul .in .bar_2 {
	opacity: 0;
	transition: all 0.25s linear;
}
.navigation_div .right_div ul .in .bar_3 {
	transform: rotate(-45deg);
	transform-origin: 0% 75%;
	transition: all 0.25s linear;
	background: #fff;
}
.navigation_div .right_div ul .in .bar_1 {
	transition: all 0.25s linear;
	transform: rotate(45deg);
	transform-origin: 10% 10%;
	background: #fff;
}
.navigation_div .right_div ul .bar span:last-child {
	margin-bottom: 0px;
}
.navigation_div .right_div ul li a {
	color: #fff;
	font-size: 25px;
	margin-right: 20px;
	transition: all 0.25s linear;
}
.navigation_div .right_div ul li a:hover {
	color: #fff;
	transition: all 0.25s linear;
}
.navigation_div .right_div ul li a:hover i {
	transition: all 0.25s linear;
	transform: scale(1.3);
}
.navigation_div .right_div ul a:hover span {
	background: #fff;
	transition: all 0.25s linear;
}
.navigation_div .right_div ul li:last-child a {
	margin-right: 0;
}
.navigation_div .main_header {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	transition: all 0.25s linear;
}
.navigation_div .main_header .right_head_div {
	background: rgba(13, 18, 62, 0.8);
	height: 100vh;
	position: fixed;
	top: 0;
	right: -100%;
	width: 25%;
	transition: all 0.25s linear;
}
.navigation_div .main_header .right_head_div .ul_li_div {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 45px;
}
.navigation_div .main_header .right_head_div ul li.current-menu-item a {
	color: #fff;
}
.navigation_div .main_header .right_head_div .outer_ul ul li a {
	font-size: 20px;
	margin-left: 15px;
}
.navigation_div .main_header .right_head_div .outer_ul .inner_ul {
	display: none;
}
.navigation_div .main_header .right_head_div .outer_ul .right_div {
	float: left;
	margin-top: 30px;
}
.navigation_div .main_header .right_head_div .outer_ul .right_div a {
	margin-left: 0;
}
.navigation_div .main_header .right_head_div ul li a {
	margin-bottom: 25px;
	color: #727489;
	font-size: 25px;
	line-height: 25px;
	font-family: 'Gotham-Light';
	transition: all 0.25s linear;
}
.navigation_div .main_header .right_head_div ul li i {
	color: #0d123e;
	font-size: 25px;
	transition: all 0.25s linear;
	vertical-align: bottom;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.25s ease;
}
.navigation_div .main_header .right_head_div ul li.select i {
	transition: all 0.25s ease;
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.navigation_div .main_header .right_head_div ul li a:hover, .navigation_div .main_header .right_head_div ul li i:hover, .navigation_div .main_header .right_head_div ul li a:focus, .navigation_div .main_header .right_head_div ul li i:focus {
	color: #fff;
	transition: all 0.25s linear;
}
.navigation_div .main_header .right_head_div ul li:last-child a {
	margin-bottom: 0;
}
.navigation_div .main_header .right_head_div ul .search_li .search_div {
	padding-left: 30px;
	background: #21296c;
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.navigation_div .main_header .right_head_div ul .search_li .search_div input {
	background: #21296c;
	border: 0;
	outline: none;
	color: #fff;
	font-family: 'Gotham-Light';
	font-size: 16px;
	padding: 10px;
	width: 100%;
}
.navigation_div .main_header .right_head_div ul .search_li .search_div i {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

/* .navigation_div .main_header .right_head_div ul .search_li .search_div:before {
	content: "";
	background: url('../images/search.png')no-repeat center center;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
} */

/*end header*/

/*footer*/



.footer_div p {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Montserrat-Light';
}
.footer_div p a {
	vertical-align: middle;
	margin-left: 10px;
	text-decoration: underline;
	color: #fff;
}
.footer_div .right_p {
	float: right;
	margin-top: 20px;
}
.home_footer {
	background-color: transparent !important;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.footer_div.home_footer p {
	color: rgba(255, 255, 255, 1);
	margin-left: 25px;
}
.footer_div.home_footer .right_p {
	margin-right: 25px;
}
.footer_div {
	background-color: #151515;
	padding: 15px 0;
}

/*end footer*/

/*Landing*/

.three_img_div {
	width: 100%;
	display: block;
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.three_img_div ul {
	width: 100%;
}
.three_img_div ul li {
	display: inline-block;
	width: 33.333333%;
	float: left;
	transition: all 0.25s linear;
	cursor: pointer;
	overflow: hidden;
}
.three_img_div .first_div {
	background: url('../images/landing/img1.jpg')no-repeat;
	background-position: center center;
}
.three_img_div .second_div {
	background: url('../images/landing/img2.jpg')no-repeat;
	background-position: center center;
}
.three_img_div .third_div {
	background: url('../images/landing/img3.jpg')no-repeat;
	background-position: center center;
}
.three_img_div .txt_div {
	padding: 40px;
	position: absolute;    /* bottom: 40px; */
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
}
.three_img_div .index_overlay {
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.three_img_div .img_text_div {
	position: relative;
	height: 100vh;
}
.three_img_div .txt_div h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	font-family: 'Gotham-Black';
	text-shadow: 0px 0px 25px #000;
}
.three_img_div .txt_div p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Gotham-Light';
	margin: 30px 0;
	width: 450px;
	text-shadow: 0px 0px 25px #000;
}
.three_img_div a {
	display: block;
}
.three_img_div .txt_div span, .three_img_div .txt_div a {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
	display: none;
	transition: all 0.25s linear;
	text-shadow: 0px 0px 25px #000;
}
.three_img_div li:hover .txt_div a, .three_img_div li:hover .txt_div span {
	display: inline-block;
	transition: all 0.25s linear;
}

/*End Landing*/

/*=========Comman========*/

h1 {
	font-family: 'Gotham-Bold';
	color: #333;
	font-size: 45px;
	line-height: 45px;
	text-transform: uppercase;
}
p {
	font-family: 'Gotham-Light';
	color: #333;
	font-size: 16px;
	line-height: 22px;
}
.center {
	text-align: center;
}
.width_btn {
	min-width: 150px;
}
.blue_btn {
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 14px;
	border: 0;
	padding: 11px 16px;
	font-family: 'Gotham-Book';
	transition: all 0.25s linear;
	outline: none;
}
.blue_btn:hover, .blue_btn:focus {
	background: #fff;
	color: #333;
	transition: all 0.25s linear;
	border: 0;
	outline: none;
}
.blue_btn_box {
	background: transparent;
	color: #004891;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #004891;
	padding: 11px 16px;
	font-family: 'Gotham-Book';
	transition: all 0.25s linear;
	outline: none;
	min-width: 135px;
}
.blue_btn_box:hover, .blue_btn_box:focus {
	background: #004891;
	color: #fff;
	transition: all 0.25s linear;
}
.submit {
	background: transparent;
	color: #80c0ff;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #fff;
	padding: 11px 30px;
	width: 130px;
	font-family: 'Gotham-Book';
	transition: all 0.25s linear;
	outline: none;
}
.submit:hover, .submit:focus {
	background: #fff;
	color: #004891;
	transition: all 0.25s linear;
	outline: none;
}
.white_btn {
	background: #1c2784;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	border: 0;
	padding: 11px 16px;
	font-family: 'Gotham-Book';
	transition: all 0.25s linear;
	outline: none;
	width: 140px;
}
.white_btn:hover, .white_btn:focus {
	background: #202446;
	color: #fff;
}
.grey_btn {
	color: #000080;
	font-family: 'Gotham-Bold';
	font-size: 12px;
	transition: all 0.25s linear;
}
.grey_btn:hover {
	color: #333;
	transition: all 0.25s linear;
}
.slick-next {
	right: 0;
	z-index: 9;
	margin-top: -10px;
	opacity: 1;
}
.slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 40px;
	color: #333;
	opacity: 1;
}
.slick-prev {
	left: 0;
	z-index: 9;
	margin-top: -10px;
	opacity: 1;
}
.slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 40px;
	color: #333;
	opacity: 1;
}
.slick-slide {
	outline: none;
	min-height: 70px;
}

/*=========End Comman========*/

/*==============Academy==============*/

.home_wrapper .text_line h1 {
	font-size: 33px;
	line-height: 40px;
	color: #fff;
}
.home_wrapper .text_line p {
	color: #fff;
}
.home_wrapper .banner_div {
	background: #0d123e;
}
.home_wrapper  .slick-next:before, .home_wrapper .slick-prev:before {
	color: #fff;
}
.banner_div {
	height: 100vh;
}
.banner_div img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.banner_div .img_text_div {
	background-color: #0d123e;
}
.banner_div .text_div {
	position: relative;
	height: 100vh;
}
.banner_div .text_div .text_line {
	position: absolute;
	top: 50%;
	padding: 0 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_div .text_div .text_line p {
	margin: 30px 0 50px 0;
}
.banner_div .slick-arrow:before {
	color: #fff;
	opacity: 1;
}
.banner_div .slick-arrow:hover:before, .banner_div .slick-arrow:focus:before {
	color: #fff;
}
.banner_div .slick-prev {
	left: 50px;
	bottom: 20%;
	top: auto;
}
.banner_div .slick-next {
	left: 80px;
	bottom: 20%;
	top: auto;
}
.wraaper_div {
	position: relative;
	overflow: hidden;
}
.wraaper_div .contact_div {
	background: #eeeeee;
	padding: 11px 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
}
.wraaper_div .contact_div span {
	font-family: 'Gotham-Book';
	font-size: 14px;
	line-height: 14px;
	color: #004891;
}
.wraaper_div .text_contact_div {
	background: #eeeeee;
	padding: 30px;
	position: absolute;
	bottom: -100%;
	right: -100%;
	transition: all 0.25s linear;
	z-index: 99;
}
.wraaper_div .text_contact_div span {
	font-family: 'Gotham-Book';
	font-size: 14px;
	line-height: 14px;
	color: #004891;
	cursor: pointer;
}
.wraaper_div .text_contact_div strong {
	font-family: 'Gotham-Bold';
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	display: block;
	margin: 15px 0;
}
.wraaper_div span i {
	color: #fff;
	font-size: 20px;
	vertical-align: bottom;
	margin-left: 5px;
}
.wraaper_div .text_contact_div p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: 'GothamMedium';
}
.wraaper_div .text_contact_div a {
	font-size: 14px;
	line-height: 20px;
	color: #004891;
	font-family: 'Gotham-Book';
	margin-top: 5px;
}
.wraaper_div .text_contact_div .tel_mob_div {
	margin-top: 22px;
}
.wraaper_div .text_contact_div .tel_div {
	padding-right: 22px;
	border-right: 2px solid #cbcbcb;
	display: inline-block;
}
.wraaper_div .text_contact_div .mob_div {
	padding-left: 20px;
	display: inline-block;
}
.cat_div {
	margin: 80px 0;
}
.cat_div .img_text_div {
	position: relative;
	overflow: hidden;
}
.cat_div .img_text_div .over_lay_div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 0;
	background: rgba(13, 18, 62, 0.8);
	overflow: hidden;
	transition: all 0.25s linear;
}
.cat_div .img_text_div .over_lay_div p {
	color: #fff;
	padding: 0 20px;
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cat_div .img_text_div:hover .over_lay_div {
	height: 100%;
	transition: all 0.25s linear;
}
.cat_div .img_text_div .text_patch {
	padding: 19px;
	background: #0d123e;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.cat_div .img_text_div .text_patch a {
	color: #fff;
	font-size: 16px;
	font-family: 'Gotham-Bold';
	display: block;
}
.cat_div .img_text_div .text_patch i {
	color: #fff;
	font-size: 25px;
	float: right;
	transition: all 0.25s linear;
	margin-right: -50px;
}
.cat_div .img_text_div:hover .text_patch i {
	color: #fff;
	font-size: 25px;
	float: right;
	transition: all 0.25s linear;
	margin-right: 0px;
}
.cat_div .img_text_div img {
	transition: all 0.25s linear;
	width: 100%;
}
.cat_div .img_text_div:hover img {
	transform: scale(1.1);
	transition: all 0.25s linear;
}
.dpa_info {
	position: relative;
}
.dpa_info .text_div {
	position: absolute;
	top: 50%;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dpa_info .text_div p {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Gotham-Bold';
	color: #fff;
}
.dpa_news {
	padding: 80px 0;
	background: #f2f2f2;
}
.dpa_news .slick-dots li button:before {
	font-size: 30px;
	color: #0d123e;
}
.dpa_news p {
	margin-bottom: 15px;
}
.dpa_news p a {
	color: #1a2785;
}
.dpa_news .btn_div {
	text-align: center;
	margin-top: 30px;
}
.dpa_news .more_news {
	text-align: center;
}
.dpa_news .more_news a {
	min-width: 150px;
}
.dpa_news h1 {
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}
.dpa_news .news_text {
	margin-top: 35px;
}
.dpa_news .left_img_div {
	width: 18%;
	display: inline-block;
	float: left;
}
.dpa_news .left_img_div a {
	overflow: hidden;
}
.dpa_news .news_text:hover .left_img_div img {
	transform: scale(1.1);
	transition: all 0.25s linear;
}
.dpa_news .right_text_div {
	width: 82%;
	display: inline-block;
	float: left;
}
.dpa_news .right_text_div small {
	font-size: 14px;
	color: #333;
	font-family: 'Gotham-Book';
	display: block;
}
.dpa_news .right_text_div strong {
	font-size: 16px;
	line-height: 35px;
	color: #333;
	font-family: 'Gotham-Bold';
}
.dpa_news .right_text_div p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-family: 'Gotham-Book';
	margin: 10px 0 25px 0;
}
.soial_div {
	padding: 80px 0;
	margin-top: -5px;
	position: relative;
}
.soial_div h1 {
	margin-bottom: 50px;
}
.soial_div .img_div {
	position: relative;
	overflow: hidden;
}
.soial_div .img_div i {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 25px;
	text-shadow: 0px 0px 10px #666;
}
.soial_div .img_div a {
	display: block;
}
.soial_div .img_div img {
	width: 100%;
	transition: all 0.25s linear;
}
.soial_div .img_div:hover img {
	transition: all 0.25s linear;
	transform: scale(1.1);
}
.soial_div .fb_tw_div {
	margin: 0 -15px;
}
.soial_div .slick-slide {
	margin: 0 15px;
	outline: none;
}
.soial_div .slick-prev {
	left: -40px;
}
.soial_div .slick-next {
	right: -40px;
}
.soial_div .filter_tab {
	text-align: center;
	margin-top: 50px;
}
.soial_div .filter_tab a {
	margin: 0 5px;
}

/*============End Academy==============*/

/*============Term Dates=============*/

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	touch-action: none;
}
.banner_div_normal {
	position: relative;
}
.banner_div_normal h1 {
	color: #fff;
	font-size: 55px;
	line-height: 55px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 0px 0px 25px #000;
}
.winter_table {
	margin: 80px 0;
}
.winter_table h1 {
	color: #333;
}
.winter_table .table_div table {
	width: 100%;
	margin: 50px 0 20px 0;
}
.winter_table .table_div table tr th, .winter_table .table_div table tr td {
	padding: 16px 19px;
	width: 9%;
	vertical-align: middle;
	border: 1px solid #d3d3d3;
}
.winter_table .table_div table tr td span {
	float: right;
}
.winter_table .table_div table tr td:first-child, .winter_table .table_div table tr th {
	background-color: transparent;
	color: #333;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Gotham-Bold';
}
.winter_table .table_div table tr td {
	background-color: #08e8de;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Gotham-Book';
}
.winter_table .table_div .sky {
	background-color: #36cdfd;
}
.winter_table .table_div .blue {
	background-color: #89e894;
}
.winter_table .table_div .red {
	background-color: #d73faa;
	color: #fff;
}
.winter_table .table_div .purpal {
	background-color: #d1f057;
}
.winter_table .table_div .color_div ul {
	text-align: center;
}
.winter_table .table_div .color_div ul li {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	font-family: 'Gotham-Book';
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.winter_table .table_div .color_div ul li:last-child {
	margin-right: 0;
}
.winter_table .table_div .color_div ul li span {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.auto_height, .auto_height img, .auto_height .text_div {
	height: auto;
}
.auto_height h1 {
	margin-bottom: 100px;
	color: #fff;
}
.auto_height .text_div .text_line {
	display: block;
	float: left;
	padding: 70px 50px;
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.auto_height .text_div .text_line h4 {
	color: #004891;
	font-size: 30px;
	line-height: 38px;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
}
.auto_height .text_div .text_line ul {
	margin: 30px 0 38px 0;
}
.auto_height .text_div .text_line ul li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Gotham-Bold';
	padding: 0 10px 0 12px;
	border-right: 2px solid #004891;
}
.auto_height .text_div .text_line ul li:first-child {
	padding-left: 0;
}
.auto_height .text_div .text_line ul li:last-child {
	border: 0;
}
.auto_height .text_div .text_line p {
	margin: 30px 0 0 0;
	color: #fff;
}
.auto_height .text_div .text_line .term_in_div_custom p {
	margin: 0 0 15px 0;
}
.auto_height .text_div .text_line p a {
	font-family: 'Gotham-Bold';
	color: #fff;
}
.auto_height .text_div .text_line .blue_btn {
	margin: 0px 0 0 0;
}
.auto_height .slick-prev {
	left: 12%;
	bottom: 16%;
}
.auto_height .slick-next {
	left: 14%;
	bottom: 16%;
}

/*.term_in_div_custom {
	height: 300px;
	overflow: hidden;
}*/

/*============End Term Dates===========*/

/*============DPA Parent===========*/

.term_dpa {
	margin: 80px 0;
}
.term_dpa h1 {
	color: #333;
}
.term_dpa .img_text_div {
	margin-top: 50px;
}
.term_dpa .img_text_div .text_div h6 {
	font-family: 'Gotham-Bold';
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin-bottom: 15px;
}
.term_dpa .img_text_div .text_div .hed_class {
	font-family: 'GothamMedium';
	font-size: 22px;
	line-height: 16px;
	color: #333;
	margin: 20px 0 10px 0;
}
.term_dpa .img_text_div .text_div p {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 25px 0;
}
.dpa_parent_div {
	background-color: #eaf5ff;
}
.dpa_parent_div .img_text_div {
	background-color: #848bc7;
}
.dpa_parent_div .img_text_div h5 {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-family: 'Gotham-Bold';
}
.dpa_parent_div .img_text_div strong {
	color: #fff;
}
.dpa_parent_div .img_text_div .top_margin {
	margin-top: 45px;
}
.dpa_parent_div .img_text_div p {
	color: #333;
}
.dpa_parent_div .img_text_div p strong {
	font-family: 'Gotham-Bold';
}
.dpa_parent_div .two_img {
	margin-top: -1px;
}

/*============End DPA Parent===========*/

/*============DPA Student===========*/

.stud_dpa .img_text_div .text_div p {
	margin: 0px 0 35px 0;
}
.download_div {
	background: #848bc7;
	padding: 80px 0;
}
.download_div h1 {
	color: #fff;
	margin-bottom: 50px;
}
.download_div .down_div ul li {
	border-bottom: 1px solid #d3d3d3;
	padding: 20px 0;
}
.download_div .down_div ul li a {
	color: #fff;
	font-size: 16px;
	font-family: 'Gotham-Book';
}
.download_div .down_div ul li .white_btn {
	float: right;
	margin-top: -10px;
	color: #fff;
	font-size: 14px;
}
.download_div .down_div ul li .white_btn i {
	margin-left: 6px;
}

/*============End DPA Student===========*/

/*============Team==========*/

.team_div_cr .slick-prev {
	bottom: 3%;
	right: 5%;
	left: auto !important;
}
.team_div_cr .slick-next {
	bottom: 3%;
	right: 3%;
	left: auto !important;
}
.team_div_cr .slick-arrow:before {
	color: #fff;
}
.blue_patch {
	background: #1c2784;
	padding: 45px 0;
}
.blue_patch h6 {
	color: #fff;
	font-family: 'Gotham-Bold';
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}
.blue_patch h6 small {
	font-family: 'Gotham-Book';
	color: #fff;
	font-size: 100%;
}
.dpa_team_filter {
	margin: 80px 0;
}
.dpa_team_filter h1 {
	color: #333;
	margin-bottom: 60px;
}
.dpa_team_filter .filter {
	text-align: center;
}
.dpa_team_filter .filter li {
	display: inline-block;
}
.dpa_team_filter .filter li a {
	color: #9e0c71;
	font-size: 16px;
	line-height: 16px;
	padding: 2px 15px;
	border-right: 1px solid #9e0c71;
	font-family: 'Gotham-Book';
	text-transform: uppercase;
	transition: all 0.25s linear;
}
.dpa_team_filter .filter li .active, .dpa_team_filter .filter li a:hover {
	font-family: 'Gotham-Bold';
	color: #fff;
	transition: all 0.25s linear;
	font-size: 16px;
}
.drop_text_div1 {
	padding: 20px 0;
	background: #1c2784;
	margin: 40px 0;
}
.dpa_team_filter .drop_text_div1 span {
	font-family: 'Gotham-Bold';
	color: #0a1f99;
	transition: all 0.25s linear;
	font-size: 16px;
}
.dpa_team_filter .filter li:last-child a {
	border: 0;
}
.dpa_team_filter .filtered_div {
	text-align: center;
}
.dpa_team_filter .filtered_div .gridder-list {
	width: 33.33333333%;
}
.dpa_team_filter .filtered_div .gridder-list:nth-child(n) {
	margin: 0;
}
.dpa_team_filter .filtered_div .gridder-close {
	color: #fff;
	font-family: 'Gotham-Book';
	font-size: 22px;
	float: right;
}
.dpa_team_filter .filtered_div .img_text_div {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.dpa_team_filter .filtered_div .img_text_div img {
	width: 100%;
	transition: all 0.25s linear;
}
.dpa_team_filter .filtered_div .img_text_div:hover img {
	transform: scale(1.1);
	transition: all 0.25s linear;
}
.dpa_team_filter .filtered_div .img_text_div .overlay_div {
	position: absolute;
	bottom: -0px;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(13, 18, 62, 0.9);
	transition: all 0.5s ease;
	overflow: hidden;
}
.dpa_team_filter .filtered_div .img_text_div:hover .overlay_div {
	height: 100%;
	transition: all 0.5s ease;
}
.dpa_team_filter .filtered_div .img_text_div .overlay_div .inner_text {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dpa_team_filter .filtered_div .img_text_div .overlay_div .inner_text p {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	font-family: 'Gotham-Light';
	margin: 10px 0 35px 0;
}
.dpa_team_filter .filtered_div .img_text_div .overlay_div .inner_text strong {
	font-family: 'Gotham-Bold';
	font-size: 24px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.dpa_team_filter .filtered_div .img_text_div .overlay_div .inner_text .read_bio {
	color: #fff;
	font-family: 'Gotham-Bold';
	font-size: 20px;
	line-height: 20px;
}
.dpa_team_filter .filtered_div .img_text_div .overlay_div .inner_text .read_bio:hover {
	color: #fff;
	transition: all 0.25s linear;
}
.dpa_team_filter .filtered_div .gridder-show {
	background: #0d123e;
	padding: 40px;
}
.dpa_team_filter .filtered_div .bio_div {
	text-align: left;
}
.dpa_team_filter .filtered_div .bio_div .cross_img {
	float: right;
	cursor: pointer;
}
.dpa_team_filter .filtered_div .bio_div strong {
	font-family: 'Gotham-Bold';
	font-size: 16px;
	margin: 0 0 25px 0;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.dpa_team_filter .filtered_div .bio_div p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-family: 'Gotham-Light';
	margin-bottom: 10px;
}

/*============End Tem=========*/

/*=============contact============*/
.contact_div_page {
	margin-top: 0 !important;
}
.contact_div_page .text_div .text_line h1 {
	color: #fff;
	margin-bottom: 48px;
}
.contact_div_page .text_div .text_line h5 {
	margin: 15px 0;
}
.contact_div_page .text_div .text_line p {
	margin: 5px 0 15px 0;
}
.contact_div_page .text_div .text_line p a {
	color: #1c2784;
}
.contact_div_page .blue_input_div {
	background: #08e8de;
	padding: 80px 50px;
}
.contact_div_page .blue_input_div .input_div {
	margin-bottom: 25px;
}
.contact_div_page .blue_input_div h1 {
	margin: 0;
}
.contact_div_page .blue_input_div p {
	margin: 40px 0 30px 0;
	color: #333;
}
.contact_div_page .blue_input_div input, .contact_div_page .blue_input_div textarea, .contact_div_page ul li, .drop_div span {
	width: 65%;
	display: block;
	color: #333;
	font-family: 'Gotham-Light';
	font-size: 16px;
	line-height: 16px;
	background: #82f2ed;
	padding: 15px;
	border: 0;
	outline: none;
	margin-bottom: 10px;
	resize: none;
	box-shadow: none;
}
.date {
	width: 65%;
	display: block;
	background: #82f2ed;
	margin-bottom: 10px;
	position: relative;
}
.date i {
	content: "\f073";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 25px;
}
.date input {
	margin: 0;
	width: 100% !important;
	background: transparent !important;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.drop_div {
	width: 65%;
	display: block;	/*border-radius: 10px;*/
	margin-bottom: 10px;
	position: relative;
}
.drop_div span:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 25px;
	transition: all 0.25s ease;
}
.drop_div span.select:after {
	top: 15px;
	transition: all 0.25s ease;
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.contact_div_page ul {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 9;
}
.contact_div_page ul li {
	margin-bottom: 0;
	border-radius: 0;
	cursor: pointer;
	width: 100%;
}

/*.contact_div_page ul li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}*/
.contact_div_page .drop_div span {
	cursor: pointer;
	width: 100% !important;
}
::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #333;
}
::-moz-placeholder {

	/* Firefox 19+ */
	color: #333;
}
:-ms-input-placeholder {

	/* IE 10+ */
	color: #333;
}
:-moz-placeholder {

	/* Firefox 18- */
	color: #333;
}

/*============End Contact===========*/

/*==============News & Gallery============*/

.news {
	padding: 80px 0 0 0;
	background: #f2f2f2;
}
.news h1 {
	color: #333;
}
.news .tab_fil {
	width: 100%;
	text-align: center;
}
.news .tab_fil li {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	color: #97989e;
	font-family: 'Gotham-Light';
	transition: all 0.25s ease;
	padding: 0 15px;
	border-right: 1px solid #97989e;
}
.news .tab_fil li:last-child {
	border: 0;
}
.news .tab_fil .active, .news .tab_fil li:hover, .news .tab_fil li:focus {
	font-family: 'Gotham-Bold';
	color: #fff;
	transition: all 0.25s ease;
}
.tab_div .tabs {
	display: none;
}
.news .tab_div .tabs .first_tab_div {
	padding-bottom: 80px;
}
.news .tab_div .tabs .first_tab_div .img_div {
	position: relative;
	margin-bottom: 30px;
	display: none;
}
.news .tab_div .tabs .first_tab_div .img_div img {
	width: 100%;
}
.news .tab_div .tabs .first_tab_div .img_div .inner_text_div {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news .tab_div .tabs .first_tab_div .img_div .inner_text_div p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-family: 'Gotham-Light';
	margin: 10px 0 35px 0;
	padding: 0 30px;
}
.news .tab_div .tabs .first_tab_div .img_div .inner_text_div strong {
	font-family: 'Gotham-Bold';
	font-size: 23px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.news .tab_div .tabs .first_tab_div .img_div .inner_text_div .read_bio {
	color: #004891;
	font-family: 'Gotham-Bold';
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
.news .tab_div .tabs .first_tab_div .img_div .overlay {
	position: absolute;
	bottom: -0px;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(13, 18, 62, 0.9);
	transition: all 0.5s ease;
	overflow: hidden;
}
.news .tab_div .tabs .first_tab_div .img_div:hover .overlay {
	height: 100%;
	transition: all 0.5s ease;
}
.news .tab_div .tabs .first_tab_div .load_more {
	text-align: center;
	margin-top: 20px;
}

/*.news .tab_div .tabs .first_tab_div .load_more a {
background: #333;
color: #fff;
text-align: center;
}*/
.news .tab_div .tabs .second_tab_div {
	margin-bottom: 80px;
}
.news .tab_div .tabs .second_tab_div .second_cro {
	margin-top: 20px;
}
.news .tab_div .tabs .second_tab_div .slick-center {
	position: relative;
}
.news .tab_div .tabs .second_tab_div .slick-active.slick-center:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	border: 5px solid #3399ff;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	padding: 0 !important;
}
.news .tab_div .tabs .second_tab_div .slick-next {
	right: -25px;
}
.news .tab_div .tabs .second_tab_div .slick-next:before {
	color: #000;
}
.news .tab_div .tabs .second_tab_div .slick-prev {
	left: -25px;
}
.news .tab_div .tabs .second_tab_div .slick-prev:before {
	color: #000;
}
.news .tab_div .tabs .step_corner {
	position: relative;
	margin-bottom: 80px;
	overflow: hidden;
}
.news .tab_div .tabs .step_corner h5 {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: 'Gotham-Bold';
}
.news .tab_div .tabs .step_corner .light_grey_div {
	position: absolute;
	bottom: -10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	transition: all 0.25s ease;
}
.news .tab_div .tabs .step_corner:hover .light_grey_div {
	opacity: 1;
	bottom: 8%;
	transition: all 0.25s ease;
}
.news .tab_div .tabs .step_corner .ste_second_cro {
	padding: 15px 40px;
	background: rgba(51, 51, 51, 0.5);
	border-radius: 5px;
}
.news .tab_div .tabs .step_corner .ste_second_cro .slick-slide {
	padding: 5px;
}
.news .tab_div .tabs .step_corner .ste_second_cro .slick-slide img {
	width: 100%;
}
.news .tab_div .tabs .step_corner .slick-center {
	position: relative;
}
.news .tab_div .tabs .step_corner .slick-active.slick-center:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: 5px solid #3399ff;
}
.news .tab_div .tabs .step_corner .ste_second_cro .slick-next {
	right: 10px;
	background: #333;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 0;
}
.news .tab_div .tabs .step_corner .ste_second_cro .slick-prev {
	left: 10px;
	background: #333;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 0;
}

/*==========End News & Gallery===========*/

/* ==========Loader==============*/

.loader {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #000;
	overflow: hidden;
}
.loader img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ==========end Loader========== */

/* ==========calender============*/

.ui-widget.ui-widget-content {
	border: 0;
	background: transparent;
	border-radius: 10px;
}
.ui-widget-header {
	color: #333;
	background: #d8d8d8;
	border: 0;
	border-radius: 0;
	border: 1px solid #333;
	border-bottom: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}
.ui-datepicker table {
	background-color: #d8d8d8;
	border: 0;
	border: 1px solid #333;
	border-top: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	margin: 0px 0 3px 0;
	width: calc(100% + 1px);
	border-collapse: initial;
}
.ui-datepicker th {
	color: #333;
}
.ui-datepicker td .ui-state-highlight {
	background: #777;
	color: #333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #d8d8d8;
	color: #333;
	text-align: center;
	border-color: 777;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #333;
	border-color: #777;
	color: #fff;
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	color: #333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
}

/* ==========End Calender============*/

/* ===================================================  TALENT  ============================================================== */

/* talent_header */

.talent_head .navigation_div {
	background: #fff;
	padding: 0px 0 0 50px;
}
.talent_head .navigation_div.shrink {
	padding: 0 0 0 50px;
	transition: all 0.25s linear;
	border-bottom: 1px solid #ccc;
}
.talent_head .navigation_div .left_div {
	padding: 25px 0 0 0;
	transition: all 0.25s linear;
	margin-top: 0;
}
.talent_head .navigation_div.shrink .left_div {
	padding: 20px 0 0 0;
	transition: all 0.25s linear;
}
.talent_head .navigation_div .right_div .main_drop_div li {
	padding: 35px 25px;
	transition: all 0.25s linear;
	float: left;
	position: relative;
}
.talent_head .navigation_div .right_div .main_drop_div .last_li {
	padding: 0;
	margin-top: 25px;
	margin-left: 20px;
}
.talent_head .navigation_div .right_div .main_drop_div .last_li a {
	z-index: 999;
	background: #333;
	padding: 9px 10px;
	float: none;
	top: 0;
	display: block;
	font-family: 'Gotham-Book' !important;
}
.talent_head .navigation_div .right_div .main_drop_div .last_li a ul li {
	height: 13px;
	width: 4px;
	background: #666;
	vertical-align: middle;
	display: inline-block;
	padding: 0;
	float: none;
}
.talent_head .navigation_div .right_div .main_drop_div .last_li a ul .active {
	background: #fff;
}
.talent_head .navigation_div .right_div .main_drop_div li.last_li .active {
	background: #fff;
}
.talent_head .navigation_div .right_div .main_drop_div li.last_li, .talent_head .navigation_div .right_div .main_drop_div li.last_li:hover, .talent_head .navigation_div .right_div .main_drop_div li.last_li:focus {
	background: #ffa9a4;
}

/*.talent_head .navigation_div.shrink .right_div .main_drop_div li.last_li {
padding: 9px 10px;
margin: 20px 0 0 25px;
transition: all 0.25s linear;
}*/
.talent_head .navigation_div.shrink .right_div .main_drop_div li {
	padding: 25px 25px;
	transition: all 0.25s linear;
}
.talent_head .navigation_div.shrink .right_div .main_drop_div .last_li {
	padding: 0px;
	margin-top: 15px;
}
.talent_head .navigation_div .right_div .main_drop_div li a {
	font-size: 16px;
	color: #000;
	font-family: 'Gotham-Book';
	transition: all 0.25s linear;
	margin: 0;
}
.talent_head .navigation_div .right_div .main_drop_div li:hover a, .talent_head .navigation_div .right_div .main_drop_div li.active a, .talent_head .navigation_div .right_div .main_drop_div li:focus a {
	font-family: 'Gotham-Bold';
	transition: all 0.25s linear;
	color: #fff !important;
}
.talent_head .navigation_div .right_div .main_drop_div li a.active {
	color: #333;
	font-family: 'Gotham-Bold';
}
.talent_head .navigation_div.shrink .right_div .main_drop_div .last_li:hover a {
	font-family: 'Gotham-Book';
}
.talent_head .navigation_div .right_div .main_drop_div li:hover {
	background: #333;
	transition: all 0.25s linear;
}
.talent_head .navigation_div .right_div .drop_down_div {
	text-align: left;
	position: absolute;
	background: #333;
	width: 100%;
	left: 0;
	padding-left: 25px;
	height: 0;
	transition: all 0.25s linear;
	overflow: hidden;
}
.talent_head .navigation_div .right_div .drop_down_div li {
	display: block;
	padding: 0;
	float: none;
}
.talent_head .navigation_div .right_div .drop_down_div li:last-child {
	padding-top: 20px;
}
.talent_head .navigation_div .right_div .drop_down_div li a {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham-Book' !important;
}
.talent_head .navigation_div .right_div .drop_down_div li:hover a, .talent_head .navigation_div .right_div .drop_down_div li.active a, .talent_head .navigation_div .right_div .drop_down_div li:focus a, .talent_head .navigation_div .right_div .drop_down_div li a.active {
	font-family: 'Gotham-Bold' !important;
	transition: all 0.25s linear;
	color: #fff;
}
.talent_head .navigation_div .right_div .main_drop_div li:hover .drop_down_div {
	height: auto;
	transition: all 0.25s linear;
	padding: 30px 25px;
}
.talent_head .navigation_div.shrink .right_div .drop_down_div li {
	display: block;
	padding: 0;
	float: none;
}
.talent_head .navigation_div.shrink .right_div .drop_down_div li:last-child {
	padding-top: 20px;
}
.talent_head .navigation_div .right_div .search_div_talent {
	height: 100%;
	position: absolute;
	right: 0px;
	width: 0;
	background: #333;
	top: 0;
	transition: all 0.25s linear;
	display: block;
	opacity: 0;
	padding: 0 50px;
}
.talent_head .navigation_div .right_div .search_div_talent input {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 5px;
	border: 0;
	font-size: 14px;
	color: #333;
	font-family: 'Gotham-Book';
	outline: none;
	padding: 5px 30px 5px 15px;
}
.talent_head .navigation_div .right_div .search_li_talent.open:hover a {
	color: #333 !important;
}
.talent_head .navigation_div .right_div .search_li_talent.open {
	background: #ebf5ff;
}
.talent_head .navigation_div .right_div .search_li_talent.open .search_div_talent {
	transition: all 0.25s linear;
	width: 300px;
	opacity: 1;
}
.box::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}
.box:-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}
.box::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}
.box:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}
.talent_head .navigation_div .right_div .search_li_talent img {
	margin-top: 2px;
}
.talent_head .navigation_div .right_div .search_li_talent a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.talent_head .navigation_div .right_div .search_li_talent a i {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.talent_banner_div .t_img_div {
	position: relative;
	overflow: hidden;
}
.talent_banner_div .t_img_div img {
	object-fit: cover;
	transition: all 0.25s linear;
}
.talent_banner_div .t_img_div:hover img {
	transition: all 0.25s linear;
	transform: scale(1.1);
}
.talent_banner_div .t_img_div .t_overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.55);
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 1;
	transition: all 0.25s linear;
	overflow: hidden;
}
.talent_banner_div .t_img_div:hover .t_overlay {
	opacity: 1;
	height: 100%;
	transition: all 0.25s linear;
	top: 0;
	bottom: auto;
}
.talent_banner_div .t_img_div .t_btn_div {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 4%;
	text-align: center;
	z-index: 9;
}
.talent_banner_div .t_img_div .t_btn_div .blue_btn {
	padding: 15px 25px;
}
.t_wel_com_div {
	padding: 80px 0;
	text-align: center;
}
.t_wel_com_div h1 {
	color: #333;
}
.t_wel_com_div p {
	color: #000;
	margin-top: 40px;
}
.t_news_letter_div {
	padding: 80px 0;
	background: #d8d8d8;
	text-align: center;
}
.t_news_letter_div h1 {
	color: #000;
}
.t_news_letter_div p {
	color: #000;
	margin: 40px 0;
}
.t_news_letter_div .t_input_div input {
	font-size: 14px;
	color: #333;
	font-family: 'Gotham-Light';
	background: #fff;
	padding: 14px 15px;
	outline: none;
	border: 0;
	width: 60%;
	margin-right: 10px;
}
.t_news_letter_div .t_input_div .blue_btn {
	padding: 15px 25px;
}
.t_about_div {
	padding: 80px 0;
	background: #252525;
	text-align: center;
}
.t_about_div ul {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.t_about_div ul li {
	display: inline-block;
	margin: 0 14px;
	text-align: center;
}
.t_about_div ul li a {
	color: #fff;
	font-size: 16px;
	font-family: 'Gotham-Light';
}
.t_about_div ul li .active {
	font-family: 'Gotham-Bold';
}
.t_about_div a {
	display: inline-block;
}
.t_about_div img {
	margin: 0 auto;
}
.t_heading_div {
	background: #333;
	padding: 20px 0;
	text-align: center;
}
.t_heading_div h1 {
	font-size: 50px;
	color: #fff;
}
.t_breadcrum {
	display: block;
	text-align: center;
	margin-top: 15px;
}
.t_breadcrum li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding-right: 18px;
	position: relative;
	font-family: 'Gotham-Light';
}
.t_breadcrum li:last-child {
	padding-right: 0;
}
.t_breadcrum li:after {
	content: ">";
	color: #ccc;
	font-size: 14px;
	font-family: 'Gotham-Light';
	position: absolute;
	right: 2px;
	top: 0;
}
.t_breadcrum li:last-child:after {
	content: "";
}
.t_breadcrum li a:hover {
	color: #fff;
	transition: all 0.25s linear;
}
.t_breadcrum li a {
	color: #ccc;
	font-family: 'Gotham-Light';
}
.t_filter_div .t_drop_div {
	background: #d8d8d8;
	padding: 20px 0;
}
.t_filter_div .t_drop_div .t_filter {
	display: inline-block;
}
.t_filter_div .t_drop_div .t_filter li {
	font-size: 14px;
	color: #777;
	font-family: 'Gotham-Book';
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0px 22px;
	transition: all 0.25s linear;
	border-right: 1px solid #777;
}
.t_filter_div .t_drop_div .t_filter li.active, .t_filter_div .t_drop_div .t_filter li:hover {
	color: #000;
	transition: all 0.25s linear;
}
.t_filter_div .t_drop_div .t_filter li:last-child {
	border: 0;
}
.t_filter_div .t_drop_div .t_filter li:first-child {
	padding-left: 0;
}
.t_filter_div .t_drop_div .girls_a {
	font-size: 14px;
	color: #777;
	font-family: 'Gotham-Book';
	display: inline-block;
	float: right;
	transition: all 0.25s linear;
}
.t_filter_div .t_drop_div .girls_a:hover {
	color: #000;
	transition: all 0.25s linear;
}
.t_filter_div .t_bg_fill {
	padding: 40px 0;
}
.t_filter_div .t_bg_fill .t_img_text_div img {
	width: 100%;
	border: 1px solid #efefef;
	transition: all 0.25s linear;
}
.t_filter_div .t_bg_fill .t_img_text_div {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.t_filter_div .t_bg_fill .t_img_text_div:hover img {
	transform: scale(1.1);
	transition: all 0.25s linear;
}
.t_filter_div .t_bg_fill .t_img_text_div .t_bg_overaly {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0;
	bottom: auto;
	transition: all 0.25s linear;
	overflow: hidden;
}
.t_filter_div .t_bg_fill .t_img_text_div .t_bg_overaly p {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Gotham-Bold';
	font-size: 24px;
}
.t_filter_div .t_bg_fill .t_img_text_div:hover .t_bg_overaly {
	height: 100%;
	bottom: 0;
	top: auto;
	transition: all 0.25s linear;
}

/* end_talent_header */

/* Child Details */

.child_details_div {
	padding: 80px 0 0 0;
}
.child_details_div img {
	width: 100%;
	border: 1px solid #efefef;
}
.child_details_div .t_child_text_div h4 {
	font-size: 24px;
	color: #333;
	font-family: 'Gotham-Bold';
	margin-bottom: 20px;
}
.child_details_div .t_child_text_div ul li {
	font-size: 14px;
	color: #555;
	font-family: 'GothamMedium';
	margin-bottom: 10px;
}
.child_details_div .t_child_text_div .women_det {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	-o-column-width: 250px;
	column-width: 250px;
}
.child_details_div .t_child_text_div ul li span {
	color: #333;
}
.child_details_div .main_t_height {
	position: relative;
}
.child_details_div .main_t_height .t_child_text_div {
	position: absolute;
	left: 0;
	bottom: 0;
}
.t_child_tab_div .drop_text_div1 {
	background: #d8d8d8;
}
.t_child_tab_div .drop_text_div1 .tab_fil li {
	display: inline-block;
	color: #777;
	padding: 0 22px;
	border-right: 1px solid #777;
	font-family: 'Gotham-Book';
	transition: all 0.25s linear;
	cursor: pointer;
}
.t_child_tab_div .drop_text_div1 .tab_fil li:last-child {
	border: 0;
}
.t_child_tab_div .drop_text_div1 .tab_fil li.active, .t_child_tab_div .drop_text_div1 .tab_fil li:hover {
	color: #000;
	transition: all 0.25s linear;
}
.t_child_tab_div img {
	width: 100%;
	transition: all 0.25s linear;
}
.t_child_tab_div .t_tab_img_div {
	margin-bottom: 30px;
	border: 1px solid #efefef;
	overflow: hidden;
}
.t_child_tab_div .t_tab_img_div:hover img {
	transition: all 0.25s linear;
	transform: scale(1.1);
}

/* End Child Details */

/* Apply */

.t_guidness {
	background: #d8d8d8;
	padding: 80px 0;
	text-align: center;
}
.t_guidness h1 {
	color: #000;
	margin-bottom: 20px;
}
.t_guidness ul li {
	margin-top: 20px;
	color: #000;
	font-size: 16px;
	font-family: 'GothamMedium';
}
.t_all_details {
	padding: 80px 0;
}
.t_all_details h5 {
	font-size: 20px;
	color: #333;
	font-family: 'Gotham-Bold';
	text-align: center;
	text-transform: uppercase;
}
.t_all_details .input_ul {
	margin-top: 30px;
}
.t_all_details .input_ul li {
	float: left;
	width: 50%;
	padding: 5px 15px;
	position: relative;
}
.t_all_details .input_ul li input {
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: 'Gotham-Light';
	background: #fff;
	padding: 14px 15px;
	outline: none;
	border: 0;
	border: 1px solid #ccc;
}
.t_all_details .input_ul li i {
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.t_all_details .input_ul li .t_date_up_div input {
	background: transparent;
	cursor: pointer;
	position: relative;
	z-index: 9;
}
.t_all_details .input_ul li .t_date_up_div {
	background: #fff;
	overflow: hidden;
}
.t_all_details .t_social {
	margin-top: 80px;
}
.choose_file_li input[type="file"]::-webkit-file-upload-button {
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 9px 10px;
	font-family: 'Gotham-Book';
	outline: none;
	padding-right: 10px;
	transition: all 0.25s linear;
	cursor: pointer;
	border: 0;
}
.choose_file_li input[type="file"]::-webkit-file-upload-button:hover {
	background: #d8d8d8;
	color: #333;
	transition: all 0.25s linear;
}
.choose_file_li #choose_file {
	position: absolute;
	top: 50%;
	width: 40%;
	right: 17px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ababab;
	padding-right: 15px;
	border: 0;
}
.t_all_details .additionnal .input_ul li {
	width: 100%;
}
.t_all_details .additionnal .input_ul li textarea {
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: 'Gotham-Light';
	background: #fff;
	padding: 14px 15px;
	outline: none;
	border-radius: 10px;
	border: 0;
	border: 1px solid #ccc;
	resize: none;
}
.t_all_details .additionnal .input_ul .btn_sub {
	text-align: center;
	margin-top: 80px;
}
.t_all_details .additionnal .input_ul .btn_sub .orange_btn:hover {
	background: #d8d8d8;
	color: #333;
}
.tandc_div .drop_text_div1 {
	margin: 0;
}
.tandc_div .blue_patch_div {
	background: #d740a8;
}
.tandc_div .blue_patch_div .tab_fil {
	text-align: center;
}
.tandc_div .tab_div {
	margin-bottom: 80px;
}
.tandc_div .tab_div .t_content_div strong {
	color: #000;
	font-size: 20px;
	font-family: 'Gotham-Bold';
	margin: 45px 0 30px 0;
	display: block;
}
.tandc_div .tab_div .t_content_div p {
	color: #000;
	font-size: 16px;
	line-height: 22px;
}
.t_register {
	padding: 0 0 80px 0;
}
.t_register .additionnal .input_ul .btn_sub {
	margin: 0;
}
.t_register .additionnal .input_ul .btn_sub .orange_btn {
	margin: 30px 0;
}
.t_register .additionnal .input_ul p {
	color: #333;
	font-size: 14px;
	font-family: 'Gotham-Book';
	margin-bottom: 20px;
}
.t_register .additionnal .input_ul p a {
	color: #9e0c71;
	font-family: 'Gotham-Book';
}
.t_register .additionnal .input_ul p a span {
	color: #333;
}

/* End Apply */

/* coming soon */

.coming_soon_div {
	position: relative;
}
.coming_soon_div .banner_com_img {
	height: 100vh;
	object-fit: cover;
	object-position: right;
}
.coming_soon_div .hei_gh_div {
	height: 100vh;
	position: relative;
	background: #0d123e;
}
.coming_soon_div .coming_log {
	position: absolute;
	top: 9%;
	left: 4%;
}
.coming_soon_div .text_div {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 5%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.coming_soon_div .text_div p {
	font-size: 45px;
	line-height: 36px;
	color: #fff;
	font-family: 'Gotham-Black';
}
.coming_soon_div .text_div p strong {
	display: block;
	font-size: 85px;
	line-height: 80px;
	margin: 20px 0 30px 0;
}
.coming_soon_div .text_div .blue_btn {
	min-width: 130px;
	text-align: center;
}
.boys_drop_div {
	padding: 0;
	margin: 0;
	display: inline-block;
	background: transparent;
}

/* end coming soon */

/* =====================================  END TALENT ======================================== */

/* =====================================  Live ======================================== */
.live_head .left_div {
	margin-top: 0;
}
.l_fetured_live {
	background: #b41efc;
	padding: 80px 0;
}
.l_fetured_live h1 {
	text-align: center;
	color: #fff;
}
.l_text_img_div .l_img_div {
	overflow: hidden;
}
.l_text_img_div .l_img_div img {
	transition: all 0.25s linear;
}
.l_text_img_div:hover .l_img_div img {
	transform: scale(1.1);
	transition: all 0.25s linear;
}
.l_text_img_div .l_text_div h5 {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Gotham-Bold';
	margin: 28px 0 20px 0;
}
.l_fetured_live .l_fratured_four_div {
	margin-top: 50px;
}
.l_text_img_div .l_text_div p {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-family: 'Gotham-Book';
}
.l_testimonial_div {
	padding: 80px 0;
}
.l_testimonial_div h1 {
	text-align: center;
	color: #b41efc;
}
.l_testimonial_div .l_testimonial_three_div {
	margin-top: 80px;
}
.l_testimonial_three_div h5 img {
	margin: 0 auto;
}
.l_testimonial_three_div h5 small {
	color: #fff;
	font-style: italic;
	font-family: 'Gotham-Book';
}
.l_testimonial_three_div .l_testimonial_img_text_div {
	background: #f9ebff;
	padding: 60px 0 40px 0;
	position: relative;
	text-align: center;
}
.l_testimonial_three_div .l_testimonial_img_text_div  .l_test_img_div {
	position: absolute;
	display: inline-block;
	top: -42px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;	/*overflow: hidden;*/
}
.l_testimonial_three_div .l_testimonial_img_text_div  .l_test_img_div  img {
	margin: 0 auto;
	transition: all 0.25s linear;
}
.l_testimonial_three_div .l_testimonial_img_text_div:hover .l_test_img_div  img {
	transition: all 0.25s linear;
	transform: scale(1.1);
}
.l_testimonial_three_div .l_testimonial_img_text_div  h5 {
	color: #b41efc;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Gotham-Bold';
	margin-bottom: 15px;
}
.l_testimonial_three_div .l_testimonial_img_text_div  p {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-family: 'Gotham-Book';
}
.get_in_touch {
	padding: 80px 0;
	background: #252525;
}
.get_in_touch h1 {
	margin-bottom: 50px;
	color: #fff;
}
.get_in_touch p {
	font-family: 'Gotham-Book';
	margin-bottom: 20px;
	color: #fff;
}
.get_in_touch .last_line {
	border-bottom: 1px solid #515151;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.get_in_touch p a {
	color: #fff;
	text-decoration: none;
}
.get_in_touch .white_btn {
	margin-top: 10px;
}
.get_in_touch .white_btn {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px;
	transition: all 0.25s linear;
}
.get_in_touch .white_btn:hover {
	transition: all 0.25s linear;
	background: #fff;
	color: #252525;
}
.get_in_touch input {
	padding: 15px 25px;
	color: #fff;	/*border-radius: 15px;*/
	border: 1px solid #515151;
	background: transparent;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: 'Gotham-Light';
	outline: none;
}
.grey_plac::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #515151;
}
.grey_plac::-moz-placeholder {

	/* Firefox 19+ */
	color: #515151;
}
.grey_plac:-ms-input-placeholder {

	/* IE 10+ */
	color: #515151;
}
.grey_plac:-moz-placeholder {

	/* Firefox 18- */
	color: #515151;
}
.l_dpa_event {
	padding: 80px 0;
}
.l_dpa_event h1 {
	color: #333;
	text-align: center;
}
.l_dpa_event .past_upcoming_tab .drop_text_div1 {
	background: #b41efc;
}
.l_dpa_event .past_upcoming_tab .drop_text_div1 .tab_fil1 {
	text-align: center;
}
.l_dpa_event .past_upcoming_tab .drop_text_div1 .tab_fil1 li {
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
	font-family: 'Gotham-Book';
	transition: all 0.25s linear;
	color: #cc7ffc;
}
.l_dpa_event .past_upcoming_tab .drop_text_div1 .tab_fil1 li.active, .l_dpa_event .past_upcoming_tab .drop_text_div1 .tab_fil1 li:hover {
	transition: all 0.25s linear;
	font-family: 'Gotham-Bold';
	color: #fff;
}
.l_dpa_event .past_upcoming_tab .drop_text_div1 .tab_fil1 li:first-child {
	border-right: 2px solid #cc7ffc;
	padding-right: 20px;
}
.l_dpa_event .past_upcoming_tab .tab_div .first_tab .dropn_div {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 20px 0;
}
.l_dpa_event .past_upcoming_tab .tab_div .first_tab .dropn_div .drop_div ul {
	display: none;
	position: absolute;	/*border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;*/
	border: 1px solid #d3d3d3;
	border-top: 0;
	width: calc(100% + 2px);
	left: -1px;
	background: #fff;
	z-index: 9;
}
.l_dpa_event .past_upcoming_tab .tab_div .first_tab .dropn_div .drop_div ul li {
	color: #666;
	padding: 5px 15px;
}
.l_dpa_event .past_upcoming_tab .tab_div .first_tab .dropn_div .drop_div {
	background: #fff;
	width: 350px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	cursor: pointer;
	transform: all 0.25s linear;
}
.l_dpa_event .past_upcoming_tab .tab_div .first_tab .dropn_div .drop_div.remove_border {
	border-bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transform: all 0.25s linear;
}
.l_dpa_event .past_upcoming_tab .tab_div .first_tab .dropn_div .drop_div .drop_text {
	background: transparent;
	color: #666;
	margin: 0;
	width: 100%;
}
.l_dpa_event .past_upcoming_tab .tab_div .first_tab .dropn_div .drop_div span.select:after {
	color: #666;
}
.l_event_past_div {
	margin-top: 40px;
}
.l_event_past_div  .l_text_img_div {
	display: none;
	margin-bottom: 30px;
}
.l_event_past_div .load_more {
	text-align: center;
	margin-top: 100px;
}

/*.l_event_past_div .load_more a {
font-size: 12px;
color: #fff;

}*/
.l_steps_breadcrum {
	padding: 40px 0;
	text-align: center;
}
.l_steps_breadcrum ul li {
	display: inline-block;
	position: relative;
	font-family: 'Gotham-Book';
	font-size: 14px;
	color: #b41efc;
}
.l_steps_breadcrum ul li a {
	font-family: 'Gotham-Book';
	color: #666;
	font-size: 14px;
}
.l_steps_breadcrum ul li:after {
	content: ">";
	color: #666;
	font-size: 14px;
}
.l_steps_breadcrum ul li:last-child:after {
	content: "";
}
.company_logo_div {
	background: #f9ebff;
	padding: 80px 0;
}
.company_logo_div h1 {
	text-align: center;
	color: #b41efc;
}
.company_logo_div .com_logo {
	margin-top: 50px;
}
.company_logo_div .com_logo ul li {
	float: left;
	padding: 0 15px;
	width: 16.66666666666667%;
}
.company_logo_div .com_logo ul li .logo_div_com {
	position: relative;
	width: 165px;
	height: 165px;
	border: 1px solid #d3d3d3;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 30px;	/*cursor: pointer;*/
}
.company_logo_div .com_logo ul li .logo_div_com img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grey_color_get_touch {
	background: #fff;
}
.grey_color_get_touch h1 {
	color: #333;
}
.grey_color_get_touch p {
	color: #333;
	line-height: 25px;
}
.grey_color_get_touch p a {
	color: #333;
}
.grey_color_get_touch p .email_i {
	color: #b41efc;
}
.grey_color_get_touch .last_line {
	border-color: #ccc;
}
.grey_color_get_touch input {
	background: #f0d0ff;
	border: 0;
	color: #333;
}

/*.grey_color_get_touch .white_btn {
color: #004891;
border-color: #004891;
}*/

/*.grey_color_get_touch .white_btn:hover {
color: #fff;
background: #004891;
}*/

/* =====================================  END Live ======================================== */
.ban_text {
	font-size: 55px;
	line-height: 55px;
	position: absolute;
	bottom: 10%;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-shadow: 0 0 10px #000;
}
.talent_contact {
	background: #fff;
}
.talent_contact .orange_btn:hover {
	background: #d8d8d8;
	color: #333;
}
.talent_contact input {
	background: #fff;
	border: 1px solid #ccc;
}
.par_ter h6 {
	display: inline-block;
}
.par_ter p {
	display: inline-block;
	margin: 0 !important;
}
#my_vid {
	top: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

/*.live_head .right_div ul .last_li {
background: #b41efc;
}*/
.live_head  .right_div ul .last_li a {
	background: #da8ffe;
}
.live_head .main_header .right_head_div ul li a {
	color: #cc7ffc;
}
.live_head .right_div ul li p {
	color: #fff;
}
.live_head.shrink {
	background: #b41efc;
}
.live_head .main_header .right_head_div {
	background: #b41efc;
}
.live_head .main_header .right_head_div ul .search_li .search_div, .live_head .main_header .right_head_div ul .search_li .search_div input {
	background: #c757fd;
	transition: all 0.25s linear;
}
.live_head .main_header .right_head_div ul .search_li .search_div:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
	transition: all 0.25s linear;
}
.live_head .main_header .right_head_div ul li i {
	color: #da8ffe;
}
.live_wrapper .banner_div .ban_text {
	color: #fff;
}
.live_foot {
	background-color: #b41efc;
}
.live_foot p {
	color: #fff;
}
.l_top_zero .img_text_div {
	background: #f9ebff;
}
.live_index .l_text_div h5, .live_index .l_text_div p {
	color: #fff;
}
.live_cont .white_btn {
	background: #d73faa;
	border: 0;
}
.live_cont .white_btn:hover {
	background: #9e0c71;
	color: #fff;
}
.gry_btn {
	background: #666;
}
.gry_btn:hover {
	background: #333;
}
.orange_btn {
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	border: 0;
	padding: 15px 25px;
	font-family: 'Gotham-Book';
	transition: all 0.25s linear;
	outline: none;
	min-width: 150px;
	transition: all 0.25s linear;
}
.orange_btn:hover {
	background: #fff;
	transition: all 0.25s linear;
	color: #333;
}
.org_box::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 1);
}
.org_box:-moz-placeholder {
	color: rgba(0, 0, 0, 1);
}
.org_box::-moz-placeholder {
	color: rgba(0, 0, 0, 1);
}
.org_box:-ms-input-placeholder {
	color: rgba(0, 0, 0, 1);
}
.talent_foot {
	background: #151515;
}
.talent_foot .right_p {
	margin-top: 0;
}
.talent_foot p {
	color: #fff;
}
.t_about_banner_div .img_text_div {
	background: #fff;
}
.t_about_banner_div .img_text_div h5 {
	color: #333;
}
.t_about_banner_div .img_text_div p {
	color: #333 !important;
}
.t_child_tab_div .blue_patch_div {
	background: #d8d8d8;
}
.talent_reg .additionnal .input_ul p a {
	color: #777;
	transition: all 0.25s linear;
}
.talent_reg .additionnal .input_ul p a:hover {
	color: #333;
	transition: all 0.25s linear;
}
.ac_sky_bl .contact_div, .ac_sky_bl .text_contact_div {
	background: #0d123e;
}
.ac_sky_bl .contact_div span, .ac_sky_bl .text_contact_div span {
	color: #fff;
}
.ac_sky_bl .text_contact_div a {
	color: #3c50fe;
}
.ac_sky_bl .text_contact_div .tel_div {
	border-color: #333;
}
.liv_pink .contact_div, .liv_pink .text_contact_div {
	background: #b41efc;
}
.liv_pink .contact_div span, .liv_pink .text_contact_div a, .liv_pink .text_contact_div span, .liv_pink .text_contact_div strong, .liv_pink .text_contact_div p, .liv_pink span i {
	color: #fff;
}
.liv_pink .text_contact_div .tel_div {
	border-color: #fff;
}
.l_e_details .l_event_info {
	text-align: center;
}
.l_e_details .l_event_info h3 {
	font-family: 'Gotham-Bold';
	font-size: 20px;
	color: #333;
	line-height: 22px;
}
.l_e_details .l_event_info p {
	margin-top: 35px;
}
.l_ev_details {
	margin-bottom: 30px;
}
.l_ev_details .drop_text_div1 {
	background: #b41efc;
}
.l_ev_details .filter {
	text-align: center;
}
.l_ev_details .filter li {
	display: inline-block;
}
.l_ev_details .filter li a {
	color: #cc7dfd;
	font-size: 16px;
	line-height: 16px;
	padding: 2px 15px;
	border-right: 1px solid #cc7dfd;
	font-family: 'Gotham-Book';
	text-transform: uppercase;
	transition: all 0.25s linear;
}
.l_ev_details .filter li .active, .l_ev_details .filter li a:hover {
	font-family: 'Gotham-Bold';
	color: #fff;
	transition: all 0.25s linear;
	font-size: 16px;
}
.l_ev_details .filter li:last-child a {
	border: 0;
}
.l_ev_details .filtered_div .img_text_div {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.l_ev_details .filtered_div .img_text_div img {
	width: 100%;
	transition: all 0.25s linear;
}
.l_ev_details .filtered_div .img_text_div:hover img {
	transform: scale(1.1);
	transition: all 0.25s linear;
}
.expa_div {
	display: none;
}
.expand_h5 {
	display: block;
	cursor: pointer;
	margin-top: 20px !important;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.expand_h5_last {
	margin-top: 20px !important;
	border-top: 1px solid #ccc;
	padding-top: 60px;
	text-align: center;
}
.expa_div_last {
	text-align: center;
}
.first_h5 {
	margin-top: 0;
	border: 0;
	padding-top: 0;
}
.expand_h5 i {
	float: right;
}
.expo_div {
	width: 100%;
	padding: 50px 0 !important;
}
.testimonial_ac h1 {
	color: #333;
}
.testimonial_ac .l_testimonial_img_text_div {
	background: #848bc7;
	padding: 60px 30px 40px;
}
.testimonial_ac .l_testimonial_img_text_div h5 {
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0;
}
.testimonial_ac .l_testimonial_img_text_div p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Gotham-Light';
	color: #fff;
}
.download_div .tabs_div {
	padding: 20px 0;
	background: #1c2784;
	margin: 40px 0;
}
.download_div .tabs_div ul {
	text-align: center;
}
.download_div .tabs_div ul li {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	color: #ddd3d3;
	font-family: 'Gotham-Light';
	transition: all 0.25s ease;
	padding: 0 15px;
	border-right: 1px solid #ddd3d3;
}
.download_div .tabs_div ul li:last-child {
	border: 0;
}
.download_div .tabs_div ul .active, .download_div .tabs_div ul li:hover, .download_div .tabs_div ul li:focus {
	font-family: 'Gotham-Bold';
	color: #fff;
	transition: all 0.25s ease;
}
.stud_dpa .text_div p {
	margin-bottom: 20px;
}
.stud_dpa .text_div p strong {
	font-family: 'Gotham-Bold';
}
.dpa_time_table {
	margin: 80px 0;	/*padding-top: 80px;
	border-top: 1px solid #e5e5e5;*/
	text-align: center;
}
.dpa_time_table p {
	margin-bottom: 40px;
	margin-top: 50px;
}
.dpa_time_table .white_btn {
	min-width: 180px;
	margin: 0 10px;
}
.contact_dpa .btn_div {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}
.contact_dpa .btn_div .white_btn {
	min-width: 180px;
}
.partner_logo_ac {
	background: #848bc7;
}
.partner_logo_ac h1 {
	color: #fff;
}

/*.l_testimonial_three_div .slick-track {
padding: 50px 0 0 0 !important;
}*/
.l_testimonial_three_div .slick-next {
	right: -30px;
}
.l_testimonial_three_div .slick-prev {
	left: -30px;
}
.ste_second_cro .slick-arrow:before {
	color: #fff;
}
.home_partners_ac .com_logo ul {
	text-align: center;
}
.home_partners_ac .com_logo ul li {
	float: none;
	display: inline-block;
	text-align: center;
}
.time_div h1 {
	margin-bottom: 40px;
}
.dpa_exam_div img {
	height: 53vh;
}
.stud_gall .tab_div .tabs {
	display: block;
}
.stud_gall h1 {
	margin-bottom: 50px;
}
.new_h_div .banner_img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}
.new_h_div p {
	margin-bottom: 10px;
}
.new_h_div .text_div a {
	margin-top: 10px;
	color: #fff;
	border-bottom: 1px solid#fff;
	line-height: 18px;
}
.new_time_layout {
	text-align: center;
	padding: 80px 0;
}
.new_time_layout h4 {
	font-family: 'Gotham-Bold';
	color: #333;
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 45px 0 15px 0;
}
.new_time_layout h5 {
	font-family: 'Gotham-Bold';
	color: #333;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
}
.new_time_layout h6 {
	font-family: 'Gotham-Bold';
	color: #333;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
.new_time_layout table {
	width: 100%;
	margin-bottom: 2px;
}
.new_time_layout table tr td, .new_time_layout table tr th {
	padding: 20px 0;
	border: 1px solid #d3d3d3;
	font-size: 14px;
	font-family: 'Gotham-Book';
	text-align: center;
}
.new_time_layout table tr td {
	width: 50%;
}
.new_time_layout table tr th strong {
	font-family: 'GothamMedium';
	font-size: 14px;
}
.new_time_layout .light_blue {
	background: #38cefe;
}
.new_time_layout .medium_blue {
	background: #0070c0;
}
.new_time_layout .medium_blue tr th, .new_time_layout .medium_blue tr td {
	color: #fff;
}
.new_time_layout .dark_blue {
	background: #002060;
}
.new_time_layout .dark_blue tr th, .new_time_layout .dark_blue tr td {
	color: #fff;
}
.new_time_layout .purpel_blue {
	background: #7030a0;
}
.new_time_layout .purpel_blue tr th, .new_time_layout .purpel_blue tr td {
	color: #fff;
}
.new_time_layout .high_light_div ul {
	width: 100%;
	margin-top: 50px;
}
.new_time_layout .high_light_div ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	font-family: 'Gotham-Book';
	margin-right: 35px;
}
.new_time_layout .high_light_div ul li:last-child {
	margin-right: 0;
}
.new_time_layout .high_light_div ul li span {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.expand_h5_intro {
	text-align: center;
}
.expa_div_into {
	text-align: center;
	margin-bottom: 70px;
}
.parent_faq {
	background: #f2f2f2;
}
.parent_faq .img_text_div {
	background: #f2f2f2;
}
.parent_faq .img_text_div h1, .parent_faq .img_text_div h5, .parent_faq .img_text_div p, .parent_faq .img_text_div strong {
	color: #333 !important;
}
.parent_faq a {
	color: #1c2784 !important;
}
.stg_pro .img_text_div .text_div p {
	margin-bottom: 15px !important;
	font-size: 16px;
}
.shows_div {
	padding: 80px 0;
	background: #848bc7;
	text-align: center;
}
.shows_div  h1 {
	color: #fff;
}
.shows_div .img_tx_div {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.shows_div .img_tx_div img {
	width: 100%;
}
.shows_div .img_tx_div .overlay_div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	transition: all 0.25s linear;
	cursor: pointer;
}
.shows_div .img_tx_div:hover .overlay_div {
	height: 100%;
	transition: all 0.25s linear;
}
.shows_div .img_tx_div .overlay_div i {
	color: #fff;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.show_osm {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(28, 39, 132, 0.9);
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 999;
}
.show_osm .text_div_show {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.show_osm .text_div_show .close_div {
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 999;
	cursor: pointer;
}
.show_osm .text_div_show .show_cro img {
	width: 100%;
}
.show_osm .text_div_show .show_cro .arrow_slick {
	width: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
}
.show_osm .text_div_show .show_cro .right_ar_sl {
	right: -50px;
}
.show_osm .text_div_show .show_cro .left_ar_sl {
	left: -50px;
}
.home_news_div .slick-next {
	right: -50px;
}
.home_news_div   .slick-slide {
	padding-bottom: 45px;
}
.home_news_div .slick-prev {
	left: -50px;
}
.class_zig img {
	height: 100vh;
}
.class_zig  .text_div .text_line {
	padding: 50px;
}
.class_zig  .text_div .text_line p {
	margin-top: 15px;
}
.exams_div {
	background: #f2f2f2;
	padding: 80px 0;
}
.exams_div .acco_div {
	margin-top: 50px;
}
.exams_div .acco_div h3 {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-family: 'Gotham-Bold';
	padding: 30px 0;
	border-top: 1px solid #ccc;
	cursor: pointer;
}
.exams_div .acco_div .top_bor {
	padding-top: 0;
	border: 0;
}
.exams_div .acco_div h3 i {
	float: right;
}
.exams_div .acco_div p {
	margin-bottom: 30px;
}
.exams_div .acco_div p strong {
	font-family: 'Gotham-Bold';
}
.exams_div .acco_div table {
	width: auto;
	margin-bottom: 30px;
}
.exams_div .acco_div table td, .exams_div .acco_div table th {
	padding: 12px 50px 12px 20px;
	border: 1px solid #333;
}
.exams_div .acco_div .exp_da_div {
	display: none;
	margin-bottom: 50px;
}
.ex_new {
	background: #848bc7;
	margin: 0;
	padding: 80px 0;
}
.ex_new h1, .ex_new .img_text_div .text_div p {
	color: #fff;
}

/* 29march */
.acc_time_table .exp_da_div {
	display: none;
}
.new_time_layout.acc_time_table  h6 {
	text-align: left;
	line-height: normal;
	margin-bottom: 11px;
	margin-left: 20px;
}
.acc_time_table .click_acco .click_div_acc {
	padding: 17px 0;
	background: #ebebeb;
	border: 1px solid #d3d3d3;
	margin: 21px 0 10px 0;
	cursor: pointer;
}
.acc_time_table h5 {
	margin-bottom: 60px;
}
.acc_time_table .click_acco .click_div_acc .fa {
	text-align: right;
	display: block;
	margin-top: -26px;
	margin-right: 20px;
}
.banner_div .color_div_ch {
	background-color: #848bc7;
}
.bullet_div_con .text_div .bullet_div {
	padding-bottom: 20px;
}
.bullet_div_con .text_div .bullet_div li {
	font-family: 'Gotham-Light';
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 22px;
}
.dpa_news.dua_home_p_news  .home_news_div .text_div p {
	color: #666666;
}
.banner_div .color_div_ch .image_height_div img {
	height: 100vh !important;
}
.home_about_us_section {
	padding: 0px 0 30px 0;
}
.home_about_us_section .img_text_div {
	background-color: #848bc7;
}
.home_about_us_section .img_text_div .text_div {
	padding: 40px;
}
.home_about_us_section .img_text_div .text_div  h5 {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-family: 'Gotham-Bold';
}
.home_about_us_section {
	padding: 50px 0 0;
}
.home_about_us_section h1 {
	text-align: center;
	margin-bottom: 50px;
}
.home_about_us_section .img_text_div .text_div  p {
	margin: 30px 0 0 0;
	color: #fff;
}
.font_title_size {
	font-family: 'Gotham-Bold';
	color: #333;
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}
.head_sefont {
	margin: 0px 0 50px 0;
}
.fix_testimoiranl {
	padding: 50px 0 0 0;
	text-align: center;
}
.fix_testimoiranl .l_testimonial_img_text_div {
	background: transparent;
}
.fix_testimoiranl .l_testimonial_img_text_div .l_test_text_div p {
	color: #333;
}
.fix_testimoiranl .l_testimonial_img_text_div .l_test_text_div h5 img {
	margin: 0 auto;
}
.fix_testimoiranl .l_testimonial_img_text_div .l_test_text_div  strong {
	color: #333;
	line-height: 18px;
	font-family: 'Gotham-Bold';
	margin-top: 30px;
}
.fix_testimoiranl .testimonial_ac .l_testimonial_img_text_div {
	margin-bottom: 0;
}

/* end */
.extra_para_stud {
	padding: 0;
}
.home_about_us_section .img_text_div img {
	object-fit: cover;
	width: 100%;
}
.term_dt_cro .img_text_div img {
	object-fit: cover;
	width: 100%;
}
.bio_div {
	margin-bottom: 50px;
}
.bio_div p {
	text-align: center;
	margin-bottom: 20px;
}
.home_news_div .slick-slide, .home_news_div .slick-loading {
	background: none !important;
}

/*404*/
.main_404_div {
	background: linear-gradient(#070a1d, #00127d);
	height: 100vh;
	position: relative;
}
.main_404_div .text_div_404 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main_404_div .text_div_404 h1 {
	font-family: 'Gotham-Black';
	color: #fff;
	font-size: 70px;
	margin-bottom: 50px;
}
.main_404_div .text_div_404 h2 {
	font-family: 'GothamMedium';
	color: #fff;
	font-size: 25px;
	margin: 10px 0;
}
.main_404_div .text_div_404 a {
	font-family: 'GothamMedium';
	color: #fff;
	font-size: 22px;
	margin: 10px 0;
	display: inline-block;
	text-decoration: underline;
	transition: all 0.25s linear;
}
.main_404_div .text_div_404 a i {
	transition: all 0.25s linear;
}
.main_404_div .text_div_404 a:hover i {
	margin-left: 10px;
	transition: all 0.25s linear;
}

/*end 404*/

/*home_page_new layout*/
.n_layout_div {
	background: #0a0e30;
	min-height: 100vh;
	width: 100%;
	padding: 0 50px;
}
.n_layout_div .n_l_img_text_div .img_div_n {
	overflow: hidden;
}
.n_layout_div .n_l_img_text_div .img_div_n img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	transition: all 0.3s linear;
}
.n_layout_div a:hover .n_l_img_text_div .img_div_n img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.3s linear;
}
.n_layout_div .n_l_img_text_div .n_text_div {
	margin-top: 15px;
}
.n_layout_div .n_l_img_text_div .n_text_div h1 {
	font-family: 'Gotham-Black';
	font-size: 45px;
	line-height: normal;
	color: #fff;
	margin: 15px 0;
}
.n_layout_div .n_l_img_text_div .n_text_div p {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-family: 'Gotham-Light';
}
.n_layout_div .n_l_img_text_div .n_text_div span {
	font-family: 'Gotham-Bold';
	font-size: 15px;
	line-height: normal;
	color: #fff;
	display: block;
	margin-top: 15px;
}

/*end home-page-new layout*/
.three_img_div .txt_div p {
	width: 500px;
}
