html,
body {
	height: 100%;
	font-family: 'Rubik', sans-serif;
}
.notification-navgiator > i.fa.fa-caret-up, .notification-navgiator > i.fa.fa-caret-down {
    border: 1px solid #f23534;
    border-radius: 50%;
    padding: 2px 7px 5px;
    color: #fb5d50;
    margin-top:10px;
}

 i.fa.fa-caret-down {
  padding: 5px 7px 2px;
 }
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.jusitfy {
	text-align:justify;
	}
h1 {
	font-size: 60px;
}
.mb-20{
	margin-bottom:20px;
}
.ztl-divider.primary > span.circle {
    border: 2px solid #ff4e31;
}
.ztl-divider.primary > span.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 32px;
}
.ztl-divider.center > span.circle {
    margin: auto !important;
}
.ztl-divider.primary > span > span:first-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 5px;
    margin-left: -32px;
}
.ztl-divider.primary > span > span:last-child {
    background-color: #ff4e31;
}
.ztl-divider.primary > span > span:last-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: -2px;
    margin-left: 14px;
}
/* 2.0 - Divider: Params (color, align) */
/* Start divider*/
.ztl-divider {
    float: left;
    width: 100%;
}

.ztl-divider > span {
    display: block;
    margin: auto;
} /* default color */
.ztl-divider.left > span {
    float: left;
}

.ztl-divider.right > span {
    float: right;
}

.ztl-divider.center > span.circle {
    margin: auto !important;
}

.ztl-divider.primary > span > span:first-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 5px;
    margin-left: -32px;
}

.ztl-divider.primary > span > span:last-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: -2px;
    margin-left: 14px;
}

.ztl-divider.primary > span.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 32px;
}

.ztl-divider.secondary > span {
    width: 40px;
    height: 2px;
}

.ztl-divider.secondary > span > span {
    display: none;
}
/* End divider*/

.ztl-divider.primary > span > span:first-child {
    background-color: #ff4e31;
}
h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 16px;
	color: #636363;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
/*--------------------
	Notification CSS
----------------------*/

/*---------------------
	Helper CSS
-----------------------*/
.affliated_link {
	border-top: 6px solid #333; background-color: #fff;
	}
/**dropdown menu*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/*logo*/
.website-logo{
	position:absolute; top:15px;
	}
	/*index header */
	img.news {
    width: 50px;
    height: 39px;
    /*position: absolute;
    top: 23px;*/
    margin-left: -5px;
}
.hide_menu {
    display:none !important;
}
@media(max-width:767px){
 .hide_menu {
    display:block !important;
}   
}

.trending-news-section {
    min-height: 110px;
    max-height: 110px;
}
.header_social_link .fa_link_wrap .fa_wrap i:hover:before {
	opacity:0.6;
}
.social_htext_wrap {
	height: 39px;
	line-height: 32px;
	/*position: relative;*/
	z-index: 1;
}
.social_htext_wrap .header_text, 
.social_htext_wrap .header_social_link {
	background: #333;
	height: 39px;
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
}
.social_htext_wrap .header_text {
	float: left;
	width: 50%;
	margin-left: 25%;
	color: #fff;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px){
.social_htext_wrap .header_text:before{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-top: 39px solid;
	border-left: 39px solid transparent;
	position: absolute;
	left: -39px;
	border-top-color: #333;
}
.social_htext_wrap:after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 50%;
	margin-left: -39px;
	border: none;
}
.social_htext_wrap .header_social_link {
	float: right;
	width: 25%;
	color: #fff;
}
.social_htext_wrap:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 50%;
	height: 39px;
	background: #333;
	z-index: 0;
}
}
.logo_info_wrap .header-logo-container .site-header-logo {
	margin-top: 0;
	margin-bottom:0;
}
.logo_info_wrap .header-logo-container,
.logo_info_wrap .site-branding {
	width: 25%;
	float: left;
}
.logo_info_wrap .site-branding{
	text-align: center;
}
/*un*/
a.header_icon {
    border: 1px solid #f6783a;
    color:#f6783a;
    padding: 6px 9px 6px 9px;
    font-size: 17px;
    border-radius: 50%;
    /* padding: 4px; */
}
a.header_icon:hover {
    border: 1px solid blue;
    color: #005a99;
}
/***/

