/*-------------------------
 01 - General CSS starts
-------------------------*/
body {
  font-family: 'Montserrat';
	line-height:25px;
	font-size:0.875rem;
	font-weight:400;
    padding:0;
    margin:0;
    font-style:normal;
	color:#5d5d5d;
}
h1, h1 a { 
	font-size:2rem;
    margin-bottom:15px;
}
h2, h2 a {
	font-size:1.75rem;
}
h3, h3 a { 
	font-size:1.50rem;
}
h4, h4 a { 
	font-size:1.25rem;
}
h5, h6, h5 a, h6 a {
	font-size:1rem; 
}
label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span { 
	font-size:0.875rem;
	line-height:25px;
	color:#111111;
}
h1,h2,h3,h4,h5,h6, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family:'Montserrat';
	font-weight:bold;
	color:#2f2f2f;
}
a:hover {
	color:#e79800; 
}
iframe {
	width:100%;
	border:0px; 
}
.button {
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Montserrat';
}
.button.primary {
	background-color:#174873; 
}
.button.primary:hover {
	background-color:#e79800; 
}
.button.secondary {
	background-color:#e79800; 
}
.button.secondary:hover {
	background-color:#174873; 
}
.bordered-light {
	background-color:transparent !important;
	border:1px solid #FFF; 
}
.bordered-light:hover {
	background-color:#e79800 !important;
	border-color:#e79800 !important;	 
}
.bordered-dark {
	background-color:transparent !important;
	border:1px solid #2f2f2f !important; 
	color:#2f2f2f !important;
}
.bordered-dark:hover {
	background-color:#2f2f2f !important;
	border-color:#2f2f2f !important;
	color:#FFF !important;	 
}
.module {
	position:relative;
		margin-bottom:20px; 
		margin-top:0px;

	
}
dl dt {
	font-weight:bold;
	margin-bottom:.3rem;
}
iframe {
	width:100%;
}

.contact li span{
	  position: relative;
    left: 20px;
    display: inherit;
    top: -25px;
}
/*-------------------------
General CSS Ends
-------------------------*/

/*-------------------------
 02 - Useful Elements CSS
-------------------------*/
.event-content img{
     width: 100%;
}
.section-title-wrapper {
	position:relative; 
	margin-bottom:40px;
}
.section-title { 
	overflow:hidden;
    position:relative;
    text-align:center;
}
.section-title h2 {
	margin-bottom:0px;
    text-transform:uppercase; 
	font-weight:bold !important;
}
.section-title p {
	font-size:1rem;
    text-transform:capitalize;
	margin-bottom:20px; 
}
.section-title-wrapper::after {
    bottom:-6px;
    color:rgb(231, 152, 0);
    content:"\f19d";
    font-family:fontawesome;
    font-size:14px;
    height:17px;
    left:0px;
    position:absolute;
    right:0px;
    text-align:center;
    width:39px;
    z-index:9;
    background:none 0px 0px repeat scroll rgb(255, 255, 255);
    margin:0px auto;
}
.section-title-wrapper:before {
    background:#e79800 none repeat scroll 0 0;
    bottom:0;
    content:"";
    height:1px;
    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    text-align:center;
    width:109px;
}
.section-title-wrapper.light-title h2, .section-title-wrapper.light-title p {
	color:#FFF; 
}
.section-title-wrapper.light-title:before {
	background-color:#FFF;	
}
.section-title-wrapper.light-title::after {
	background-color:#353536;	 
	color:#FFF;
}
.grey-bg .section-title-wrapper::after {
	background:none 0px 0px repeat scroll rgb(247, 247, 247); 
}
.owl-nav {
	text-align:center;
	margin:auto; 
	width:90px;
	margin-top:15px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	display:block;
	width:25px;
	height:25px;
	border:1px solid #e79800;
	text-align:center;
	display:inlne-block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-color:#FFF;
	color:#e79800;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
	line-height:25px; 
	font-size:1.2rem;
	margin-top:-1px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background-color:#e79800;
	color:#FFF;		 
}
.space-section .row .small-12 {
	margin-top:15px;
	margin-bottom:15px; 
}
.space-section .row .small-12:last-child { 
	margin-bottom:0px;
}
.space-section .row .small-12:first-child {
	margin-top:0px; 
}
.space-section .row .medium-6:nth-child(2) {
	margin-top:0px; 
}
.space-section .row .medium-4:nth-child(2), .space-section .row .medium-4:nth-child(3) { 
	margin-top:0px;
}
.row .sidebar.small-12 {
	margin-top:0px; 
}
/*-------------------------
Useful Elements CSS Ends
-------------------------*/

/*-------------------------
 03 - Top bar CSS starts
-------------------------*/
.topBar {
	background-color:#174873;
	width:100%; 
	border-bottom:1px solid #ededed;
}
.topBar p {
	color:#FFF;
	margin-bottom:0px; 
	float:left;
	padding:7px;
}
.topBar ul {
	text-align:right; 
}
.topBar ul li {
	color:#FFF;
	padding:7px;
	text-align:right;
	display:inline-block;
}
.topBar ul .social {
	padding:0px; 
}
.topBar ul .first-social {
	padding-left:25px; 
}
.topBar ul li a {
	padding-left:5px;
	padding-right:5px;
	color:#FFF; 
}
.topBar ul li a:hover {
	color:#e79800; 
}
/*-------------------------
Top bar CSS Ends
-------------------------*/

