/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
}
.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h2 span {
	color: #daa106;
}
.main-banner .banner-text p {
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .more-btn {
	background: #daa106;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 100px;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #ffaf36;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #daa106;
	border: 1px solid #daa106;
}
/*.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.69);
	content: '';
}*/
@media (max-width: 991px) {
	.main-banner .banner-text h2 {
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 480px) {
	.main-banner .banner-text h2, .main-banner .banner-text h2 span {
		font-size: 30px;
	}
	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}

.main-banner li .btn-text {
	line-height: 44px !important;
}
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	line-height: 41px;
	border: 2px solid #daa106;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #daa106;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.btn-text:hover {
	background: none;
	color: #daa106;
	text-decoration: none;
}
/*sec_tital*/
.sec-title {
	position: relative;
}
.sec-title h2 {
	position: relative;
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2em;
	padding-bottom: 15px;
}
.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 270px;
	border-bottom: 2px solid #e4e4e4;
}
.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	border-bottom: 5px solid #ffb200;
}
/*================top_cloume===========*/
.bg-pic {
	background-size: cover;
	position: relative;
	z-index: 1;
	border-left: 0px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
@media (max-width: 767px) {
	.bg-pic {
		border-left: none;
		border-right: none;
	}
}

.section-bar-text {
	position: relative;
	top: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	padding: 0px 30px;
}
.section-bar-text:hover {
	top: -10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.section-bar .section-bar-text {
		padding: 20px 0;
	}
}
.bg-pic-2 {

	background-size: cover;
	position: relative;
	z-index: 1;
}
.bg-pic-2:before {
	opacity: 0.9;
	transition: all 0.3s ease-in-out;
}
.bg-pic-2:hover:before {
	opacity: 1;
}
.bg-pic:before, .bg-pic-2:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";z-index -1;
}

.icon-wrap {
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	background-color: transparent;
	color: #ffb200;
	display: inline-block;
	margin-bottom: 15px;
}
.section-bar-text .heading {
	position: relative;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
}

.icon-box {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #3bafda;
	margin: 20px auto;
	color: #fff;
	font-size: 25px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
.icon-box__block {
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	background: rgba(8, 8, 8, 0.22);
	line-height: 80px;
	margin-bottom: 18px
}
/***========Services Section===================== ***/

.services-section {
	position: relative;
	padding: 95px 0px 60px;
}

.services-block {
	position: relative;
}

.services-block .inner-box {
	position: relative;
	display: block;
}

.services-block .inner-box .image {
	position: relative;
}

.services-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	padding: 30px 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(51,51,51,0.90)
}

.services-block .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.services-block .inner-box .image .icon-box {
	position: absolute;
	left: 0px;
	width: 54px;
	height: 54px;
	bottom: 0px;
	top: 104%;
	color: #fff;
	font-size: 25px;
	z-index: 1;
	line-height: 40px;
	text-align: center;
	background-color: #ffb200;
	margin: 0px;
	transform: inherit;
}
.readus_pic {
	border-radius: 50%;
}
.services-block .inner-box .image .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 0px;
}

.services-block .inner-box .image .overlay-box .read-more {
	position: relative;
	float: right;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.services-block .inner-box .image .overlay-box .read-more:hover {
	color: #ffb200;
}

.services-block .inner-box .lower-box {
	position: relative;
	padding: 15px 0px;
	border-bottom: 1px solid #ffb200;
	padding-left: 73px;
}

.services-block .inner-box .lower-box h3 {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
}

.services-block .inner-box .lower-box a {
	color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box a:hover {
	color: #ffb200;
}
@media (max-width: 1024px) {
	.services-block .inner-box .lower-box h3{
		font-size: 15px;
	}
}
/*Choose_Sec*/
.choose_pic {
	width: 34%;
}
.image_cover_right {
	background-position: 0px;
}
.secondary_bg {
	background: #0c314e;
}
.overflow_hidden {
	overflow: hidden;
	position: relative;
}
.light-color h2 {
	word-wrap: break-word;
	font-weight: 800;
}
#choose_us .creative_heading p {
	color: #fff;
}
.choose_box {
	background: #12446c;
	padding: 17px 17px 4px;
	margin-bottom: 17px;
	color: #fff;
	min-height:180px;
}
.choose_box .media-body .sec-title {
position:relative;
}
.choose_box .media-body .sec-title h4  {
	color: #FCB72E;
	margin-bottom:20px;
	padding-bottom:10px;
}
.choose_box .media-body p i {
	font-size: 20px;
	margin: 0px 6px;
	color:#FCB72E;
}
.choose_box .media-body .sec-title h4:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 270px;
	border-bottom: 2px solid #e4e4e4;
}
.choose_box .media-body .sec-title h4:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	border-bottom: 5px solid #ffb200;
}
@media (min-width: 768px) and (max-width: 991px) {
	#choose_us .image_cover {
	/*	display: none;*/
	}
}