/*------------------------------------
       header social links
------------------------------------*/
.header_social_link .fa_link_wrap {
	display: inline-block;
	margin-left: 10px;
	float: right;
	font-size: 14px;
	text-align: center;
}
.header_social_link .fa_link_wrap .link_wrap {
	display: none;
}
.header_social_link .fa_link_wrap a{
	position:relative;
	vertical-align:middle;
	display:inline-block;
}
.header_social_link .fa_link_wrap .fa_wrap i:before
{
   display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	color:#fff;
	border:2px solid #fff;
	border-color:#fff;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	transition:all ease 0.5s;
	font-size:12px;
}
.header_social_link .fa_link_wrap .fa_wrap i:hover:before {
	opacity:0.6;
}
.social_htext_wrap {
	height: 39px;
	line-height: 32px;
	/*position: relative;*/
	z-index: 1;
}
.social_htext_wrap .header_text, 
.social_htext_wrap .header_social_link {
	background: #333;
	height: 39px;
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
}
.social_htext_wrap .header_text {
	float: left;
	width: 50%;
	margin-left: 25%;
	color: #fff;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px){
.social_htext_wrap .header_text:before{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-top: 39px solid;
	border-left: 39px solid transparent;
	position: absolute;
	left: -39px;
	border-top-color: #333;
}
.social_htext_wrap:after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 50%;
	margin-left: -39px;
	border: none;
}
.social_htext_wrap .header_social_link {
	float: right;
	width: 25%;
	color: #fff;
}
.social_htext_wrap:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 50%;
	height: 39px;
	background: #333;
	z-index: 0;
}
}






.header_info_wrap {
	width: 65%;
	float: right;
	padding: 25px 0px;
}
.header_info_wrap span {
	display: block;
	margin-top: 5px;
}
.header_info_wrap .fa_icon {
    display: inline-block;
    float: left;
	margin: 0px 15px 0px 0px;
}
.header_info_wrap i:before {
	width: 30px;
	height: 30px;
	border: 2px solid;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #686868;
	display: inline-block;
	line-height:26px;
	padding-right: 1px;
}
.header_info_wrap .phone_header, 
.header_info_wrap .email_header, 
.header_info_wrap .location_header {
	display: inline-block;
	float: left;
	width: 33.33%;
}
.header_info_wrap .phone_header .title_phone,
.header_info_wrap .email_header .title_email_wrap,
.header_info_wrap .location_header .title_location_wrap {
	display: inline-block;
	font-size: 14px;
}
.title_location, .title_email, .pnone_title {
	text-transform: uppercase;
	font-weight: 600;
	color: #686868;
}
.header_info_wrap .phone_header .title_phone .phone,
.header_info_wrap .email_header .title_email_wrap .email_address,
.header_info_wrap .location_header .title_location_wrap .location{
	color: #333333;
}
/*=========================================
			navigation bar position
=============================================*/


.dropdown:hover .dropbtn:active {}


.spad {
	padding-top: 50px;
	padding-bottom: 80px;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: #0a88b6;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}

/* Image Popup */
.mfp-wrap {
	top:70px;
}
.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/
.social-icons .fa {
  font-size: 20px;
    /*padding: 8px;*/
}
.social-icons {
    position: absolute;
    right: 1%;
  display: inline-block;
}
.counter-plus {
    color: #f6783a;
    font-size: 30px;
    /* float: left; */
    position: absolute;
    right: 20%;
    top: 0;
}
div#fixed-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #ffff;
    width: 100%;
}
section.hero-section {
	 margin-top: 13%;
	}
.mt-90 {
    margin-top: 13%;
}

.header-section {
   /* background: rgba(233, 240, 247, 0.7);*/
	padding: 2px 0;
	overflow: hidden;

}

.site-logo {
	display: inline-block;
	margin-right: 50px;
	/*padding-top: 20px;*/
}

.header-info {
	display: inline-block;
	float: right;
	padding:20px 0 0;
}

.header-info .hf-item {
	display: inline-block;
	margin-left: 35px;
}
/*
.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #f6783a;
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}*/
.header-info .hf-item i {
	    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #f6783a;
    font-size: 17px;
    padding-top: 6px;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
	}
.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #d2d2db;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	/*top: 10px;
	*/margin-bottom: 0;
	font-family: 'Open Sans', sans-serif !important;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #09046d;
	font-weight: 500;
}