/*-------------------------
 04 - Header CSS Starts
-------------------------*/
.event-content{
   text-align: justify;
}
.header {
	position:relative;
	z-index:99999999;
	padding-top:0px;
	padding-bottom:0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    box-shadow:rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    transform:translateZ(0);
	-webkit-transform:translateZ(0);
	background-color:#fff;
}
.header .logo{
	margin:auto;
	width:640px;
	height:auto;
	max-width:100%;
	text-align: center;
	    padding: 6px 0;
}
.header .logo img {
	height:100%;
	width:100%; 
}
.search-wrap a {
	font-size:1rem; 
	line-height:40px;
}
#search-dropdown input[type=text] {
	margin-bottom:0px; 
}
.top-bar {
	padding:0px; 
	width:calc(100% - 20px);
	float:left;
	background-color:transparent;
}
.top-bar ul {
	margin:0px;
	font-weight:normal;
	z-index:9999;
	background:#FFF;
}
.top-bar ul .first-sub { 
	border-top:2px solid;
}
.top-bar ul li a {
	text-transform:uppercase;
	font-size:0.875rem;
}
.top-bar ul ul li a {
	text-transform:capitalize;
} 
.top-bar {
	position:relative;	
	font-family:'Montserrat';
} 
.top-bar ul ul {
	padding-top:0px;
	padding-bottom:0px; 
	z-index:99999 !important;
	border:0px !important;
}
.top-bar .is-dropdown-submenu-parent {
	position:relative; 
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	border:0px; 
}
.dropdown.menu.medium-horizontal>li>a {
	padding:12px; 
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu { 
	position:absolute;
	max-width:100%;
	margin-top:26px;
}
.top-bar li {
	list-style:none; 
}
.single-sub ul li a {
	width:100%;
	padding:10px;
	font-weight:normal;
}
.responsive-menu ul li a { 
 	display:block;
	width:100%;
 }
.top-bar, .top-bar ul {
	background-color:transparent; 
}
.top-bar ul .first-sub { 
	border-top-color:#174873 !important;
}
.top-bar ul li a {
	color:#174873;
	border-bottom:2px solid transparent;
}
.is-active a, .top-bar ul li a:hover {
	color:#e79800 !important;
	border-bottom:2px solid #e79800 !important;
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a {
	border-bottom:0px !important;
	background-color:#174873;
	color:#FFF !important; 
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a:before{
    content:"\00BB";
	margin-right:10px;
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a:hover {
	color:#e79800 !important; 
}
.is-active ul li a {
	color:#174873 !important;
}
.menu .active>a {
	 background-color:#174873;
	 color:#FFF;
}
.single-sub ul li a {
	border-bottom-color:#174873 !important; 
}
/*-------------------------
Header CSS Ends
-------------------------*/

/*-------------------------
 05 - Header Style 2
-------------------------*/
.navigation-style-two {
	background-color: #174873;  
}
.navigation-style-two .search-wrap a {
	line-height:52px; 	 
}
.navigation-style-two .search-wrap a, .navigation-style-two .top-bar ul li a {
	color:#FFF;
}
.navigation-style-two .dropdown.menu.medium-horizontal>li>a {
	padding-top:18px;
	padding-bottom:18px; 
}
.navigation-style-two .top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu {
	margin-top:0px;
	border-top:1px solid #e79800 !important; 
}
.navigation-style-two .is-active a, .navigation-style-two .top-bar ul li a:hover {
	border-bottom:0px !important; 
}
.topBar .topbar-new ul {
	text-align:left; 
}
.topBar .topbar-new ul li a {
	padding-top:5px;
	padding-bottom:5px; 
}
.header-new .text-right p {
	margin-bottom:0px;
	font-size:1.5rem; 
	line-height:40px;
	font-family:'Montserrat';
	color:#e79800;
}
.topbar-new {
	background-color:#2f2f2f; 
}


/*-------------------------
Header Style 2 Ends
-------------------------*/

/*-------------------------
 06 - Banner CSS Starts
-------------------------*/
.main-banner {
	position:relative; 
}
.rev_slider_wrapper { 
	margin:0px auto;
	background-color:transparent;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.layer1 {
	z-index:5;
	background-color:rgba(0, 0, 0, 0.25);
	border-color:rgba(0, 0, 0, 1.00); 
}
.layer2 {
	z-index:6; 
	min-width:721px; 
	max-width:721px; 
	white-space:normal;
	text-align:center; 
}
.layer3 {
	z-index:7; 
	white-space:nowrap; 
	/*background-color:#174873 !important;*/
	color:#fff !important;
	padding:5px 10px !important;
}
.layer4 {
	z-index:8; 
	white-space:nowrap;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.layer4 a {
	color:#FFF; 
}
.layer4:hover {
	background-color:#174873 !important;
	border-color:#174873 !important;  
}
.tp-bannertimer{ 
	height: 7px !important;
	background-color: rgba(255, 255, 255, 0.25) !important;
}
/*-------------------------
Banner CSS Ends
-------------------------*/

/*-------------------------
 07 - Information Boxes CSS
-------------------------*/
.courses-info, .faculty-info, .newadmission-info { 
	position:relative;
	padding:30px 30px;
}
.courses-info::after, .faculty-info::after, .newadmission-info::after  {
	content:"";
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
}
.courses-info_read{
	height:247px;
}
.courses-info { 
	background-color:rgba(10, 104, 177, 0.95);
	height: 347px;
}
.courses-info::after {
    background:url('images/help/courses.jpg');
}
.faculty-info {
	background-color:rgba(23, 72, 115,0.95);
}
.faculty-info::after {
    background:url('images/help/faculty.jpg');
}
.newadmission-info {
	background-color:rgba(10, 104, 177, 0.95);
	    height: 347px;
}
.newadmission-info1{
     height: 222px;
    
}
.newadmission-info::after {
    background:url('images/help/admission.jpg');
}
.information-boxes h3 {
	color:#FFF;
	text-align:center;
	text-transform:uppercase; 
}
.information-boxes {
	text-align:center; 
}
.information-boxes p, .information-boxes ul {
	color:#FFF; 
	text-align:left;
}
.information-boxes .button {
	margin-bottom:0px; 
	margin:auto;
}
.course-page .tabs {
	 text-align:left;
}
/*-------------------------
Information Boxes CSS Ends
-------------------------*/

/*-------------------------
 08 - Welcome Message CSS
-------------------------*/
.welcome-message h2 {
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:0px;
}
.welcome-message h2 span {
	color:#e79800;
	font-size:45px;
 font-family: Aparajita Regular;
 text-transform: capitalize
}
.welcome-message h3 {
	font-weight:normal;
	text-transform:capitalize;
	font-size:1.25rem;
}
.welcome-message p{
        text-align: justify;

}
.welcome-message .button {
	margin-bottom:0px;
	margin-top:11px;
	    
	
}

.aword-left, .aword-right{
	position: absolute;    
    width: 300px;
 	top:0;
}
.aword-left img, .aword-right img{
	width: 100%;
}
.aword-left{
	left: 90px;
}
.aword-right{
	right:80px;
}

.grey-bg{
  background-color: #f7f7f7;
}
/*-------------------------
Welcome Message CSS Ends
-------------------------*/

/*-------------------------
 09 - Our Courses CSS
-------------------------*/
.our-courses {
	background-color:#ffffff;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding-top:80px;
	padding-bottom:80px; 
}
.course-wrapper {
	position:relative; 
}
.tabs {
	margin-bottom:40px;
	text-align:center; 
	background-color:transparent;
	border-color:transparent;
}
.tabs .tabs-title {
	float:none;
	display:inline; 
}
.tabs .tabs-title a {
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px; 
	font-family: 'Montserrat';
    font-weight: bold;
    padding: 0px 10px;
    text-transform: uppercase;
    	background-color:#174873;
    	    line-height: 40px;
    	    color:#fff;
}
.tabs .tabs-title.is-active a {
/*	background-color:transparent;*/
       background-color:#e79800;
       border-bottom: 0px !important; 
       color:#fff !important;
}
.tabs-panel { 
	background-color:transparent !important;
	width:100%;
	padding:0px;
}
.tabs-content {
	border:0px;
	background-color:transparent; 
}
.course {
	background-color:#FFF; 
	padding: 10px;
	position:relative;
	box-shadow: 0 0 6px 1px rgb(234, 234, 234);
	height: 498px;
    overflow: hidden;
    max-height: 100%;
    text-align: justify;
}
.course p{
   margin-bottom: 0;
}
.course h3 {
	font-weight:normal; 
}
.course .course-thumb {
	position:relative; 
	margin-bottom:15px;
}
.course .course-thumb img{
    max-width: 100%;
    height: 110px;
   	width:377px;
   
}
.course .teacher {
	width:75px;
	height:75px;
	border:3px solid #e79800;
	border-radius:100%;
	position:absolute;
	bottom:-20px; 
	z-index:5;
}
.course .teacher-name { 
	position:absolute;
	bottom:0px;
	background-color:#0a68b1;
	color:#FFF;
	left:65px;
	padding:5px 15px;
	z-index:3;
	border-radius:0px 10px 10px 0px;
	font-weight:bold;
}
.course .price-tag {
	position:absolute;
	right:0px;
	bottom:0px;
	background-color:rgba(10, 104, 177, 1);
	color:#FFF; 
	padding:5px 10px;
	font-weight:bold;
	border-radius:5px;
	font-size:1rem;
}
.is-active .bordered-dark {
	background-color:transparent !important;
	border:1px solid #2f2f2f !important; 
	color:#2f2f2f !important;
}
.is-active .secondary {
	color:#FFF !important; 
}
.is-active .secondary:hover {
	border-color:transparent !important; 
}
.is-active .bordered-dark:hover {
	background-color:#2f2f2f !important;
	border:1px solid #2f2f2f !important; 
	color:#FFF !important;
}
.course .button {
	margin-bottom:0px; 
}
.course ul li i {
	margin-right:10px; 
}
/*-------------------------
Our Courses CSS Ends
-------------------------*/

/*-------------------------
 10 - Our Teachers CSS
-------------------------*/
.teacher {
	position:relative; 
}
.teacher .teacher-thumb img {
	width:100%;
	height:auto;
	/*border-radius:100%;*/
	z-index:2;
}
.teacher .teacher-thumb {
/*position:relative;
	background-color:#174873;
	/*border-radius:100%;
	border:2px solid #e79800;*/
}
.teacher:hover>.teacher-thumb img { 
	/*opacity:.3;*/
}
.teacher:hover>.teacher-thumb .teacher-links {
	/*opacity:1; */ 
}
.teacher-links .menu li a {
	font-size:1rem;
	display:block;
	width:35px;
	height:35px;
	background-color:#e79800;
	color:#FFF; 
	line-height:35px;
	padding:0px;
	margin:0px 5px;
	border-radius:100%;
	text-align:center;
}
.teacher-thumb video {
  width: 100%;
  height: auto;
}
.teacher-links .menu>li>a i {
	line-height:35px;
	margin-left:0px;
	margin-right:0px; 
}
.teacher-links{
	text-align:center; 
	position:absolute;
	bottom:20px;
	z-index:5;
	width:100%;
	opacity:0;
}
.small-button {
	display:table;
	margin:auto;
	margin-top:10px;
	padding:5px 15px;
	border:1px solid #e79800;
	color:#FFF;
	background-color:#e79800;
	border-radius:20px;
	text-transform:uppercase;
}
.small-button:hover, .teacher-links .menu li a:hover {
	color:#e79800;
	background-color:#FFF;
	border-color:transparent;	 
}
.teacher-meta {
	text-align:center; 
}
.teacher-meta h3 a {
	font-weight:normal; 
}
.teacher-meta h3 { 
	margin-top:15px;
	font-weight:normal;
}
/*-------------------------
Our Teachers CSS Ends
-------------------------*/

/*-------------------------
 11 - Seminar/Events CSS
-------------------------*/
.seminar-events {
	position:relative;
	padding-top:80px;
	padding-bottom:80px; 
	background-color:rgba(47, 47, 47, 0.9);
}
.seminar-events::after  {
	content:"";
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
	background:url('images/help/eventsbgbk.jpg');
	background-size:cover;
}
.event {
	background-color:rgba(255,255,255,0.95);
	border-radius:5px;
	padding:0px 0px; 
	text-align:center;
	height:600px;
	
}
.event-data {
	padding-top:15px;
	padding-bottom:15px; 
}
.event h4 a {
	font-weight:normal;
	font-size: 20px;
	/*text-transform:uppercase; */
}
.event .button {
	margin-bottom:0px; 
}
.event .event-thumb {
	position:relative; 
	padding-right:0px;
	padding-left: 0;
}
.event .event-thumb img {
	border-radius:0px 5px 5px 0px; 
	width:100%;
	height:auto;
}
.event-date {
	background-color:transparent;
	position:absolute;
	top:0px;
	left:100%;
	text-transform:uppercase;
	font-weight:normal; 
	font-family:'Montserrat';
	font-size:1.5rem;
	text-align:center;
	color:#2f2f2f;
}
.event-day {
	background-color:#e79800;
	color:#FFF;
	display:block;		 
	margin-bottom:15px;
	padding:10px;
	border-radius:0px 5px 5px 0px;
}
.event-month {
	background-color:#e79800; 
	color:#FFF;
	display:block;
	margin-top:15px;
	padding:10px;
	border-radius:0px 5px 5px 0px;
}
.events-wrapper .columns:nth-child(3), .events-wrapper .columns:nth-child(4) {
	/*margin-top:30px;*/
}
/*-------------------------
Seminar/Events CSS Ends
-------------------------*/

/*-------------------------
 12 - Gallery CSS
-------------------------*/
.gallery-thumb {
	margin-top: 2px;
    margin-bottom: 2px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;}
.gallery-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-col{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px 5px;
}
.gallery-col a{
	position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    display: block;
}
.gallery-thumb a img {
    	height:189px;
    
    
}
.gallery-thumb:hover {
	opacity:.7; 
}
/*-------------------------
Gallery CSS Ends
-------------------------*/

/*-------------------------
 13 - Our Process
-------------------------*/
.upper-background { 
	height:100%;
	width:auto;
	position:absolute;
	bottom:0px;
	left:0px;
}
.our-process h2 {
	color:#FFF; 
	font-size:2.5rem;
	text-transform:uppercase;
	margin-bottom:40px;
	color:#e79800;
}
.process h3, .process p {
	color:#FFF;
	margin-bottom:0px; 
}
.process h3 {
	text-transform:capitalize;
	font-weight:normal; 
}
.process .number {
	float:left;
	font-size:2rem;
	background-color:#f7f7f7;
	color:#2f2f2f;
	display:block;
	width:50px;
	height:50px;
	border-radius:100%;
	text-align:center;
	line-height:50px;
	margin-right:25px;
	font-weight:bold;
}
.process .right-info {
	float:left; 
}
.process {
	margin-bottom:30px; 
}
.our-process .process:last-child {
	margin-bottom:0px; 
}
/*-------------------------
Our Process Ends
-------------------------*/

/*-------------------------
 14 - Testimonials Starts
-------------------------*/
.testimonial {
	background-color:#f7f7f7;
	border-radius:5px;
	border:1px solid #ededed;
}
.testimonial .testimonial-thumb {
	float:left; 
    margin-top: 18px;
	margin-bottom: 18px;
}
.testimonial h4 {
	font-weight:normal;	 
}
.testimonial .testimonial-detail {
	float:left; 
	width:calc(100% - 212px);
	padding:15px;
}
.testimonial .testimonial-thumb img {
	height:200px;
	width:auto;
	border-radius:5px 0px 0px 5px;
	border-right:1px solid #ededed; 
}
.testimonial cite {
	color:#2f2f2f; 
	float: left;
}
/*-------------------------
Testimonials Ends
-------------------------*/

/*-------------------------
 15 - Blog Posts Starts
-------------------------*/
.blog-posts {
	background-color:#f7f7f7;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding-top:80px;
	padding-bottom:80px; 
}
.post {
	position:relative; 
}
.post-thumb {
	z-index:2; 
}
.post p {
	margin-bottom:0px; 
}
.post h4, .post h4 a {
	margin-bottom:0px;
	font-weight:normal;
}
.post-meta, .post-meta a {
	font-size:12px;
	line-height:20px; 
}
.post-meta {
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed; 
}
.post-content {
	background-color:#FFF; 
	width:calc(100% - 30px);
	padding:15px;
	z-index:5;
	margin-top:-30px;
	position:relative;
	margin-left:15px;
	height:280px;
}
.load-more .button {
	margin-top:15px;
	margin-bottom:0px; 
} 
/*-------------------------
Blog Posts Ends
-------------------------*/

/*-------------------------
 16 - Brands Carousel
-------------------------*/
.brands-wrap {
	margin-bottom:80px; 
} 
.bran-logo {
	padding:5px; 
}
.bran-logo .thumbnail {
	margin-bottom:0px; 
	border:1px solid #ededed;
	padding:3px;
	opacity:.8;
	height:55px;
	width:auto !important;
}
.bran-logo .thumbnail:hover {
	opacity:1; 
}
.side-controls .owl-controls {
	margin-top:0px; 
} 
.side-controls .owl-prev , .side-controls .owl-next { 
	font-size: 19px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
	margin-top:-12.5px;
}
.side-controls .owl-next { 
	right:-20px;
}
.side-controls .owl-prev { 
	left:-20px;
}
.side-controls .owl-controls { 
	margin: auto;
    display: block;
    width: 0px;
	margin-top:0px;
}
.side-controls .owl-nav {
	margin-top:0px; 
}
/*-------------------------
Brands Carousel Ends
-------------------------*/

/*-------------------------
 17 - Call to Action Box
-------------------------*/
.call-to-action { 
	padding-top:5px;
	padding-bottom:0px;
}
.call-to-action i {
	border:1px solid #2f2f2f;
	width:40px;
	height:40px;
	text-align:center; 
	line-height:40px;
	margin-right:15px;
}
.call-to-action h2 span { 
	color:#e79800;
	font-size:1.25rem;
}
.call-to-action h2 {
	font-size:1.25rem;
	font-weight:normal;
	margin-bottom:0px;
}
.call-to-action p {
	margin-bottom:0px;
}
.call-to-action .button {
	margin-bottom:0px; 
}
.call-to-action { 
	background-color:#f7f7f7 !important;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
/*-------------------------
Call to Action Box Ends
-------------------------*/

/*-------------------------
 18 - Title Section CSS
-------------------------*/
.title-section {
    padding-top:100px;
    padding-bottom:20px;
    position:relative;
	height:300px;
	/*background-color:rgba(27, 27, 27, 0.9);*/
	
	
	
	
}

.title-section::after {
    content:"";
     /*background:url('images/help/title-bg.jpg');*/
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
	background-size:cover;
}
.title-section h1 {
    text-transform:uppercase;
    margin-top:0px;
    margin-bottom:5px;
	color:#FFF;
	font-size: 2.65rem;
}
.title-section ul {
    margin: 0px;
}
.breadcrumbs li, .breadcrumbs li a {
    font-size: 1rem;
}
.breadcrumbs li, .breadcrumbs li a {
    color: #FFF;
}
/*-------------------------
Title Section CSS Ends
-------------------------*/

/*-------------------------
 19 - Page Preloader
-------------------------*/
#loading{
	background-color:#f7f7f7;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999999;
	margin-top: 0px;
	top: 0px;
}
#loading.loaded {
	display:none !important; 
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object{
	width: 80px;
	height: 80px;
	background-color: #174873;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% { 
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
  } 50% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
/*-------------------------
Page Preloader Ends
-------------------------*/

/*-------------------------
 20 - Single-teacher CSS
-------------------------*/
.progress .ninty-five {
    width: 95%;
}
.progress .sixty-five { 
	width:65%;
}
.progress .seventy-five { 
	width:75%;
}
.progress .eighty-five { 
	width:85%;
}
.single-teacher .staff-links {
	width:100%;
	position:static;
}
.courses-table-heading {
	background-color:#e79800; 		 	
	padding-top:10px;
	padding-bottom:10px;
}
.courses-table-row div{
	float:left;
}
.courses-table-heading h5 {
	color:#fff;
	font-weight:normal;
	margin-bottom:0px;
	text-transform:uppercase;
	text-align:center;
}
.courses-detail {
	background-color:#f7f7f7;
	border-top:1px solid #fff;
	padding-top:5px;
	padding-bottom:5px; 	
} 
.courses-detail span{
	margin-top:10px;
	text-transform:capitalize;
	border-bottom:1px solid #fff;
	text-align:center; 	
}
.courses-detail span:last-child {
	border-bottom:0px;
}
.course-id {
	border-right:1px solid #fff; 	
	min-width: 70px;
    width: 70px;
	text-align:center; 	
}
.course-name {
	border-right:1px solid #fff; 	
	min-width: 555px;
    width: 555px; 	
}
.course-name a{
	text-align:left;
	padding-left:30px; 	
}
.course-duration {
	border-right:1px solid #fff; 	
	min-width: 230px;
    width: 230px;
	text-align:center; 	
}
.course-time-line { 		
	min-width: 315px;
    width: 315px;
	text-align:center; 	
}
.courses-table-row:after { 
	clear:both !important;
	content: ' ';
    display: table;
}
/*-------------------------
 Single-teacher CSS  starts
-------------------------*/

/*-------------------------
 21 - Styles For Inner 
      Pages Starts
-------------------------*/

/*-------------------------
 21.1 - Contact Us Page
-------------------------*/
.content-section h2 {
	font-weight:normal; 
}
.content-section label {
	font-weight:bold;
}
.contact-info {
	margin-bottom:25px; 
}
.content-section h4 {
	font-weight:normal; 
}
.contact-info h4 {
	border-bottom:1px solid #ededed;
	padding-bottom:4px;
	margin-bottom:15px; 
}
.contact-info p {
	margin-bottom:0px; 
}
.contact-info img {
	width:100%;
	height:auto; 
}
.contact-form .button {
	margin-bottom:0px; 
}

/*-------------------------
 21.2 About Us Page
-------------------------*/
.icon-box {
    position: relative;
    clear: both;
}
.icon-box .icon-side {
    width: 140px;
    height: 40px;
   /* border-radius: 100%;*/
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
	color: #FFF !important;
    background-color: #e79800;
	font-family: 'Montserrat';
}
.download {
  animation: blink-animation .5s steps(3, start) infinite;
  -webkit-animation: blink-animation .5s steps(3, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.icon-box .info-side {
    margin-left: 0px;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom:10px;
    width: calc(100% - 70px);
}
.info-side p strong {
    font-size: 16px;
	color:#fff;
	font-family:'Montserrat';
}
.icon-box p {
    margin-bottom: 0px;
}
.icon-box .icon-side i {
	font-style:normal;
	color:#fff;
}
.icon-box .icon-side i a:hover {	
	color:#fff;
}

/*-------------------------
 21.3 - 404 Error Page
-------------------------*/
.pageerror h2 {
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    font-size: 133px;
}
.pageerror h3 {
    text-align: center;
}
.error-page-form {
	margin:auto !important;
	margin-top:30px;
	float:none !important; 
}

.grey-bg{
 background-color: gray;
}

/*-------------------------
 21.4 - Boxed Page
-------------------------*/
.boxed {
    max-width: 1250px;
    margin: auto;
    box-shadow: 0px 0px 6px 1px #CCC;
	background-color:#FFF;
	position:relative;
	z-index:0;
}
body.box {
    background-image: url(images/help/bodybg.jpg);
    background-repeat: repeat;
	z-index:-10;
}
.box .main-banner {
	overflow:hidden; 
}
.box .gallery-thumb {
	max-width:310px; 
}

/*-------------------------
 21.5 - Testimonials Page
-------------------------*/
.testimonial-page .testimonial .testimonial-thumb img {
	height:145px;
	width:auto; 
}

/*-------------------------
21.6 - Blog Page
-------------------------*/
.pagination {
	text-align:center; 
	margin-bottom:0px;
	margin-top:30px;
}
.pagination .current {
	background:#174873;
	padding:0px;
}
.pagination .current a {
	color:#FFF; 
}
.pagination .current a:hover, .pagination a:hover {
	background-color:#174873; 
	color:#FFF;
}
.blog-page .featured-image {
	position:relative; 
}
.blog-page .blog-post {
	border-bottom:1px solid #ededed;
	margin-bottom:30px; 
}
.blog-page .blog-post.last-post {
	margin-bottom:0px; 
}
.blog-page .post-meta {
	border-top:0px;
	border-bottom:0px;
	background-color:#e79800;
	padding:10px;
	max-width:370px;
	color:#FFF; 
	position:absolute;
	bottom:15px;
	left:4px;
}
.blog-page .post-meta a {
	color:#FFF; 
}
.blog-post .post-excerpt h4 {
	font-weight:bold;
}
.sharing-posts {
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-share a {
	margin-right:10px;
	margin-left:10px; 
	padding-top:0px;
	padding-bottom:0px;
}
.post-tags .tags li a {
	border:0px; 
	background-color:transparent;
	color:#3b3d42;
	padding-left:7px;
	padding-right:7px;
}
.post-tags .tags {
	margin-bottom:0px; 
}
.single-post .sharing-posts  .small-12{
  	margin-top : 0px;
	margin-bottom: 0px;
}
.author-box {
	margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
}
.content-section .events-wrapper .event {
	border:1px solid #ededed; 
	
}
/*-----------------------
 21.7 - Our Staff  CSS
------------------------*/
.staff-introduction h2 {
	border-bottom:1px solid #ededed;
}
.shadow {
    box-shadow: 0px 0px 2px 1px #CCC;
    padding: 10px;
}
.staff-detail h4, h4 a {
    margin-top: 10px;
	font-weight:normal;
}
.staff-detail h4 a, h4 span{
   	font-weight:normal;
}
.section-title h2 span {
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin-left: 15px;
}
.staff-box {
	position:relative;
}
.staff-links{
    width: 100%;
    position: absolute;
 	bottom:10px;
	left:0px;
}
.staff-links .menu>li>a i {
    line-height: 35px;
    margin-left: 0px;
    margin-right: 0px;
}
.staff-links .menu li a {
    font-size: 1rem;
    display: block;
    width: 35px;
    height: 35px;
    background-color: #e79800;
    color: #FFF;
    line-height: 35px;
    padding: 0px;
    margin: 0px 5px;
    border-radius: 100%;
    text-align: center;
}
.staff-links .menu li a:hover {
	color:#e79800;
	background-color:#FFF;
	border-color:transparent;	 
}
.staff-detail .small-button {
	margin:0px;
}
.special-icon-margin li i {
	margin-right:10px; 
}
/*---------------------
 21.8 Courses Pages
---------------------*/
.course-section {
	position:relative;
	clear:both; 
}
.courses-wrapper .course-section {
	margin-top:50px; 
}
.courses-wrapper .course-section:first-child { 
	margin-top:0px;
}
/*-------------------------
Styles For Inner Pages Ends
-------------------------*/


/*-------------------------
  22 - Sidebars CSS
-------------------------*/
.sidebar .icon-box { 
	margin-bottom:25px;
}
.sidebar .testimonials {
	padding-top:20px;
	padding-bottom:40px; 
}
.widget {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	margin-bottom:25px;
	padding:15px;
}
.sidebar .widget:last-child {
	margin-bottom:0px; 
}
.widget h2 { 
	font-size: 1rem;
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
	padding-bottom:10px;
	background-color:#174873;
	color:#fff;
	padding:10px;
	background-color:#174873;
	
}
.widget .button, .search input[type=text] {
	margin-bottom:0px; 
}
.widget .tags li {
	padding-left:0px;
	padding-right:0px; 
}
.widget .tags li a {
	padding:5px 10px;
	text-wrap:suppress;
	white-space: nowrap;
	margin:5px;
	display:inline-block;
}
.widget .popular-post {
	margin-bottom:8px; 
	margin-top:8px;
	border-bottom:1px solid #ededed;
}
.widget .popular-post:last-child {
	border-bottom:0px;
	margin-bottom:0px; 
}
.widget .popular-post p {
	margin-top:5px; 
}
.widget .popular-post img {
	margin-right:10px; 
}
.sidebar ul li a:before{
   content:"\00BB";
	margin-right:10px;
}
.tags {
	list-style:none;
	margin-left:0px; 
	margin-bottom:0px;
}
.tags li {
	display:inline;
	padding-left:0px;
	padding-right:0px; 
}
.tags li a {
	background-color:#ededed;
}
.tags li a:hover {
	background-color:#e79800; 
	color:#FFF;
}
.tags li:first-child {
	padding-left:0px; 
}
.sidebar .tags li a:before {
	content:none;
	margin-right:0px; 
}
.sidebar ol li a {
	line-height:22px;
}
/*-------------------------
  Sidebars CSS Ends
-------------------------*/

/*-------------------------
  23 - Products Section 
       CSS
-------------------------*/
.our-store {
	padding-top:60px;
	padding-bottom:60px;
	background-color:#F7f7f7;
}
.our-store .price {
	font-size:15px; 
	text-align:center;
}
.our-store h6 {
	text-align:center; 
	margin-top:10px;
	margin-bottom:10px;
}
.our-store h6 a {
	font-size:1rem;
	font-weight:normal;
}
.price .old {
	margin-left:15px;
	font-weight:normal;
	font-size:90%; 
	text-decoration:line-through;
}
.our-store img {
	width:100%;
	height:auto; 
}
.our-store .pro-rating {
	text-align:center; 
	margin-top:10px;
}
.product-img {
	position:relative; 
	min-height:320px;
	width:100%;
}
.product-img img {
	overflow:hidden;
	min-height:320px;
	width:100%; 
}
.product-img .sale {
	position:absolute;
	top:0px;
	left:0px;	 
	font-size:16px;
	padding:10px 10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	background-color:#174873;
}
.pro-buttons {
	position:absolute;
	bottom:40px;
	left:0px;
	width:100%;
	background-color:#ededed;
}
.pro-buttons a {
	font-size:1.2rem;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.pro-buttons ul {
	list-style:none;
	text-align:center; 
	margin:0px;
}
.pro-buttons ul li {
	display:inline;
	margin-left:11px;
	margin-right:11px; 
}
.pro-buttons a {
	text-align:center;
}
.add-to-cart-top .button {
	width:100%;
	position:absolute;
	bottom:0px;
	margin:0px;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.single-product {
	padding-top:0px;
	padding-bottom:30px; 
}
.our-store .single-product {
	padding-bottom:0px; 
}
.page-filter {
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #ededed; 
}
.page-filter .pagination {
	text-align:center; 
}
.single-shop .our-store {
	margin-bottom:0px; 
}
.product-thumbnail img {
	width:100%;
	height:auto; 
}
.product-meta {
	padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 0.875rem;
    margin-top: 10px;
}
.product-share {
	padding-top:15px;
	border-top:1px solid #ededed; 
}
.add-cart-option {
	margin-top:25px;
	margin-bottom:25px; 
}
.add-cart-option input[type=number] {
	max-width:75px; 
	float:left;
	margin-right:20px;
}
.product-detail .price {
	font-size:1.25rem; 
	font-weight:bold;
}
.product-detail h2 {
	font-weight:bold;
	text-transform:uppercase; 
}
.single-products-page .price .normal {
	font-size:1.5rem;	 
	font-weight:bold;
}
.price .normal {
	color:#e79800; 
	font-size:1.25rem;
}
.qty {
	max-width:75px; 
}
.cart-item .product-thumbnail img {
	height:100px !important;
	width:auto; 
}
.apply-coupon {
	margin-top:15px; 
}
.products-page .small-12 {
	margin-top:0px !important;
	margin-bottom:0px !important; 
}
.single-product h6 a {
	font-weight:normal;
	margin-bottom:0px; 
}
.accordion-title:focus, .accordion-title:hover {
	background-color:#FFF;
	border-bottom:1px solid #e79800;
	color:#e79800;	
}
.accordion-title {
	font-size:1rem; 
	font-family:'Montserrat'; 
	color:#2f2f2f;
}
/*-------------------------
  Products Section End
-------------------------*/

/*-------------------------
  24 - Pricing-list CSS
-------------------------*/
.price-plan {
	width: 100%;
    background: #f7f7f7;
    text-align: center;
}
.price-plan .price-title {
	background: #364e72;
    color: #f7f7f7;
    font-size: 16px;
	font-weight:300;
    padding: 20px 10px 25px;
}
 .title-heading {
	font-size: 26px;
	font-weight:normal;
    margin: 0;
    padding: 9px;
	color:#fff;
}
.price-title strong {
	font-size: 76px;
    align-self: baseline;
    line-height: 1;
    font-weight: 500;
}
.price-details {
	padding: 15px 30px;
	background-color: #f7f7f7;
	margin-left: 0px;
}
.price-details li {
	text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
   	list-style:none;	
}
.price-plan li:last-child {
	border-bottom:0px;
}
 .price-details li .fa {
	  position:relative;
	  margin-right:7px;
}
.red {
	color:red;
}
.orange {
	color:#e79800;
}
/*-------------------------
  Pricing-list CSS  Ends
-------------------------*/


/*-------------------------
  25 - Footer
-------------------------*/
.footer {
	width:100%;
	position:relative;
}
.footer::after {
	content: "";
    background: url('images/help/gallery9.jpg');
    background-size:cover;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.footer h2 {
	font-size:19px; 
	margin-bottom:10px;
	font-weight:bold;
}
.tx-div {
    width: 45px;
    display: block;
    height: 3px;
    opacity: .8;
    margin: 10px 0 15px;
}
.footerTop {
	 padding-top:60px;
	 padding-bottom:60px;
}
.footerTop ul { 
	margin:0px;
	list-style:none;
}
.vertical li a {
	padding:8px 0px;
}
.footerbottom {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
.footerbottom ul {
	margin:0px;
}
.footerbottom ul li a {
	border-right:1px solid; 
	padding:0px 10px;
}
.footerbottom ul li:first-child a { 
	padding-left:0px;
}
.footerbottom ul li:last-child a { 
	border:0px;
	padding-right:0px;
}
.copyrightinfo {
	font-size:15px;
}
.address i {
    width: 40px;
    height: 40px;
    border: 2px solid;
    font-size: 1.2857142857142858em;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}
.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
	font-weight:bold;
}
.footer ul {
	margin:0px; 
}
.office-hours li {
	padding-bottom:10px; 
}
.footer-widget input[type=text] {
	height:40px;
	max-width:230px; 
}
.quick-links ul {
	width:100%;
	float:left;
}
.socialicons {
	line-height:25px;
	font-size:18px; 
	font-weight:bold;
}
.socialicons a {
	margin-right:5px;
	margin-left:5px; 
}
.footer {
	background-color:rgba(27, 27, 27, 0.9);
	color:#FFF;
}
.footer a {
	color:#FFF; 
}
.footer p {
	color:#FFF; 
}
.footer a:hover {
	color:#e79800; 
}
.footer h2 {
	color:#f7f7f7;
}
.tx-div {
	background-color:#f7f7f7;
}
.footerTop ul { 
	color:#FFF;
}
.footerbottom {
	background:#2f2f2f;
	color:#FFF;
}
.footerbottom a {
	color:#FFF; 
}
.footerbottom a:hover {
	color:#e79800; 
}
.address i, .address h4 {
	color:#f7f7f7;
}
#top {
    position: fixed;
    right: 15px;
    text-align: center;
    bottom: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px;
    font-size: 22px;
    opacity: .9;
    z-index: 99;
	display:none;	
	background-color:#FFF;
    color:#e79800;
	line-height: 30px;
	border:1px solid #e79800;
}
#top:hover {
	background-color:#e79800; 
	color:#FFF;
}
/*-------------------------
  Footer CSS ends here
-------------------------*/

/*-------------------------
  26 - Mobile Adjustments 
       Media Queries
-------------------------*/
@media only screen and (max-width: 40em) {
.boxed {
	max-width:100%; 
	margin:auto;
	border-left:0px;
	border-right:0px;
}
.logo img {
	height:90px;
	width:auto; 
}
.top-bar {
	width:100%;
	padding:0px; 
}
.topBar p {
	background-color:transparent;
	text-align:center;
	float:none; 
	padding:3px;
}
.topBar ul li {
	padding:3px; 
}
.topBar ul .first-social {
	padding-left:15px; 
}
.topBar .row .small-12 {
	margin-bottom:0px; 
	margin-top:0px;
}
.topBar .text-right {
	text-align:center; 
}
.top-bar-title { 
	margin-right: 0px;
    width: 20px;
    margin: auto;
    float: none;
}
.top-bar ul {
	width:100%;
	margin-top:10px;
	background-color:#174873;
}
.top-bar ul li a {
	padding-left:15px;
	color:#FFF; 
}
.top-bar ul li a:hover, .top-bar ul .is-active a, .top-bar ul li a {
	border-bottom:0px !important;
	color:#FFF !important; 
}
.top-bar ul li a:hover {
	color:#e79800 !important; 
}
.top-bar ul ul {
	margin-top:0px; 
}
.is-accordion-submenu-parent>a:after {
	border-color: #FFF transparent transparent; 
}
.top-bar ul ul li a {
	padding-left:25px; 
}
.top-bar ul ul li a:before{
   content:"\00BB";
	margin-right:10px;
}
.nav-wrap {
	position:relative; 
}
.search-wrap {
	position:absolute;
	top:-13px;
	left:20%;
	margin-right:-20px; 
	font-size:20px;
}
.menu-icon.dark {
	margin-left:-55px; 
}
.reason-section .medium-8 {
	padding-left:0.625rem; 
}	
.owl-prev , .owl-next { 
    position: relative !important; 
}
.owl-prev:hover , .owl-next:hover { 
    position: relative !important;
}
.owl-next { 
	float:left !important;
	right:0px !important;
	margin-left:5px !important;
}
.owl-prev { 
	float:left !important;
	left:0px !important;
	margin-right:5px !important;
}
.owl-controls {
	margin-top:10px !important; 
}
.owl-nav {
    text-align: center;
    margin: auto;
    width: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
}
.side-controls .owl-prev, .side-controls .owl-next {
	width:35px;
	height:35px;
	margin-top:-23px; 
}
.teacher {
	padding-left:10px;
	padding-right:10px; 
}
.section-title-wrapper {
	padding-left:10px;
	padding-right:10px; 
}
.seminar-events .event-thumb {
	padding-right:.625rem; 
	display:none;
}
.gallery-container {
	text-align:center;
	padding-left: 15px;
    padding-right: 15px; 	
}

.gallery-container a {
	padding-bottom: initial;
}
.gallery-container .gallery-thumb {
    width: 100%;
    padding: 5px;
    position: relative;
    margin: 0px !important;
}
.gallery-thumb {
    max-width: 334px;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 100% !important;
}
.upper-background {
	display:none; 
}
.process .right-info {
    float: left;
    width: calc(100% - 85px);
}
.seminar-events {
	padding-top:40px;
	padding-bottom:40px; 
}
.testimonial-page .testimonial .testimonial-thumb img, .testimonial .testimonial-thumb img {
	width:50px;
	height:50px;
	border-radius:100%; 
	position:absolute;
	bottom:2px;
	left:8px;
}
.testimonial .testimonial-detail {
	width:100%; 
}
.testimonial .testimonial-detail cite {
	margin-left:60px; 
}
.testimonial {
	position:relative; 
}
.testimonials .owl-item {
	 padding-left:10px;
	 padding-right:10px;
}
.courses-table-row {
	width:1200px; 
}
.course-table-wrapper .columns {
	overflow-x:scroll; 
}
.owl-stage-outer:after {
	clear:both !important;
	content: ' ';
    display: table; 
}
.owl-stage-outer {
	margin-bottom:15px; 
}
.header-new .text-right {
	text-align:center;
	margin-top:10px !important;  
}
.navigation-style-two {
	background-color:#FFF; 
	margin-bottom:25px;
}
.navigation-style-two .search-wrap {
	top:-19px; 
}
.navigation-style-two .search-wrap a {
	color:#174873; 
}
.navigation-style-two .top-bar ul ul {
	margin-top:10px; 
}
.navigation-style-two .top-bar ul {
	margin-top:20px; 
}
.menu-icon.dark:after { 
	background: #174873;
    box-shadow: 0 7px 0 #174873,0 14px 0 #174873;
}
.header-new .row .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.header, .nav-wrap {
	position:relative !important; 
}
.nav-wrap .dropdown-pane {
	left:0px !important;
	width:100% !important;
}
.header.header-new {
	box-shadow:0px 0px;
	padding-top:15px;
	padding-bottom:15px;		 
}
.course .teacher {
	padding-left:0px;
	padding-right:0px; 
}
.title-section .row .small-12, .contact-form .row .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.contact-form {
	padding-left:10px;
	padding-right:10px; 
}
.post-meta {
	font-size:0.75rem;
	padding:5px; 
}
.post-meta i {
	display:none; 
}
.widget .popular-post img {
	width:40px;
	height:40px; 
}
.products-page .sidebar {
	margin-bottom:20px !important; 
}
/*-------------------------
  26.1 Top Navigation CSS
-------------------------*/
.brands-wrap .owl-controls {
	margin-top:10px !important; 
}

/*-------------------------
  26.2 Footer Settings
-------------------------*/
.footer-widget {
	margin-bottom:15px; 
}
.footerbottom ul {
	text-align: center;
    width: 100%;
    border-bottom: 0px; 
}
.copyrightinfo {
	text-align:center; 
}
.time-table {
	text-align:center; 
}
.logo {
	text-align:center;
	margin:auto; 
}
.logo-small {
	text-align:center;
}
.row .small-12 {
	margin-top:15px;
	margin-bottom:15px; 
}
.row .small-12:last-child { 
	margin-bottom:0px;
}
.row .small-12:first-child {
	margin-top:0px; 
}
.top-int-bar .small-12, .info-boxes .small-12, .footerbottom .small-12, .latest-news .button, .news .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.text-medium-right {
	text-align:center !important; 
}
.topbar .socialicons {
	text-align:center; 
}
.call-to-action i {
	display:block;
	margin:auto;
	margin-bottom:15px; 
}
.call-to-action h2 {
	text-align:center; 
}
.call-to-action h2 span {
	margin-left:10px; 
}
.call-to-action .button {
	display:table;
	margin:auto; 
}
}
.site_name {
    width: 100%;
    margin: 0 auto;
    top: 140px;
}
.site_name {
    position: absolute;
}
.top_logo {
    width: 300px;
    margin: 0 auto;
    display: table;
}
.site {
    width: 100%;
    background: rgba(67,67,67,.5);
    margin: 20px auto 0;
}
.site_tytle {
    color: #fff;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 5px;
}
.blink-two {
         animation: blinker-two 2s linear infinite;
         margin-top:10px;
       }
       @keyframes blinker-two {  
         50% { opacity: 0; }
       }

.blink {
         animation: blinker-two 3s linear infinite;
       }
       @keyframes blinker-two {  
         50% { opacity: .2; }
       }
/*-------------------------
  Mobile Adjustments 
  Media Queries
-------------------------*/

.video-img-2 {
    overflow: hidden;
    position: relative;
	
	}
	.video-img-2 a img {
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s;
      transition: all .5s ease 0s; 
	  padding-bottom:30px;
	  }
	   .video-img-2 .video-icon {
      left: 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); 
	  }
	   .video-img-2 .video-icon a {
        background-color: #ff0000;
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        font-size: 25px;
        height: 60px;
        line-height: 61px;
        width: 60px; 
		}
		.video-img-2 .video-icon a:hover {
          background-color: #a749ff; }
		  
		  .announcement {
	position:relative;
	padding-top:0px;
	padding-bottom:0px; 
	background-color:rgba(47, 47, 47, 0.9);
}
marquee h4 {
	margin:0px;
	color:#fff;
	}
.announcement-ticker {
	background-color: #0099cc;
	}
.announcement-ticker .mn-a:before { 
content: ''; 
width: 104px; 
position: absolute; 
left: -104px;
 top: 0; 
 height: 100%; 
 background: #fff;
 }
.announcement-ticker .mn-a:after {
	content: '';
	position: absolute;  
	right: -6px; 
	top: 50%;
	margin-top: -5px; 
	width: 0px; 
	height: 0px; 
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent rgb(255, 255, 225);
	}
.announcement-ticker .mn-a { 
float: left; 
line-height: 50px; 
background: rgb(238, 183, 77); 
color: #fff; 
font-weight: normal; 
position: relative;
 padding-right: 20px;
 margin-bottom: 0; 
 margin-top: 0px;}
 
.linem {color: #fff;
 padding: 10px 0px 0px 0px;
 width: 85%; 
 float: left;
 
 
 }
.radio-inline {
    
	margin-bottom:12px;
	margin-top:10px;
	
}
.radio-inline input[type=radio] {
   
    

}
.choose-course .icon-circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto
}

.choose-course .icon-circle .icon-background {
    position: absolute;
    bottom: 0px;
    width: 126px;
    left: 40%;
    margin-left: -50px;
    height: 126px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    z-index: 11;
    display: table;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.choose-course .icon-circle .icon-background .icons-img {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 70px;
    line-height: 1;
    transition: all 0.4s ease
}

.choose-course .icon-circle .icon-background:after {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease
}

.choose-course .icon-circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.choose-course .icon-circle .info .info-back {
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    transition: all 0.3s ease
}

.choose-course .icon-circle .info .info-back:before {
    position: absolute;
    z-index: 20;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
   border: 5px solid #e5e9ef;
    border-radius: 50%
}

.choose-course .icon-circle .info .info-back a {
    color: #000;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
    position: relative;
    z-index: 2;
    transition: all 0.7s ease
}
.choose-course .icon-circle:hover .icon-background {
    background-color: #fff;
    bottom: 96%;  
}
.choose-course .icon-circle .info:hover .info-back a{color:#fff;}
.choose-course .ugc:hover .info-back{background:#c4197f;}
.choose-course .uga:hover .info-back{background:#eb8b23;}
.choose-course .fee:hover .info-back{background:#00abc5;}
.choose-course .anuc:hover .info-back{background:#eb2323;}
.choose-course .anpg:hover .info-back{background:#0072bb;}
.choose-course .cous:hover .info-back{background:#5c2e91;} 

.choose-course .ugc:hover .icon-background{border: 5px solid #c4197f;}
.choose-course .uga:hover .icon-background{border: 5px solid #eb8b23;}
.choose-course .fee:hover .icon-background{border: 5px solid #00abc5;}
.choose-course .anuc:hover .icon-background{border: 5px solid #eb2323;}
.choose-course .anpg:hover .icon-background{border: 5px solid #0072bb;}
.choose-course .cous:hover .icon-background{border: 5px solid #5c2e91;}



.choose-course .icon-circle:hover .icon-background:after {
    border: 2px solid #fff
}

.choose-course .icon-circle:hover .info .info-back:before {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6)
}

.choose-course .icon-circle:hover .info .info-back a {
    /*transition-delay: 1s;*/
    z-index: 21
}

.choose-course .name-course {
    margin-top: 25px;
    color: #49575f;
    text-align: center;
    font-size: 16px
}

.choose-course .name-course a, .choose-course .name-course p, .choose-course .name-course span {
    color: #49575f;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s linear
}

.choose-course .name-course i {
    margin-left: 5px;
    transition: all 0.2s linear
}

.choose-course .name-course:hover a, .choose-course .name-course:hover p, .choose-course .name-course:hover span, .choose-course .name-course:hover i {
    color: #86bc42
}

.choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 70px
}

.choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0
}

.choose-course-2 .item-course {
    width: 100%;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 70px 0;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .icon-course .icons-img {
    font-size: 64px;
    line-height: 80px;
    color: #86bc42;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .info-course {
    margin-top: 15px
}

.choose-course-2 .item-course .info-course .name-course {
    font-size: 21px;
    color: #49575f;
    margin-bottom: 10px;
    font-weight: 700
}

.choose-course-2 .item-course .info-course .info {
    font-size: 18px;
    color: #6f8190
}

.choose-course-2 .item-course .hover-text {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #86bc42;
    color: #fff;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .hover-text .wrapper-hover-text {
    display: table;
    height: 100%;
    width: 100%
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    line-height: 24px
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title:hover {
    border-bottom: 1px solid #fff
}

.choose-course-2 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.choose-course-2 .item-course:hover .hover-text {
    top: 0
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 30px
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0
}

.choose-course-3 .choose-course-3-wrapper.row {
    margin: 0
}

.choose-course-3 .item-course {
    width: 33.33333333%;
    float: left;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-bottom: 0;
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out
}

.choose-course-3 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.choose-course-3 .item-course:hover .icon-course .icons-img {
    color: #242c42
}

.choose-course-3 .item-course:hover:before {
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #e1e1e1
}

.choose-course-3 .item-course:nth-child(3n-2) {
    border-left: 1px solid #e1e1e1
}

.choose-course-3 .item-course:nth-last-child(-n+3) {
    border-bottom: 1px solid #e1e1e1
}

.choose-course-3 .item-course-wrapper {
    display: table;
    padding: 16% 10%
}

.choose-course-3 .item-course-wrapper .icon-course {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    position: relative
}

.choose-course-3 .item-course-wrapper .icon-course:after {
    position: absolute;
    content: '';
    background: #e1e1e1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    min-height: 90px
}

.choose-course-3 .item-course-wrapper .icon-course .icons-img {
    font-size: 64px;
    width: 64px;
    line-height: 1;
    color: #86bc42;
    transition: all .5s ease-in-out
}

.choose-course-3 .item-course-wrapper .info-course {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    color: #49575f
}

.choose-course-3 .item-course-wrapper .info-course .name-course {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
    color: #49575f
}

.choose-course-3 .item-course-wrapper .info-course .info {
    line-height: 24px
}
 .play_btn {
     position: absolute; 
    width: 48px;
    height: 33px;
    background: url(images/play-btn.png) no-repeat scroll 0 0;
    top: calc(50% - 16.5px);
    left: calc(50% - 24px);
}
.mbr-figure iframe {
    display: block;
    width: 100%;
	height:300px;
	margin-top:20px;
}
.calltoaction-wrap h4 {
    color: #fff;
    font-weight: 400;
    font-size: 29px;
    line-height: 40px;
    margin: 0;
	text-align:center;
}
.calltoaction-wrap a {
    display: block;
	text-align:center;
}
.promo-icon {
    color: #ff0000;
    font-size: 40px;
    margin: 30px 0;
	text-align:center;
}
.promo-icon i {
    color:#fff;
 
   font-size: 48px;
    
}
.promo-rmbtn {
    display: inline-block !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: #034ea2;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	text-align:center;
}
.promo-rmbtn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 20px;
    margin-right: 15px;
	text-align:center;
	
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.medium-courses{
	width:14.14%;
	
}
.testimonial a{
    color: #6f6f6f;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 0px;
    margin-top: 0px;
    text-align: center;
    float:right;
    }
    
    .newsletter-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #174873 !important;
    margin-top: 1px;
}

.about-page .newsletter-area,
.contact-us .newsletter-area {
    margin-top: 0;
}

.newsletter-text {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
}

.newsletter-text {
    padding-left: 0px;
    position: relative;
    margin-right: 50px;
}

.newsletter-area .newsletter-text .icon {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsletter-area .newsletter-text .icon i.icon {
    display: inline-block;
    height: auto;
    line-height: inherit;
    margin: 0;
    vertical-align: middle;
    width: auto;
    color: #fff;
    font-size: 64px;
}

.newsletter-area .newsletter-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.newsletter-area .newsletter-text h4 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.newsletter-area .newsletter {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
}

.newsletter .newsletter-box form input[type="email"] {
    background: #fff;
    border: none;
    color: #a7a7a7;
    font-size: 1em;
    float: left;
    height: 54px;
    line-height: 54px;
    font-style: italic;
    padding: 0 15px;
    text-align: left;
    width: 640px;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
}

.newsletter .newsletter-box form button[type="submit"] {
    background: #333;
    border: none;
    color: #fff;
    display: block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1em;
    float: left;
    height: 54px;
    border-radius: 0 5px 5px 0px;
    line-height: 54px;
    font-weight: bold;
    padding: 0 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.newsletter .newsletter-box form button[type="submit"]:hover {
    color: #fff;
}
.footer-social .social-icons {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
	margin-left:0px;
}

.footer-social .social-icons li {
    display: inline-block;
    margin: 0 0px 0 0;
    position: relative;
    vertical-align: middle;
    list-style-type: none;
}

.footer-social .social-icons li a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
	background-color:#e79800;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.footer-social .social-icons li a:hover {
    background: #fff;
    border-color: #fff;
    color: #e79800;
}

.footer-social .social-icons li a i {
    font-size: 18px;
    line-height: inherit;
}
@media (min-width: 1200px) and (max-width: 1600px) {
.newsletter .newsletter-box form input[type="email"] {
    width: 250px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.newsletter .newsletter-box form input[type="email"] {
    width: 305px;
}
.footer-social .social-icons {
    float: none;
    margin: 50px 0 0;
    text-align: center;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.newsletter .newsletter-box form input[type="email"] {
    width: 360px;
    margin-bottom: 30px;
}
.newsletter-text {
    margin-bottom: 30px;
    margin-right: 0;
}
}

.well {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 20px;
}

.login-area {
    background: #fff;
    padding: 50px 30px;
    margin-bottom: 70px;
}

.log-in p strong {
    color: #444444;
    font-weight: 500;
}

.customer-btn,
.return-customer-btn {
    background: #12A4DD none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
}

.return-customer-btn {
    background: #1b81c5;
}

a:hover {
    text-decoration: none;
}

.return-customer-btn:hover {
    background: #12a4dd;
    color: #fff;
    border: 1px solid #12a4dd !important;
    text-decoration: none;
}

.customer-btn:hover {
    background: #1b81c5;
    color: #fff;
}

.return-customer label {
    font-weight: 500;
    color: #444;
    font-size: 14px;
}

.return-customer input {
    font-size: 14px;
}

.lost-password a {
    color: #555;
    font-weight: 500;
    font-size: 13px;
}

.lost-password a:hover {
    color: #1b81c5;
}
.footerTop .button {
    float: left;
}

.footerTop .button {
    background: #e79800 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    letter-spacing: 0;
    line-height: 35px;
    margin-top: 2px;
    padding: 0 15px;
    text-transform: capitalize;
    transition: 0.3s;
	width:100%;
}

.footerTop .button:hover {
    background: #174873;
    color: #fff;
}
.content-column {
    position: relative;
    padding: 0 10px 0;
}
 .content-column .inner-content {
    position: relative;
    padding-left: 0;
    float: left;
    width: 100%;
}
.content-column h2 {
    position: relative;
    color: #000;
    font-size: 20px;
   
    line-height: 1.2em;
    margin-bottom: 12px;
    margin-top: 0;
   font-family: 'Montserrat';
    font-weight: bold;
    float: left;
    width: 100%;
}
.content-column .dark-text {
    position: relative;
    color: #13192d;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.dark-text img {
    float: right;
    width: 500px;
    margin-left: 30px;
    margin-bottom: 15px;
}
.dark-text p {
    line-height: 24px;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: normal;
}
@media only screen and (max-width: 767px){
.dark-text img {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 20px;


}
}
@media only screen and (max-width: 992px){
.header .logo img {
    font-size: 1.5em;
    width: 100%;

}
.tabs .tabs-title a{
    margin-bottom: 10px;
        width: 38%;
}
.welcome-message h2 span {
     font-size: 33px;
}
.tabs-title>a {
    font-size: 10px;
}


    
}



.post-content1 {
    margin-bottom: 20px;
    margin-top: 10px;
}
.seminar-events1 {
	position:relative;
	padding-top:10px;
	padding-bottom:10px; 
	background-color:rgba(47, 47, 47, 0.9);
}
.seminar-events1::after  {
	content:"";
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
	background:url('images/help/eventsbgbk1.jpg');
	background-size:cover;
}
  .sml-logo {
  width: 285px;
  padding: 5px 0;
  text-align: center;
 
} 

.social-facebook {
  background-color: #4c699e;
  border-color: #47618d;
  color:#fff;
  border-radius: 70px;
    width: 30px;
    height: 30px;
	padding: 5px;
}
.social-facebook:hover {
  background-color: #47618d;
  border-color: #3c5173;
  color:#fff;
}

.social-twitter {
  background-color: #1daee3;
  border-color: #3997ba;
  color:#fff;
  border-radius: 70px;
    width: 30px;
    height: 30px;
	padding: 5px;
}
.social-twitter:hover {
  background-color: #3997ba;
  border-color: #347b95;
  color:#fff;
}
.social-google {
  background-color: #da573b;
  border-color: #be5238;
  color:#fff;
  border-radius: 70px;
    width: 30px;
    height: 30px;
	padding: 5px;
}
.social-google:hover{
  background-color: #be5238;
  border-color: #9b4631;
  color:#fff;
}
.social-instagram{
	background-color: #e4405f;
  border-color: #e4405f;
  color:#fff;
  border-radius: 70px;
    width: 30px;
    height: 30px;
	padding: 5px;
   
  
}

.social-instagram:hover{
  background-color: #e4405f;
  border-color: #e4405f;
  color:#fff;
 
}
.menu>li>a i{
	color:#fff;
}
.call-to-action .button {
    background: #e79800 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    letter-spacing: 0;
    line-height: 35px;
    margin-top: 2px;
    padding: 0 15px;
    text-transform: capitalize;
    transition: 0.3s;
    width: 100%;
}
.call-to-action .button:hover {
    
    background: #174873;
    color: #fff;

    
}
.call-to-action a {
    color: #FFF;
}
.socialicons .social-icons {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.socialicons .social-icons li {
    display: inline-block;
    margin: 0 0px 0 0;
    position: relative;
    vertical-align: middle;
    list-style-type: none;
}

.socialicons .social-icons li a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.socialicons .social-icons li a i {
    font-size: 18px;
    line-height: inherit;
}

 .social-icons {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

 .social-icons li {
    display: inline-block;
    margin: 0 0px 0 0;
    position: relative;
    vertical-align: middle;
    list-style-type: none;
}

 .social-icons li a {
    color: #e79800;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.social-icons li .facebook {
    background-color: #4c699e;
    border-color: #47618d;
}

.social-icons li .twitter{
    background-color: #1daee3;
    border-color: #3997ba;
}

.social-icons li .instagram{
    background-color: #e4405f;
    border-color: #e4405f;
}

.social-icons li .gplus{
    background-color: #da573b;
    border-color: #be5238;
}

.social-icons li a:hover {
    opacity:.8;
}

 .social-icons li a i {
    font-size: 18px;
    line-height: inherit;
}

 .social-icons li a :before
{
        /*content: "\00BB";*/;
    margin-right: 0px;

}

.module_map{
    margin-top:20px;

}
   

   
   