.fontsize_50 {
	font-size: 50px;
	color: #fff;
}
.choose-us h4 {
	font-size: 20px;
	margin-bottom: 0;
}
.choose-us .media {
	overflow: visible;
}

.image_cover_right {
	width: 34%;
}

@media (max-width: 767px) {
	.image_cover {
		position: static;
		width: 100%;
		height: 300px;
		margin-top: 0px;
		/*display: none;*/
	}
}

/*testimonial*/
.client-pic {
	float: left;
	position: relative;
	width: 250px;
}
.client-name {
	position: absolute;
	width: 104%;
	right: -113px;
	top: 114px;
	background: rgba(12, 49, 78, 0.75);
	color: #fff;
	text-align: center;
	padding: 5px;
}
@media (min-width: 768px) {
	.client-name {
		transform: rotate(90deg);
	}
}
.client-text {
	float: left;
	width: calc(100% - 280px);
	margin-left: 30px;
}
.client-text p {
	padding: 40px 0px 0px 10px;
	margin: 0px;
	font-style: italic;
}
.client-text p i {
	font-size: 20px;
	margin: 0px 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.client-text p {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.client-pic {
		width: 100%;
	}
	.client-name {
		top: auto;
		width: 100%;
		right: 0px;
		bottom: 0;
	}
	.client-text {
		width: 100%;
		margin: 0px;
	}
}
/*=======Blog Section=========*/

.latest__block-post {
	padding:20px;
	background: #fff;
	position: relative;
}
.upcoming_sec{
	padding: 30px 20px 20px;
}
.course_date {
	position: absolute;
	top: -21px;
	left: 0px;
	padding: 10px;
	background: #7c1f82;
	color: #fff;
}
.latest__block .more_btn__block {
	margin-top: 10px;
}
.upcoming-event-meta {
	background:#f7f7f7;
	padding: 10px 10px;
}
.upcoming-event-meta span:first-child {
	margin-right: 20px;
}
.upcoming-event-meta span i {
	color: #7c1f82;
	font-size: 18px;
}
.latest__block-title {
	font-size: 20px;
	font-weight: 800;
}
.latest__block-title:hover a {
	color: #f6bb18;
}
.team__block-section .team-member {
	margin-bottom: 0;
}
.more_btn__block {
	color: #feb20e;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.more_btn__block {
		margin-top: 0;
	}
}