.nav-switch {
	display: none;
}

.nav-section {
	/*background: #020031;
	background:#09046d;*/
	 background: linear-gradient(to left, #fd6656, #ec1a22);
	/*background : #fd6656;
	background: linear-gradient(to left, #42c1de, #2193b0);
     background: #2980B9;


*/}

.nav-section .nav-right {
	float: right;
	padding-top: 23px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 14px;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
    font-family: 'Open Sans', sans-serif !important; 
	display: inline-block;
	color: #fff;
	font-size: 14px;
/*	text-transform: uppercase;*/
	font-weight: 500;
	padding: 15px 18px;
	margin-right: -5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.main-menu li a:hover {
	background: #f6783a;
}

.main-menu li.active a {
	background: #f6783a;
}

/** notification **/
.notification-block {
	background: #403378;
    color: #fff;
    padding: 38px 10px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 70px !important;
    font-size: 24px;
}
.notification-content {
	background: #eae5e5;
    padding: 10px 0px 0 20px;
	}
	.notification-navgiator {
		background: #eae5e5;
    padding: 10px 0px 0 20px;
	}
/*---------------------
	Hero Section
-----------------------*/

.hs-item {
	min-height: 460px;
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.hs-item .hs-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #f6783a;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 38px;
	margin-bottom: 18px;
	position: relative;
	left: 150px;
	opacity: 0;
	text-transform: uppercase;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	left: 150px;
	opacity: 0;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	left: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}

/*---------------------
	Counter Section
-----------------------*/

.counter-section {
	background: #09046d;
	padding: 40px 0;
}

.counter-section .big-icon {
	display: block;
	float: left;
	width: 71px;
	height: 71px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 15px;
}

.counter-section .big-icon i {
	font-size: 30px;
	color: #f6783a;
}

.counter-section .counter {
	padding-left: 40px;
}

.counter-section .counter .counter-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

.counter-content {
	padding-left: 90px;
}

.counter-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

.counter-content p {
	text-transform: uppercase;
	color: #fff;
}

.counter-content p i {
	color: #f6783a;
	margin-right: 10px;
}

/*---------------------
	Service Section
-----------------------*/

.services {
	margin-bottom: -50px;
}

.service-item {
	margin-bottom: 50px;
}

.service-item .service-icon {
	width: 45px;
	float: left;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-left: 75px;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
	font-weight: 400;
}

/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
}

.enroll-list-item {
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background: #f6783a;
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}

.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #6c6e70;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}

/*---------------------
	Courses Section
-----------------------*/

.courses-section .container {
	margin-bottom: -50px;
}

.course-item {
	margin-bottom: 50px;
}

.course-item .course-thumb {
	margin-bottom: 45px;
	position: relative;
}

.course-item .course-thumb img {
	min-width: 100%;
}

.course-item .course-thumb .course-cat {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.course-item .course-thumb .course-cat span {
	min-width: 150px;
	bottom: 0;
	background: #f6783a;
	padding: 10px 15px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.course-item .course-info {
	text-align: center;
	margin: 0 -15px;
}

.course-item .course-info .date {
	color: #f6783a;
	font-size: 14px;
	margin-bottom: 10px;
}

.course-item .course-info h4 {
	font-weight: 400;
	line-height: 1.3;
}

.course-item .course-info .cource-price {
	padding-top: 15px;
	color: #f6783a;
}

.course-item .course-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

/*---------------------
	Fact Section
-----------------------*/

.fact-section {
	background-position: center center;
	position: relative;
}

.fact-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.fact-section .container {
	position: relative;
	z-index: 1;
}

.fact {
	text-align: center;
}

.fact-icon {
	font-size: 48px;
	color: #fff;
	width: 50px;
	display: inline-block;
}

.fact-text {
	padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.fact-text h2 {
	color: #ffffff;
	font-weight: 400;
}

.fact-text p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/

.event-item {
	margin-bottom: 50px;
}

.event-item .event-thumb {
	margin-bottom: 45px;
	position: relative;
}

.event-item .event-thumb img {
	min-width: 100%;
}

.event-item .event-thumb .event-date {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.event-item .event-thumb .event-date span {
	min-width: 170px;
	bottom: 0;
	background: #f6783a;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.event-item .event-info {
	text-align: center;
}

.event-item .event-info h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

.event-item .event-info p {
	margin-bottom: 30px;
}

.event-item .event-info p i {
	color: #f6783a;
	padding-left: 13px;
	padding-right: 4px;
}

.event-item .event-info .event-readmore {
	font-size: 13px;
	text-transform: uppercase;
	color: #b7b7b7;
	letter-spacing: 2px;
	font-weight: 500;
}

.event-item .event-info .event-readmore i {
	color: #f6783a;
}

/*---------------------
	Gallery Section
-----------------------*/

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 120, 58, 0.9);
	color: #fff;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}

/*---------------------
	Blog Section
-----------------------*/

.blog-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.blog-item .blog-thumb {
	width: 230px;
	height: 170px;
	float: left;
}

.blog-item .blog-content {
	padding-left: 258px;
}

.blog-item .blog-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4;
}

.blog-item .blog-meta {
	margin-bottom: 15px;
}

.blog-item .blog-meta span {
	margin-right: 10px;
	font-size: 12px;
	color: #b7b7b7;
}

.blog-item .blog-meta span i {
	color: #f6783a;
	margin-right: 3px;
}

/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	background: #f7f7f7;
	padding: 25px 0;
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}

.newsletter-section .newsletter input {
	width: 100%;
	font-size: 14px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px 50px 50px 0px;
	min-width: 150px;
}

/*** admission **/
.bg-gray {
    background: #f7f7f7;
}
.white-box {
    box-shadow: 0px 1px 3px 3px #eceaea;
    -webkit-box-shadow: 0px 1px 3px 3px #eceaea;
    background: #ffffff;
    margin: 5px 0 20px;
}
.panel-default>.panel-heading, .panel {
    background-color: #e6e6e6  ;
    border: 0 none;
    box-shadow: none;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-default > .panelbg2 { 
 	/*background: #f02a2d !important;*/ 
   background: linear-gradient(to left, #403379, #068fbb);
    /*background-image: none;*/
}
.panel-default>.panel-heading {
    /*background-image: none !important;*/
    color: white !important;
    padding: 10px 15px;
}
.mb-45 {
	margin-bottom: 45px;
}
/** objectives */

.objective-wrap {
    background: #fff;
    box-shadow: 0 -1px 5px #ccc;
} 

.objective-wrap img {
	width:100%;
	max-height: 200px;
    min-height: 200px;
	}
.objective-text-warp {
	padding:1.5em 2em;
	max-height: 200px;
    min-height: 200px;
}
.objective-wrap h4 {
	font-size: 25px;
    margin: 10px 0;
   
}
/*---------------------
	Footer Section
-----------------------*/

.footer-section {
	background-color: #020031;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center 75px;
}

.footer-section .footer-top {
	padding: 30px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 7px 0;
	text-align: center;
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
	font-size:15px;
}

.footer-section .copyright p a {
	color: #fff;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color: #f6783a;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
}

.footer-widget p,
.footer-widget span {
	color: #b7b7b7;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget .about-widget img {
	margin-bottom: 3px;
}

.footer-widget .about-widget p {
	margin-bottom: 5px;
}


.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 10px;
}

.footer-widget .dobule-link ul a:hover {
	color: #f6783a;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left: 2px;
}

.footer-widget .recent-post li {
	margin-bottom: 25px;
}

.footer-widget .recent-post p {
	margin-bottom: 5px;
}

.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color: #f6783a;
	margin-right: 5px;
}

.footer-widget .contact li {
	margin-bottom: 15px;
	display: block;
}

.footer-widget .contact li p {
	margin-bottom: 0;
}

.footer-widget .contact i {
	font-size: 12px;
}

/*---------------------
	Other Pages
----------------------
======================*/

.site-breadcrumb {
	padding: 60px 0;
	color: #b7b7b7;
	font-size: 18px;
}

.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #f6783a;
	border-color: #f6783a;
	color: #fff;
}

/*---------------------
	About page
-----------------------*/

.about-text h5 {
	font-weight: 500;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #f6783a;
}
p.justify {
    text-align: justify;
}
.testimonial-section {
/*	
    background-image: url('assets/img/background.svg');
    background-position: -70px center;
    background-attachment: fixed;
    transition: opacity .5s ease;
*/}
.service-section {
	background: #f7f7f7;
	}
.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #f6783a;
}

