
html,body {	height: 100%;	font-family: "Open Sans", sans-serif;	-webkit-font-smoothing: antialiased;	font-smoothing: antialiased;	font-size: 14px; }

h1,h2,h3,h4,h5,h6 {	margin: 0;	color: #1A354A;	font-weight: 600;	font-family: "Lato", sans-serif; text-transform:uppercase;}

h1 {	font-size: 2rem;}
h2 {	font-size: 1.7rem;}
h3 {	font-size: 1.5rem;}
h4 {	font-size: 1.3rem;}
h5 {	font-size: 1.2rem;}
h6 {	font-size: 1.1rem;}
p {font-family: "Open Sans", sans-serif; color: #777;	font-weight: 400;	line-height: 28px;	margin: 0 0 15px 0;}

img {	max-width: 100%;}
input:focus,select:focus,button:focus,textarea:focus {	outline: none;}
a:hover,a:focus {	text-decoration: none;	outline: none;	color: #fff;}
ul,ol {	padding: 0;	margin: 0;}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {	text-align: center;	margin-bottom: 52px;}
.section-title h2 {	font-size:2rem;	font-weight: 600;	color: #1A354A;	margin-bottom: 10px;}
.section-title p {}

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

.spad {	padding-top: 100px;	padding-bottom: 100px;}
.spad-2 { padding-top: 50px;	padding-bottom: 70px;}
.spad-3 { padding-top:20px;	padding-bottom:50px;}

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

.bg-gradient,
.bd-text .bd-tag-share .s-share a:hover,
.bh-text .play-btn,
.fee-tab .nav-tabs .nav-item .nav-link.active,
.newslatter-inner .ni-form button,
.latest-item .li-tag,
.price-item .price-btn:hover,
.price-item .pi-price,
.price-item .tr-tag,
.schedule-tab .nav-tabs .nav-item .nav-link.active{
	background-image: -o-linear-gradient(330deg, #F16D1E 0%, #FCCE16 100%), -o-linear-gradient(330deg, #F16D1E 0%, #FCCE16 100%);
	background-image: linear-gradient(120deg, #F16D1E 0%, #FCCE16 100%), linear-gradient(120deg, #F16D1E 0%, #FCCE16 100%);
}

/* buttons */

.primary-btn {	display: inline-block; font-weight: 600;	padding: 10px 30px;	color: #FFF;	text-align: center;	background-image: -webkit-gradient(linear, left top, right top, from(#F16D1E), to(#FCCE16)), webkit-gradient(linear, left top, right top, from(#F16D1E), to(#FCCE16));	background-image: -o-linear-gradient(left, #F16D1E 0%, #FCCE16 100%), -o-linear-gradient(left, #F16D1E 0%, #FCCE16 100%);	background-image: linear-gradient(to right, #F16D1E 0%, #FCCE16 100%), linear-gradient(to right, #F16D1E 0%, #FCCE16 100%);}

.site-btn {	font-size: 16px;	color: #FFF;	font-weight: 600;	border: none;	padding: 10px 40px 12px;background-image: -o-linear-gradient(330deg, #F16D1E 0%, #FCCE16 100%), -o-linear-gradient(330deg, #F16D1E 0%, #FCCE16 100%);	background-image: linear-gradient(120deg, #F16D1E 0%, #FCCE16 100%), linear-gradient(120deg, #F16D1E 0%, #FCCE16 100%);}


/*---------------------
  Header
-----------------------*/

.header-section {	display: -webkit-box;	display: -ms-flexbox;	display: flex; margin-top:60px;}

.header-section.header-normal {	border-bottom: 1px solid #e5e5e5;}

.logo {	float: left;	padding-top:10px;	padding-bottom:10px;}
.logo img {height:100px;}

.logo a {	display: inline-block;}

.nav-menu {	float: right;}
.nav-menu .mainmenu {	display: inline-block;}
.nav-menu .mainmenu ul li {	display: inline-block;	list-style: none;	margin-right: 20px;	position: relative;}
.nav-menu .mainmenu ul li .dropdown {	position: absolute;	width: 180px;	background: #1A354A;	z-index: 99;	left: 0;	top: 60px;	opacity: 0;	visibility: hidden;	-webkit-box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);	box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);	-webkit-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;}
.nav-menu .mainmenu ul li .dropdown li { display: block;	margin-right: 0; border-bottom:1px solid #F16D1E;}

.nav-menu .mainmenu ul li .dropdown li a {	padding: 8px 10px;	display: block;	-webkit-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;	text-transform: capitalize;color:#FFF;}
.nav-menu .mainmenu ul li .dropdown li a:hover {	color: #F16D1E;}
.nav-menu .mainmenu ul li .dropdown li a:after {	display: none;}
.nav-menu .mainmenu ul li.active a {color: #F16D1E;}
.nav-menu .mainmenu ul li.active a:after {	opacity: 1;}
.nav-menu .mainmenu ul li:hover>a:after {	opacity: 1;}
.nav-menu .mainmenu ul li:hover .dropdown {	opacity: 1;	visibility: visible;	top: 70px;}
.nav-menu .mainmenu ul li a {color: #1A354A;	text-transform: uppercase;	font-weight: 600;	font-size:0.9rem;	padding: 40px 0 20px 0;	position: relative;	display: inline-block;}
.nav-menu .mainmenu ul li a:after {	position: absolute;	left: 0;	bottom: 6px;	height: 2px;	width: 100%;	background: #FCCE16;	content: "";	opacity: 0;	-webkit-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;}
.nav-menu .primary-btn.top-btn {	margin: 27px 0;}
.slicknav_menu {	display: none;}

/*---------------------
  Hero
-----------------------*/

.hero-section {	padding-top:130px;	padding-bottom:130px;}
.hero-section .hero-text {	padding-top:50px;}
.hero-section .hero-text h2 {font-size:2.5rem;	color: #FFF;	line-height:1.1em;	font-weight: 600;	margin-top: 24px;	margin-bottom: 35px; padding:20px 40px; background:#F16D1E; color:#FFF; display:inline-block;}


/*---------------------
  Conter
-----------------------*/

.counter-section {	padding:10px 0;}

.counter-section .counter-text span {	font-size: 16px;	color: #FFF;
}

.counter-section .counter-text h3 {	color: #FFF;	font-weight: 700;	line-height: 38px;	margin-top: 10px;}

.counter-section .cd-timer {	text-align: right;}

.counter-section .cd-timer .cd-item {	display: inline-block;	text-align: center;	margin-left: 35px;	height: 120px;	width: 120px;	padding-top: 32px;	position: relative;}

.counter-section .cd-timer .cd-item:after {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	border: 2px solid #FFF;	content: "";	opacity: 0.1;	border-radius: 4px;}

.counter-section .cd-timer .cd-item:first-child {	margin-left: 0;}

.counter-section .cd-timer .cd-item span {	font-size:20px;	color: #FFF;	font-weight: 600;	line-height: 30px;}

.counter-section .cd-timer .cd-item p {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 0;
	line-height: 30px;
}


.indicators-section {	padding-top:10px;	padding-bottom: 10px; background:#1A354A ; color:#FFF; border-top:1px solid #FCCE16; position: -webkit-sticky; /* Safari */
   top: 0; z-index:2000; position: fixed; display:block; margin-bottom:20px; width:100%; }
span.red{color:#FF7A4D;}
span.green{color:#A3D900;}



.home-maintext-section {	padding-bottom: 90px;}



.ha-pic {	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);	margin-right: 30px;}
.ha-pic img {	min-width: 100%;	border-radius: 2px;}
.ha-text {}
.ha-text h2 { color: #1A354A; font-size: 40px;	font-weight: 700;	margin-bottom: 32px;}
.ha-text p {	margin-bottom: 21px;}
.ha-text ul {	margin-bottom: 27px;}

.ha-text ul li { list-style: none; font-size:1.2rem;	line-height: 2em;	color: #6a6b7c;}
.ha-text ul li span {	color: #F16D1E;}

.ha-btn {	font-size: 16px;	color: #1A354A;	font-weight: 600;	position: relative;}
.ha-btn:hover {color: #F16D1E;}

.ha-btn:before {	position: absolute;	left: 0;	bottom: -6px;	height: 2px;	width: 100%;	background: #F16D1E;	content: "";}

/*---------------------
  Member Item
-----------------------*/

.team-member-section {
	overflow: hidden;
}

.member-item {
	width: 20%;
	float: left;
	height: 420px;
	position: relative;
	overflow: hidden;
}

.member-item:hover .mi-social {
	top: 0;
}

.member-item:hover .mi-text {
	left: 20px;
}

.member-item .mi-social {
	text-align: center;
	position: relative;
	top: -60px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.member-item .mi-social .mi-social-inner {
	display: inline-block;
	padding: 10px 23px 8px;
	border-radius: 0 0 4px 4px;
}

.member-item .mi-social .mi-social-inner a {
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	margin-right: 10px;
}

.member-item .mi-social .mi-social-inner a:last-child {
	margin-right: 0;
}

.member-item .mi-text {
	background: #FFF;
	padding: 16px 0 18px 25px;
	position: absolute;
	left: -500px;
	bottom: 20px;
	width: calc(100% - 40px);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.member-item .mi-text h5 {
	font-size: 20px;
	color: #1A354A;
	font-weight: 600;
	margin-bottom: 5px;
}

.member-item .mi-text span {
	font-size: 16px;
	color: #FCCE16;
	display: block;
}

/*---------------------
  Schedule Section
-----------------------*/

.schedule-section {
	padding-bottom: 60px;
}

.schedule-tab .nav-tabs {
	border: none;
	border-radius: 2px;
	margin-bottom: 60px;
	-webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
	box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}

.schedule-tab .nav-tabs .nav-item {
	border-right: 1px solid #e7e7e8;
	width: 20%;
	text-align: center;
}

.schedule-tab .nav-tabs .nav-item:last-child {
	border-right: none;
}

.schedule-tab .nav-tabs .nav-item .nav-link {
	padding: 14px 0 13px 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active {
	border-radius: 2px;
	border-color: #e7e7e8;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active h5 {
	color: #FFF;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active p {
	color: #FFF;
}

.schedule-tab .nav-tabs .nav-item .nav-link h5 {
	color: #1A354A;
	font-weight: 600;
}

.schedule-tab .nav-tabs .nav-item .nav-link p {
	margin-bottom: 0;
}

.schedule-tab .st-content {
	border: 1px solid #ebebeb;
	border-radius: 2px;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.schedule-tab .st-content:hover {
	-webkit-box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
	box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
	border: 1px solid transparent;
}

.schedule-tab .st-content .sc-pic {
	text-align: center;
	padding: 30px 0;
}

.schedule-tab .st-content .sc-pic img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
}

.schedule-tab .st-content .sc-text {
	padding: 58px 0;
}

.schedule-tab .st-content .sc-text h4 {
	color: #1A354A;
	font-weight: 600;
	margin-bottom: 10px;
}

.schedule-tab .st-content .sc-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #6a6b7c;
	margin-right: 25px;
	position: relative;
}

.schedule-tab .st-content .sc-text ul li:last-child:after {
	display: none;
}

.schedule-tab .st-content .sc-text ul li:after {
	position: absolute;
	right: -18px;
	top: 0;
	content: "/";
}

.schedule-tab .st-content .sc-text ul li i {
	color: #FCCE16;
	font-size: 14px;
}

.schedule-tab .st-content .sc-widget {
	padding: 58px 0;
}

.schedule-tab .st-content .sc-widget li {
	list-style: none;
	font-size: 16px;
	color: #6a6b7c;
	line-height: 32px;
	position: relative;
	padding-left: 22px;
}

.schedule-tab .st-content .sc-widget li i {
	color: #FCCE16;
	position: absolute;
	left: 0;
	top: 7px;
}

/*---------------------
  Pricing Section
-----------------------*/

.pricing-section {
	padding-top: 90px;
	padding-bottom: 80px;
}

.pricing-section .section-title {
	margin-bottom: 88px;
}

.pricing-section .section-title h2 {
	color: #FFF;
}

.pricing-section .section-title p {
	color: #a0a1b5;
}

.price-item {
	background: #FFF;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 18px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 40px;
}

.price-item.top-rated {
	margin-top: -36px;
}

.price-item .tr-tag {
	width: 28px;
	height: 50px;
	line-height: 38px;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	position: absolute;
	right: 26px;
	top: 0;
}

.price-item .tr-tag i {
	color: #FFF;
}

.price-item h4 {
	color: #1A354A;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.price-item .pi-price {
	padding-top: 16px;
	padding-bottom: 14px;
	margin-bottom: 38px;
}

.price-item .pi-price h2 {
	font-size: 60px;
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.price-item .pi-price h2 span {
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.price-item ul li {
	list-style: none;
	font-size: 16px;
	color: #6a6b7c;
	line-height: 38px;
}

.price-item .price-btn {
	font-size: 16px;
	color: #1A354A;
	font-weight: 600;
	display: inline-block;
	background: #FFF;
	padding: 10px 85px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	bottom: -39px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.price-item .price-btn:hover {
	color: #FFF;
}

.price-item .price-btn:hover span {
	color: #FFF;
}

.price-item .price-btn span {
	color: #FCCE16;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest-blog {
	background: #f4f6f8;
	padding-bottom: 160px;
}

.latest-item {
	height: 255px;
	position: relative;
	margin-bottom: 40px;
	margin-left: 15px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
	box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
}

.latest-item.large-item {
	height: 550px;
	margin-right: 15px;
	margin-left: 0;
}

.latest-item.large-item .li-tag {
	left: 40px;
	top: 40px;
}

.latest-item.large-item .li-text {
	padding: 0 40px;
	bottom: 35px;
}

.latest-item.large-item .li-text h4 {
	margin-bottom: 17px;
}

.latest-item.large-item .li-text h4 a {
	color: #FFF;
	font-weight: 600;
	line-height: 36px;
}

.latest-item.large-item .li-text span {
	font-size: 16px;
	color: #FFF;
}

.latest-item.large-item .li-text span i {
	color: #FCCE16;
}

.latest-item .li-tag {
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	padding: 5px 18px;
	border-radius: 2px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.latest-item .li-text {
	position: absolute;
	left: 0;
	bottom: 26px;
	width: 100%;
	padding: 0 30px;
}

.latest-item .li-text h5 {
	margin-bottom: 5px;
}

.latest-item .li-text h5 a {
	display: block;
	color: #FFF;
	font-weight: 600;
	line-height: 30px;
}

.latest-item .li-text span {
	font-size: 14px;
	color: #FFF;
}

.latest-item .li-text span i {
	color: #FCCE16;
}

/*---------------------
  Newslatter Section
-----------------------*/

.newslatter-section.maintext-newslatter .newslatter-inner {
	margin-top: 0;
}

.newslatter-inner {
	padding: 60px 70px 48px;
	overflow: hidden;
	border-radius: 2px;
	margin-top: -100px;
}

.newslatter-inner .ni-text {
	float: left;
}

.newslatter-inner .ni-text h3 {
	color: #FFF;
	font-weight: 700;
	margin-bottom: 8px;
}

.newslatter-inner .ni-text p {
	color: #FFF;
	margin-bottom: 0;
}

.newslatter-inner .ni-form {
	width: 400px;
	position: relative;
	float: right;
	margin-top: 12px;
}

.newslatter-inner .ni-form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #a0a1b5;
	padding-left: 20px;
	background: #FFF;
	border-radius: 50px;
	border: none;
	padding-right: 140px;
}

.newslatter-inner .ni-form input::-webkit-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::-moz-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input:-ms-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::-ms-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form button {
	width: 128px;
	height: 40px;
	text-align: center;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*---------------------
  Home Contact 
-----------------------*/

.contact-section .section-title {
	text-align: left;
	margin-bottom: 40px;
}

.cs-text .ct-address span {
	font-size: 16px;
	color: #6a6b7c;
}

.cs-text .ct-address p {
	font-size: 18px;
	color: #1A354A;
	line-height: 30px;
	margin-top: 8px;
}

.cs-text ul {
	margin-bottom: 22px;
}

.cs-text ul li {
	font-size: 18px;
	color: #1A354A;
	line-height: 36px;
	list-style-type: none;
	display: inline-block;
	margin-right: 42px;
}

.cs-text ul li:last-child {
	margin-right: 0;
}

.cs-text ul li span {
	font-size: 16px;
	color: #6a6b7c;
	display: block;
}

.cs-text .ct-links span {
	font-size: 16px;
	color: #6a6b7c;
}

.cs-text .ct-links p {
	font-size: 18px;
	color: #1A354A;
	line-height: 30px;
	margin-top: 8px;
}

.cs-map {
	height: 400px;
	-webkit-box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
}

.cs-map iframe {
	width: 100%;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {	background: #1A354A; padding-top:10px;	padding-bottom: 20px;}

.footer-section p{color: #AAA;}

.footer-text {	text-align: center;	padding-top: 40px;}
.footer-text .ft-logo {	margin-bottom: 20px;}
.footer-text .ft-logo a {	display: inline-block;}
.footer-text ul {	margin-bottom: 18px;}
.footer-text ul li {	list-style: none;	display: inline-block;	margin-right:22px;}
.footer-text ul li:last-child {	margin-right: 0;}
.footer-text ul li a {	font-size: 0.9rem;	color: #F16D1E;	display: inline-block;	-webkit-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;}
.footer-text i {	color: #F16D1E;}
.footer-text ul li a:hover {	color: #FCCE16;}
.footer-text .copyright-text p {font-size: 0.8rem;color: #777;	margin-bottom: 28px;}

.footer-text .copyright-text a {	color: #F16D1E;}
.footer-text .copyright-text a:hover {	color: #FCCE16;}

/* ----------------------------------- Other Pages Styles ------------------------------- */

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {	padding: 40px 0 40px; background:#1A354A;}
.breadcrumb-text {	text-align: center;}
.breadcrumb-text h2 {	font-size:1.8rem;	color: #FFF;	font-weight: 600;	margin-bottom: 14px;}
.breadcrumb-text .bt-option a {color: #F16D1E;	display: inline-block;	margin-right: 25px;	position: relative;}
.breadcrumb-text .bt-option a:after {	position: absolute;	right: -17px;	top: 2px;	content: "";	font-family: "FontAwesome";}
.breadcrumb-text .bt-option span {	display: inline-block;	color: #F16D1E;}



.maintext-section {padding-top:50px;	padding-bottom: 90px;}
.maintext-section .section-title {	text-align: left;}


.section-btn {font-size: 16px; color: #1A354A;	font-weight: 600; position: relative;}
.section-btn:hover {color: #F16D1E;}
.section-btn:before { margin-top:40px; position: absolute;	left: 0; bottom: -6px;	height: 2px; width: 100%; background: #F16D1E; content: "";}


.maintext-section h2, .maintext-section .section-title h2 { margin-bottom: 40px; }
.maintext-section h2 span, .maintext-section .section-title h2 span, .home-maintext-section h2 span { font-size:1.2rem;padding:10px; background:#F16D1E; color:#FFF; display:inline-block;}


.maintext-section h3 { font-size:1.1rem; 	margin-top: 20px; margin-bottom: 20px;  color:#1A354A; text-transform:none;}

.maintext-section .section-title p {	margin-bottom: 20px;}

.maintext-pic {	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);}
.maintext-pic img {	min-width: 100%;}
.maintext-text {padding-top: 20px;}

.maintext-text h3 { color: #1A354A; font-weight: 600; margin-bottom: 25px; }
.maintext-text h3:before { position: absolute; left: 0; bottom: -6px; height: 2px;	width: 100%; background: #F16D1E; content: "";}

.maintext-text p {	margin-bottom: 20px;}

.maintext-text ul li {font-size: 16px; color: #6a6b7c; line-height: 30px; list-style: none;}

.maintext-text ol li {font-size: 16px; color: #6a6b7c; line-height:30px; margin-left:30px; list-style-type:lower-roman;}

.maintext-text ul li span {	color: #FCCE16;}

span.indicator{ background:#1A354A; color:#FFF; padding:5px 10px;font-size:1rem;}
span.moderately_high{ background:#FF5C26; color:#FFF; padding:5px 10px;font-size:1rem;}
span.high{ background:#C00; color:#FFF; padding:5px 10px;font-size:1rem;}
span.moderately_low{ background:#85B200; color:#FFF; padding:5px 10px;font-size:1rem;}
span.low{background:#2DB200;  color:#FFF; padding:5px 10px;font-size:1rem;}



ul.clients li {display:inline-block;color:#F16D1E; font-weight:700;	 padding:10px;  margin-bottom:10px;font-size:1.1rem;}
ul.clients li span.icon_check {color:#1A354A;font-weight:600;	}



.main-section {	padding-bottom: 30px;}
.main-section .section-title {	text-align: left;}
.main-section .section-title h2 {}

.main-left {	padding-right: 40px;}
.main-right {	padding-left: 40px;}
.main-item {	padding-bottom: 50px;	margin-bottom:10px;}

.main-item h2 span { font-size:1.3rem;padding:10px; background:#F16D1E; color:#FFF;	margin-bottom:10px; display:inline-block;}


.main-item .si-text {	overflow: hidden;}
.main-item .si-text h4 {	color: #1A354A;	font-weight: 600;	line-height: 36px;	margin-bottom: 14px;}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	padding-bottom: 40px;
	overflow: hidden;
}

.testimonial-section .section-title {
	margin-bottom: 26px;
}

.testimonial-slider .col-lg-6 {
	max-width: 100%;
}

.testimonial-slider.owl-carousel .owl-stage-outer {
	padding-bottom: 60px;
	padding-top: 30px;
}

.testimonial-slider.owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #1A354A;
	background: #f4f6f8;
	border-radius: 50%;
	position: absolute;
	left: -66px;
	top: 50%;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
	background: -webkit-gradient(linear, left top, right top, from(#F16D1E), to(#FCCE16));
	background: -o-linear-gradient(left, #F16D1E, #FCCE16);
	background: linear-gradient(to right, #F16D1E, #FCCE16);
	color: #FFF;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -66px;
}

.testimonial-item {
	background: #FFF;
	-webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	border-radius: 4px;
	position: relative;
	padding: 40px 40px 15px 40px;
}

.testimonial-item .quote-pic {
	position: absolute;
	right: 50px;
	top: 50px;
}

.testimonial-item .ti-author {
	overflow: hidden;
	margin-bottom: 22px;
}

.testimonial-item .ti-author .ta-pic {
	float: left;
	margin-right: 20px;
}

.testimonial-item .ti-author .ta-pic img {
	height: 76px;
	width: 76px;
	border-radius: 50%;
}

.testimonial-item .ti-author .ta-text {
	overflow: hidden;
	padding-top: 12px;
}

.testimonial-item .ti-author .ta-text h5 {
	font-size: 20px;
	color: #1A354A;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-item .ti-author .ta-text span {
	display: block;
	color: #FCCE16;
}

.testimonial-item p {
	font-size: 20px;
	color: #1A354A;
	line-height: 32px;
	font-weight: 500;
}

/*---------------------
Staff Section
-----------------------*/

.staff-section {	padding-top: 0;}
.staff-item {	margin-bottom: 50px;}
.staff-item .si-pic img {	min-width: 100%;}
.staff-item .si-text .si-title {	margin-bottom: 28px;}
.staff-item .si-text .si-title h4 {font-size:1.2rem;padding:10px; background:#F16D1E; color:#FFF;	margin-bottom:10px; display:inline-block;}
.staff-item .si-text .si-title span {font-size:1rem;padding:10px; background:#1A354A; color:#FFF; margin-bottom:10px; display:inline-block;}
.staff-item .si-text p {	color: #707070;	line-height: 26px;}

.load-more {
	text-align: center;
	padding-top: 10px;
}

.load-more .primary-btn {
	padding: 12px 45px;
}


.fee-section {	padding-top:50px;}

.fee-section h2 span  { font-size:1.3rem;padding:10px; background:#F16D1E; color:#FFF; display:inline-block;}


.fee-tab .fee-content table {margin-top:30px;	width: 100%;	text-align: center;	border: 1px solid #FCCE16;}
.fee-tab .fee-content table thead {	border-bottom: 1px solid #FCCE16;}
.fee-tab .fee-content table thead tr th { border-right: 1px solid #FCCE16; padding:20px 10x;}
.fee-tab .fee-content table tbody tr {	border-bottom: 1px solid #FCCE16;}
.fee-tab .fee-content table tbody tr td {	border-right: 1px solid #FCCE16; padding: 20px 10px;}


.indices-tab .indices-content table {width: 100%; border: 1px solid #1A354A;}
.indices-tab .indices-content table thead {background:#1A354A; color:#FFF;}
.indices-tab .indices-content table thead tr th {padding:10px;}
.indices-tab .indices-content table tbody tr {background-color:#FFF1E1;	border-bottom: 1px solid #1A354A; }
.indices-tab .indices-content table tbody tr:nth-child(even) { background-color: #FFF8F0;}
.indices-tab .indices-content table tbody tr:last-child {border-bottom: none; }
.indices-tab .indices-content table tbody tr td {	border-right: 1px solid #1A354A; padding:10px;}



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

.blog-section {
	padding-top: 0;
}

.blog-item {
	height: 277px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
}

.blog-item .bi-tag {
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	display: inline-block;
	padding: 3px 20px 5px;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.blog-item.large-item {
	height: 575px;
}

.blog-item.large-item .bi-tag {
	left: 30px;
	top: 30px;
}

.blog-item.large-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	padding: 0 20px;
}

.blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
	color: #FFF;
	line-height: 24px;
	font-weight: 600;
	display: block;
}

.blog-item .bi-text h3 {
	margin-bottom: 15px;
}

.blog-item .bi-text h3 a {
	font-size: 28px;
	color: #FFF;
	font-weight: 600;
	line-height: 36px;
	display: block;
}

.blog-item .bi-text span {
	font-size: 14px;
	color: #FFF;
	display: block;
}

.blog-item .bi-text span i {
	color: #FCCE16;
}

.load-more.blog-more {
	padding-top: 20px;
}

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

.blog-hero-section {
	padding: 200px 0;
}

.bh-text {
	text-align: center;
}

.bh-text .play-btn {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 79px;
}

.bh-text .play-btn i {
	color: #FFF;
	font-size: 28px;
	margin-left: 6px;
}

.bh-text h2 {
	color: #FFF;
	font-size: 60px;
	font-weight: 700;
	margin-top: 34px;
	margin-bottom: 14px;
}

.bh-text ul li {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.bh-text ul li:after {
	position: absolute;
	right: -22px;
	top: 4px;
	height: 14px;
	width: 1px;
	background: #6e6e6e;
	content: "";
}

.bh-text ul li:last-child {
	margin-right: 0;
}

.bh-text ul li:last-child:after {
	display: none;
}

.bh-text ul li span {
	font-size: 16px;
	text-transform: capitalize;
}

.bh-text ul li span strong {
	font-weight: 600;
}

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

.blog-details-section {
	padding-top: 70px;
}

.bd-text .bd-title {
	margin-bottom: 28px;
}

.bd-text .bd-quote {
	position: relative;
	padding-left: 32px;
	margin-bottom: 36px;
}

.bd-text .bd-quote:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #FCCE16;
	content: "";
}

.bd-text .bd-quote p {
	font-size: 18px;
	color: #1A354A;
	font-weight: 500;
	line-height: 30px;
}

.bd-text .bd-quote span {
	font-size: 14px;
	color: #FCCE16;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.bd-text .bd-quote img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bd-text .bd-more-text {
	margin-bottom: 32px;
}

.bd-text .bd-more-text.second-text {
	margin-bottom: 56px;
}

.bd-text .bd-more-text h4 {
	color: #1A354A;
	font-weight: 600;
	margin-bottom: 22px;
}

.bd-text .bd-more-pic {
	margin-bottom: 36px;
}

.bd-text .bd-more-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.bd-text .bd-tag-share {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.bd-text .bd-tag-share .tag {
	float: left;
	margin-top: 7px;
}

.bd-text .bd-tag-share .tag a {
	display: inline-block;
	font-size: 14px;
	background: #ebebeb;
	color: #6a6b7c;
	padding: 2px 17px 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.bd-text .bd-tag-share .tag a:hover {
	background: #FCCE16;
	color: #FFF;
}

.bd-text .bd-tag-share .s-share {
	float: right;
}

.bd-text .bd-tag-share .s-share span {
	display: inline-block;
	color: #1A354A;
	font-size: 16px;
	margin-right: 12px;
}

.bd-text .bd-tag-share .s-share a {
	display: inline-block;
	font-size: 16px;
	color: #1A354A;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	margin-left: 11px;
	border-radius: 50%;
}

.bd-text .bd-tag-share .s-share a:hover {
	color: #FFF;
}

/*---------------------
  Comment Section
-----------------------*/

.comment-section h3 {	color: #1A354A;	font-weight: 600;}
.comment-form input {	width: 100%;	height: 46px;	background: #f4f6f8;	padding-left: 20px;	padding-right: 5px;	border: none;	margin-bottom: 30px;	border-radius: 2px;	border: 1px solid #F16D1E;	-webkit-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;}
.comment-form input::-webkit-input-placeholder {	color: #a0a1b5;}
.comment-form input::-moz-placeholder {	color: #a0a1b5;}
.comment-form input:-ms-input-placeholder {	color: #a0a1b5;}
.comment-form input::-ms-input-placeholder {	color: #a0a1b5;}
.comment-form input::placeholder {	color: #a0a1b5;}
.comment-form input:focus {	border: 1px solid #1A354A;	color: #1A354A;}
.comment-form textarea {	width: 100%;	height: 120px;	background: #f4f6f8;	padding-left: 20px;	border: none;	padding-top: 12px;	padding-right: 5px;	margin-bottom: 32px;	border-radius: 2px;	border: 1px solid #F16D1E;	-webkit-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;	resize: none;}
.comment-form textarea::-webkit-input-placeholder {	color: #a0a1b5;}
.comment-form textarea::-moz-placeholder {	color: #a0a1b5;}
.comment-form textarea:-ms-input-placeholder {	color: #a0a1b5;}
.comment-form textarea::-ms-input-placeholder {	color: #a0a1b5;}
.comment-form textarea::placeholder {	color: #a0a1b5;}
.comment-form textarea:focus {	border: 1px solid #1A354A;	color: #1A354A;}

/*---------------------
  Related Post Section
-----------------------*/

.related-post-section {
	background: #f4f6f8;
	padding-bottom: 70px;
	padding-top: 90px;
}

.related-post-section .blog-item {
	height: 350px;
}

.related-post-section .blog-item .bi-tag {
	left: 30px;
	top: 30px;
}

.related-post-section .blog-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.related-post-section .blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.related-post-section .blog-item .bi-text h5 a {
	font-size: 20px;
	line-height: 30px;
}

/*---------------------
  Contact Top Content
-----------------------*/

.contact-content-section {	overflow: hidden;}
.cc-text { margin-left: -15px;	margin-right: -15px;	padding-top: 30px;	padding-bottom:30px;}
.cc-text .section-title {	text-align: left;	margin-bottom: 42px;}
.cc-text .section-title h2 span {font-size:1.3rem;padding:10px; background:#F16D1E; color:#FFF; display:inline-block;}
.cc-text .section-title p {}
.cc-text .cs-text .ct-address span, .cc-text .cs-text ul li span {color:#F16D1E; font-weight:700;}
.cc-text .cs-text .ct-address p {	}
.cc-text .cs-text ul li {}

.cc-text .cs-text .ct-links span {	}
.cc-text .cs-text .ct-links p {	}
.cc-map { 	margin-left: -15px;	margin-right: -15px;	position: relative;}

.cc-map iframe {	width: 100%;}


/*---------------------
  Contact Form
-----------------------*/

.comment-form.contact-form input {	margin-bottom: 25px;}
.comment-form.contact-form textarea {	height: 150px;	margin-bottom: 42px;}

/*-------------------------------- Respinsive Media Styles --------------------------------*/

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

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menu .mainmenu ul li {
		margin-right: 25px;
	}
	.hero-section .hero-text {
		padding-top: 110px;
	}
	.counter-section .cd-timer .cd-item {
		margin-left: 25px;
	}
	.ha-text {
		padding-top: 0;
	}
	.member-item {
		width: 25%;
		height: 310px;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.newslatter-inner .ni-form {
		width: 350px;
	}
	.cc-text {
		padding-top: 65px;
	}
}

@media only screen and (max-width: 991px) {
	.schedule-tab .st-content .sc-pic {
		text-align: left;
		padding: 30px 0 0;
	}
	.schedule-tab .st-content .sc-text {
		padding: 30px 0 0;
	}
	.schedule-tab .st-content .sc-widget {
		padding: 30px 0;
	}
	.schedule-tab .st-content {
		padding-left: 30px;
	}
	.price-item.top-rated {
		margin-top: 0;
	}
	.latest-item.large-item {
		height: 550px;
		margin-right: 0;
		margin-left: 0;
	}
	.latest-item {
		margin-left: 0;
	}
	.cs-map {
		margin-top: 20px;
	}
	.maintext-text {
		margin-top: 30px;
	}
	.main-right {
		padding-left: 0;
	}
	.newslatter-inner .ni-text {
		float: none;
	}
	.newslatter-inner .ni-form {
		float: none;
		margin-top: 30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.counter-section .counter-text {
		margin-bottom: 30px;
	}
	.counter-section .cd-timer {
		text-align: left;
	}
	.staff-item .si-text .si-title {
		padding-top: 30px;
	}
	.bd-text .bd-more-pic img {
		margin-bottom: 10px;
	}
	.cc-text {
		padding-left: 40px;
	}
	.ha-pic {
		margin-right: 0;
	}
	.hero-section .hero-text {
		margin-bottom: 20px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav-menu .primary-btn.top-btn {
		display: none;
	}
	.nav-menu .mainmenu ul li {
		margin-right: 20px;
	}
	.bh-text h2 {
		font-size: 45px;
	}
	.nav-menu .mainmenu ul li:last-child {
		margin-right: 0;
	}
	.hero-section .hero-text {
		margin-bottom: 20px;
	}
	.member-item {
		width: 33.33%;
	}
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.counter-section .cd-timer .cd-item {
		margin-bottom: 10px;
	}
	.member-item {
		width: 50%;
	}
	.newslatter-inner {
		padding: 60px 50px 48px;
	}
	.newslatter-inner .ni-form {
		width: 350px;
	}
	.footer-text ul li {
		margin-right: 15px;
	}
	.fee-tab .fee-content {
		overflow-x: auto;
	}
	.fee-tab .nav-tabs .nav-item {
		width: 33.33%;
	}
	.bd-text .bd-tag-share .tag {
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.bd-text .bd-tag-share .s-share {
		float: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.nav-menu .mainmenu {
		display: none;
	}
	.nav-menu .primary-btn.top-btn {
		display: none;
	}
	.slicknav_btn {
		margin: 34px 0;
		border-radius: 0;
	}
	.slicknav_nav {
		background: #222;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: #FCCE16;
		color: #FFF;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #FCCE16;
		color: #FFF;
	}
	.member-item .mi-text {
		left: -1000px;
	}
	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 40px;
		line-height: normal;
	}
	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}
	.counter-section .cd-timer .cd-item:last-child {
		margin-right: 0;
	}
	.testimonial-slider.owl-carousel {
		text-align: center;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		margin-top: 10px;
		position: relative;
	}
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 36px;
		line-height: normal;
	}
	.newslatter-inner {
		padding: 60px 20px 48px;
	}
	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}
	.schedule-tab .nav-tabs .nav-item {
		width: 33.33%;
	}
	.member-item {
		width: 100%;
	}
	.newslatter-inner .ni-form {
		width: 100%;
	}
	.newslatter-inner .ni-form button {
		width: 95px;
	}
	.newslatter-inner .ni-form input {
		padding-right: 100px;
	}
	.footer-text ul li {
		margin-bottom: 10px;
	}
	.fee-tab .nav-tabs .nav-item {
		width: 50%;
	}
	.cc-text {
		padding-left: 30px;
		padding-top: 35px;
	}
	.main-item h2 {
		float: none;
		margin-bottom: 10px;
	}
	.bd-text .bd-tag-share .s-share a {
		font-size: 14px;
		height: 35px;
		width: 35px;
		line-height: 35px;
		margin-left: 5px;
	}
}
  
.error_msg{display:block; font-weight:700; color:red; padding:1rem; margin:1rem auto;}
  
.error_snd{display:block; font-weight:700; background:#F00; color:white; padding:1rem; margin:1rem auto;}
  
.success_snd{display:block; font-weight:700; background:#A3D900; color:black; padding:1rem; margin:1rem auto;}