/*-------------------------------------------------------------------------------------------*/
/* Appointment Section          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.form_sec_box {
	background: #0c314e;
}
.registrantion_pic {
	background-image: url(../images/parallax1.html);
	width: 45.666667%;
	height: 100%;
	right: 0;
	top: 0;
	left: auto;
	background-position: 0px;
	background-size: cover;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
}
.form_sec_box .appointment__book {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
.form_sec_box .appointment {
	width: 380px;
}
.form_sec_box .appointment {
	background-color: rgba(12, 49, 78, 0.39);
	padding: 30px 15px;
	border: 2px solid #7c1f82;
}
.registration_section .appointment {
	margin-right: 0;
	position: static;
}
.registration_section .appointment h3{
	color:#7c1f82;;
}
.form_sec_box .appointment .input-sm {
	font-size: 15px;
	height: 40px;
	border-radius: 0;
	border: none;
}
.form_sec_box .appointment .input-sm.btn-white-line {
	border: 1px solid #fff;
}
.form_sec_box .appointment .form-field-wrapper {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 5px;
}
.form_sec_box .appointment label {
	color: #fff;
}
.form_sec_box .form-field-wrapper {
	width: 50%;
}
.form_sec_box .form-field-wrapper.form-full {
	width: 100%;
}
.form_sec_box .form-field-wrapper .height-100 {
	height: 100px;
}
@media (max-width: 767px) {
	.form_sec_box .appointment {
		position: static;
		width: 100%;
		background: #0c1f38;
	}

	.form_sec_box .appointment {
		margin-right: 0;
		position: static;
	}

	.form_sec_box .z-index {
		z-index: 9;
	}

}
@media (max-width: 768px) and (max-width: 991px) {
	.registrantion_pic{
		display: none;
	}
	.form_sec_box .appointment{
		width: 100%;
	}
}
.form_sec_box ul.countdown {
	overflow: hidden;
	padding: 0px;
}
.form_sec_box ul.countdown li {
	border-radius: 50%;
}
.form_sec_box ul.countdown li {
	float: left;
	color: #fff;
	width: 123px;
	border: 1px solid;
	margin: 0 10px;
	padding: 13px 0;
	text-align: center;
	list-style: none;
}
.form_sec_box ul.countdown li span {
	line-height: 71px;
}
.form_sec_box ul.countdown li span {
	font-size: 45px;
	font-weight: 500;
	line-height: 80px;
}
.form_sec_box ul.countdown li p {
	margin-bottom: 0;
}
.form_sec_box ul.countdown li span {
	line-height: 71px;
}
.form_sec_box .heading-box {
	padding-right: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.form_sec_box ul.countdown{
		width:400px;
		margin-left:auto;
		margin-right:auto;
	}
	.form_sec_box ul.countdown li{
		margin-bottom:20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.form_sec_box .image_cover_right {
		display: none;
	}
	.form_sec_box ul.countdown li {
		float: none;
		display: inline-block;
		width: 123px;
		margin: 10px 10px 50px !important;
	}
	.form_sec_box .appointment {
		width: 100%;
	}
}
.z-index {
	z-index: 9;
}
@media (max-width: 767px) {
	.form_sec_box .image_cover_right {
		width: 45.666667%;
		height: 100%;
		right: 0;
		top: 0;
		left: auto;
	}
.form_sec_box .heading-box{
	padding-right:0px;
}
.form_sec_box ul.countdown{
	max-width: 382px;
	width: 100%;
	margin: 0 auto;
}
.form_sec_box ul.countdown li{
	margin: 0 30px 30px !important;
	text-align: center;
}	
}
@media (max-width:480px) {
	.form_sec_box ul.countdown{
		max-width: 200px;
	}
	.form_sec_box ul.countdown li{
		margin: 0 auto 30px !important;
		display: block;
		
	}
}

/*Gallery*/
figure {
	margin: 0;
}
.position_relative {
	position: relative;
	overflow: hidden;
}
.picher_doc img {
	width: 100%;
	padding:2px;
	border:2px solid #7c1f82;
}
.opacity-medium {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}

.bg-extra-black {
	background-color:#0c314e;
}
.picher_doc .inner_text {
	position: relative;
	left: 0px;
	top: auto;
	z-index: 9;
	bottom: 0px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transition: transform .35s ease-out;
	-webkit-transition: transform .35s ease-out;
	-moz-transition: transform .35s ease-out;
	-ms-transition: transform .35s ease-out;
	-o-transition: transform .35s ease-out;
	padding: 0 0 0px 0px;
	width: auto;
	height: auto;
	text-align: left;
	opacity: 1;
	cursor: default;
}
.picher_doc:hover .inner_text {
	transform: translateY(-160px);
	-webkit-transform: translateY(-160px);
	-moz-transform: translateY(-160px);
	-ms-transform: translateY(-160px);
	-o-transform: translateY(-160px);
}

.picher_doc .inner_text .show_tital {
	display: inline-block;
	color: #f2f2f2;
}
.display_block {
	display: block;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	color: #cfcfcf;
	padding: 10px 0px;
}
.picher_doc .inner_text .popup-btn {
	opacity: 0;
}
.picher_doc:hover .popup-btn {
	opacity: 1;
}
.inner_text .popup-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #7c1f82;
	font-size: 17px;
	color: #fff;
	display: block;
	margin: 0 auto;
}