.testimonial-slider .ts-text span {
	color: #f6783a;
	font-size: 14px;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 35px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
/*	color: #b7b7b7;*/

    color: #292929;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #f6783a;
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #f6783a;
}

/*---------------------
	Blog Page
-----------------------*/

.post-item {
	margin-bottom: 60px;
}

.post-item .post-thumb {
	height: 320px;
	margin-bottom: 40px;
}

.post-item .post-thumb-full {
	margin-bottom: 40px;
}

.post-item .post-content h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 14px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color: #f6783a;
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.post-item .tag i {
	color: #f6783a;
	margin-right: 5px;
}

.post-item .post-author {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 5px;
	display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #f6783a;
	background: #f6783a;
	color: #fff;
}

.comment-form-warp {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 150px;
}
/*
.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}*/
/*
.comment-form.--contact textarea {
	margin-bottom: 50px;
}
*/
.widget {
	margin-bottom: 55px;
	/*margin-left: -19px;*/
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color: #f6783a;
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 13px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color: #f6783a;
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid #f6783a;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
}

.post-item.post-details p {
	margin-bottom: 15px;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid #f6783a;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	        box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}

/*---------------------
	Contact page
-----------------------*/

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 400px;
	height: 100%;
	background: rgba(2, 0, 49, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-section .counter {
		padding-left: 20px;
	}
	.counter-section .counter .counter-item {
		min-width: 80px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 35px;
	}
	.widget {
		margin-left: 0;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info .hf-item i {
		float: left;
	}
	.header-info .hf-item p {
		display: block;
	}
	.hs-item {
		height: auto;
		min-height: auto;
		padding: 140px 0;
	}
	.counter-section .counter {
		padding-top: 15px;
		padding-left: 0;
	}
	.counter-section .counter .counter-item {
		min-width: 70px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 27px;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 25%;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: -16px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-info {
		display: none;
	}
	.site-logo {
		padding: 15px 0;
	}
	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #111;
		top: 75px;
		display: block;
	}
	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}
	.main-menu {
		display: none;
	}
	.main-menu li {
		display: block;
		border-top: 1px solid #212031;
	}
	.main-menu li a {
		padding: 10px;
		display: block;
		
	}
	.main-menu li a:hover {
		background-color: transparent;
		color: #f6783a;
	}
	.main-menu li.active a {
		background-color: transparent;
	}
	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}
	.hs-item .hs-title {
		font-size: 40px;
	}
	.counter-section .counter {
		float: none;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 50%;
	}
	.fact {
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: 50%;
		margin-left: -90px;
	}
	.testimonial-slider .owl-dots {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.testimonial-slider .ts-author-pic {
		margin: 5px auto 30px;
	}
	.testimonial-slider .ts-item {
		text-align: center;
		padding-bottom: 50px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
	.map-section {
		height: auto;
	}
	.contact-info-warp {
		position: relative;
		height: auto;
		display: block;
		width: 100%;
		padding-bottom: 70px;
	}
	.map-section .map {
		height: 300px;
	}
    .social-icons {
    margin-left: 20%;
    }
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hs-item .hs-title {
		font-size: 27px;
	}
	.counter-section .counter .counter-item {
		min-width: 65px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 25px;
	}
	.course-item .course-info {
		margin: 0;
	}
	.blog-item .blog-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-item .blog-content {
		padding-left: 0;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 100%;
	}
	.newsletter-section .newsletter {
		text-align: center;
	}
	.newsletter-section .newsletter input {
		padding-right: 30px;
		margin-bottom: 20px;
		text-align-last: auto;
	}
	.newsletter-section .newsletter .site-btn {
		position: relative;
		border-radius: 50px;
	}
	.post-item .post-author .pa-thumb,
	.comment-warp .comment .comment-avator {
		float: none;
		margin-bottom: 15px;
	}
	.post-item .post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0;
	}
}

/* drop down */
.dropbtn {
  color: white;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px;
  text-decoration: none;
  display: block;
  font-family: 'Open Sans', sans-serif !important;
}

.dropdown-content a:hover {background-color: #ddd;     z-index: 999;}

.dropdown:hover .dropdown-content {display: block !important;     z-index: 999;}

/* ---- */

@media only screen and (max-width:1400px) and (min-width:991px) {
.main-menu  {
   /* margin-left:31%;*/
}
	/*ul.nav.nav-pills1 {
	margin-left:35%;
}*/
}
ul.nav.nav-pills1 li.active {
    /*background: #f6783a;*/
     /*background: linear-gradient(to left, #fd6656, #ec1a22);*/
     background: linear-gradient(to left, #068fbb, #3f357a);
}
ul.nav.nav-pills1 li {
    background: linear-gradient(to left, #403379, #068fbb);
    padding: 5px 15px;
    margin: 5px;
}
ul.nav.nav-pills1 li a{
  font-family: 'Open Sans', sans-serif !important;
     color: #fff !important; 
}
.label {
border-radius: 5px;
    min-height: 316px;
    display: block;
    padding: 35px;
    text-align: center;
    margin-bottom: 30px;
     margin-top: 30px;
    -webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .3s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .3s cubic-bezier(.77,0,.175,1);
    -o-transition: all .3s cubic-bezier(.77,0,.175,1);
    transition: all .3s cubic-bezier(.77,0,.175,1);
    position: relative;
    border: 1px solid #f6783a;
    font-size: 15px;
    font-size: .9375rem;
    color: #777;
    cursor: pointer;
}
.label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.label h3 {
        color: #f6783a;
}
.header-info .hf-item:hover {
    /* transition: 3s; */
    transform: translateY(-3px);  
}
.header-info .hf-item i:hover
{
	transform: rotate(45deg);
}
.header-info .hf-item:hover {
    /* transition: 3s; */
    /* border: 1px solid orange; */
    transform: translateY(-3px);
  
  /*  box-shadow: 0px 1px 4px 0px rgba(228, 228, 228, 0.5);*/
   /* background: rgba(253, 154, 0, 0.1);*/
}

@media(max-width:767px){
	.website-logo {
    position: absolute;
    top: 50px;
    left: 15px;
}
	.social_htext_wrap .header_text{
	margin-left:5px;
	}
    section.service-section.spad {
    min-height: 800px !important;
}
 .social-icons {
    margin-left: 20%;
    }
.col-sm-4.notification-section {
    margin: 0 !important;
    height: 390px !important;
}
.header-section {
   /* background: rgba(233, 240, 247, 0.7);*/
	padding: 0px 0;
	overflow: hidden;
	    border-bottom: 2px solid #09046d;
}
	.site-logo {
    padding: 0;
    margin: 0;
}
}
/* CSS Admission */
  @media(max-width:550px){
        .row-align-center {
    margin: 0 auto;
     width: 100% !important; 
}

section.about-section.spad.mt-90 ,  #contact-page  , section.courses-section.spad.mt-90 {
    margin-top: 32% !important;
}
section.hero-section, .mt-90 {
    margin-top: 25%;
}
}

.row-align-center {
    margin: 0 auto;
    width: 550px;
}
.pull-right.submit-btn {
    padding:10px;
}
button.site-btn.btn.btn-danger:hover {
    background: #f13939 !important;
}
.site-btn:hover {
    background: #fff;
    border:1px solid #ec1e25;
    color:#ec1e25;
}
.site-btn:hover a {
    color:#ec1e25 !important;
}
img.img-responsive.tick {
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-top: -5px;
}
address.contact-border {
    border: 1px solid #f6783a;
    padding: 35px 15px 10px;
    text-align: center;
    margin-top: 0;
}
@media(max-width:1275px){
    .social-icons {
    position: relative;
    right: 1%;
    display: inline-block;
}
}
@media(max-width: 535px){
.social-icons {
    margin-left: 0%;
}
.counter-plus {
    right: 47%;
}
}
@media(max-width:450px){
 .social-icons {   
    position: fixed;
    top: 67px;
    right: 2%;
 }
}

  i.fa.fa-plus {
    position: absolute;
    font-size: 35px;
    bottom: 85px;
    right: 27px;
    color: #1eaaf0;
}

 .ht-info ul li {
    list-style: none;
    display: inline-block;
    margin-right: 35px;
    position: relative;
    font-size: 14px;
    color: #2d2d2d;
    padding: 14px 0 15px;
}
.about-image img {
    width: 100%;
    height: 215px;
    padding: 4px;
    background: #EEE;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

	.mb-20{
	margin-bottom: 20px;
	}
	h3.welcome-text {
	color: #333333;
    font-family: "Montserrat", Sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin:4px 0;
	}
	h2.welcome-text {
	color: #333333;
    font-family: "Montserrat", Sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1em;
	}


@media (max-width: 768px){
	.header_info_wrap {
    width: 70%;
    margin-left: 0;
    padding: 0;
    border-left: 1px solid #eee;
    float: right;
    padding-left: 5%;
}
	
.header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}
	.header_info_wrap {
    width: 70%;
    margin-left: 0;
    padding: 0;
    border-left: 1px solid #eee;
    float: right;
    padding-left: 5%;
}
	.header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header
	{
	width:100%;
	}
	.header_info_wrap .fa_icon{
		float: none;
	}
	.header_info_wrap .phone_header, 
	.header_info_wrap .email_header, 
	.header_info_wrap .location_header{
		
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.logo_info_wrap .header-logo-container,
	.logo_info_wrap .site-branding{
		width: 25%;
		float: left;
		margin: 20px 0;
	}
	.header_info_wrap{
		width: 70%;
		margin-left: 0;
		padding: 0;
		border-left: 1px solid #eee;
		float: right;
		padding-left: 5%;
	}
	.logo_info_wrap{
		margin: 20px 0;
	}
	.header_info_wrap span{
		display: inline-block;
	}
	.header_info_wrap .phone_header .title_phone .phone:before,
	.header_info_wrap .email_header .title_email_wrap .email_address:before,
	.header_info_wrap .location_header .title_location_wrap .location:before
	{
		content: " : ";
	}
	.title_location,
	.title_email, 
	.pnone_title,
	.header_info_wrap i:before{
		color: #000;
	}
	#header_slider_wrap .bx-wrapper .bx-controls-direction a{
		opacity: 1;
	}
	
}

@media (max-width: 600px){
	.logo_info_wrap .header-logo-container, 
	.logo_info_wrap .site-branding{
		width: 50%;
		display: block;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.header_info_wrap{
		border-left: none;
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.logo_info_wrap a{
	    text-align: center;
	}
	.header_info_wrap .fa_icon{
		display: none;
	}
	.header_social_link .fa_link_wrap{
		float: none;
	}
	.social_htext_wrap{
		text-align: center;
		padding-bottom: 10px;
	}
	.social_htext_wrap .header_text{
		width: 100%;
		float: none;
	}
	.social_htext_wrap .header_text, 
	.social_htext_wrap .header_social_link{
		height: auto;
	}
	header.site-header{
		border-top: none;
	}
	.site-footer .footer_area > div{
		width:100%;
	}
	#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_title_desc{
		width:80%;
	}
	#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_title{
		font-size:25px;
	}
	#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_content{
		font-size:14px;
	}
	.title_two,
	#section_service .title_two{
		font-size: 30px;
	}
	.notification-block{
	padding:5px;
	padding-right: 45% !important;
	}
	.notification-navgiator {
	display:none;
	}
	.trending-news-section {
    min-height: 200px;
    max-height: 200px;
    background:#eae5e5;
}
}
@media (max-width: 480px){
	.affliated_link { background:#333;}
	.website-logo{
	width:45%;
	}
	.hs-item.set-bg {
       height: auto;
    width: 100%;
    margin-top:15%;
}
	header.header-section {
	max-height:105px;
	}
	.header_social_link {
	display:none;
	}
	.header_info_wrap {
	opacity:0;
	}
	.logo_info_wrap .header-logo-container, 
	.logo_info_wrap .site-branding{
		width: auto;
	}
	.header-logo-container img {
	    margin: 0 auto;
	}

	}
	
	/***success page*/
	@media(max-width:767px){
	#usefull-link {
	
	margin-top: 20%;
}
	}

        .color-orange{
            color: #fb5f51;
        } 
        ul.common-list{
            padding: 20px;
            
        }
        .common-list li{
            line-height: 1.5em;
            margin-bottom: 10px;
/*            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;*/
           
        }
/*        .common-list li:before{
                content: "\f054";
                 padding-right: 10px;
                 color: #fb5f51;
                 display: inline-block;
                 
        }*/
.staff{
    margin-bottom: 30px;
}        
.achivement>.testimonial-slider .owl-dots {
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
.achivement >.testimonial-slider .ts-text p{
    padding: 20px;
}
.mylist{
    list-style: none;
    padding: 0;
    margin: 0;
}
.mylist li{
    margin-bottom: 50px;
    list-style: none;
}