body {
	margin: 0;
	padding: 0;
	font: 400 14px/26px "Trebuchet MS";
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
}
a,button,input{
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none; 
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #262626;
	margin-bottom: 20px;
}
p,a,ul, li{
	color: #4F4F4F;

}
img {
  max-width: 100%; 
}
select.form-control:not([size]):not([multiple]) {
    height: 100%;
}
input:focus, input:active,
textarea:focus, textarea:active,
select:hover, select:focus, select:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
  box-shadow: none !important; 
}
button:hover, button:focus, button:active {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer; 
}
figure{
	margin-bottom:0;
}
select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	  background-image:url(images/angle-arrow.html)!important;
	  background-repeat:no-repeat ;
	  background-position:95% 23px;
	  background-size: 12px;
}
.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; 
}
.border-none{
	border:0 !important
}
::-webkit-input-placeholder {
  color: #777777 !important;
  font-size: 15px;
  font-weight: 400; 
}

::-moz-placeholder {
  color: #777777 !important;
  font-size: 15px;
  font-weight: 400; 
}

:-ms-input-placeholder {
  color: #777777 !important;
  font-size: 15px;
  font-weight: 400; 
}

:-moz-placeholder {
  color: #777777 !important;
  font-size: 15px;
  font-weight: 400; 
}
a.btn.active,
a.btn:active,
a.btn:focus,
a.btn:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; 
  outline:none;
}
.input-group
.form-control:active, 
.input-group .form-control:focus, 
.input-group .form-control:hover {
    z-index: 2;
}
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus, 
.input-group-btn:not(:first-child)>.btn-group:hover, 
.input-group-btn:not(:first-child)>.btn:active, 
.input-group-btn:not(:first-child)>.btn:focus, 
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 1;
}
iframe {
  border: 0; 
}
#page-loader{
	  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.themeix-loaded #page-loader{
	opacity:0;
	visibility:hidden;
}
.themeix-blockquote{
	margin-bottom:40px;
}
.themeix-blockquote p{
	font-size:18px;
	font-style:italic;
	color:#f9422d;
}
.section-spacing{
	padding: 30px 0px 10px;
}
.pt-100 {
	padding-top:100px;
}
.section-bottom-spacing{
	margin-bottom:100px;
}
.inner-spacing{	padding:60px 0px;}
.inner-spacing1{padding:130px 0px;}


.scb-minus-30 {
    padding-bottom:calc(100px - 30px) !important;
}
.inb-minus-30{
	padding-bottom:calc(90px - 30px) !important;
}
.bg-color{
	background-color:#FFFFFF;
}
.bg-color2{
	background-color: #ff5400;
}
.bg-color3{
	background-color:#292726;
}
.bg-color4{
	background-color:#F3F3F3;
}
.bg-color5{
	background-color:#292726;
}
.light-text,
.light-text div,
.light-text p,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text li,
.light-text a {
	color:#fff
}

.themeix-btn{
	background-color: #f9422d;
    border: 1px solid #f9422d;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
}
.themeix-btn:hover,
.themeix-btn:focus,
.themeix-btn:active{
	background-color: #ffffff!important;
    border: 1px solid #ffffff!important;
    color:#f9422d!important;
}
.themeix-btn2{
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    color: #ffffff;
}
.themeix-btn2:hover,
.themeix-btn2:focus,
.themeix-btn2:active{
    background-color: #f9422d!important;
    border: 1px solid #f9422d!important;
    color: #ffffff!important;
}
.section-overlay{
	position:relative;
	z-index:1;
}
.section-overlay:before{
	content:"";
	position:absolute;
	background-color:rgba(0, 0, 0, 0.57);
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
}

/*
################################

   2.0 Themeix Header 
   
################################
*/

.themeix-header-top .top-content,
.themeix-header-top .top-sign-btn{
	margin:0;
	font-size:16px;
	color:#ffffff;
}
.themeix-header-top .top-content{
	padding-top: 10px;
}
.themeix-header-top .top-sign-btn{
	background-color: #ff5400;
	padding: 10px 10px;
	display: block;
}
.themeix-header-top .top-sign-btn i{
	margin-right:10px;
}
.themeix-header-navigation{
	position:relative;
}
.themeix-header-navigation .menu-collapser{
	background-color:transparent;
}
.themeix-header-navigation .themeix-brand {
	display: block;
	padding-top: 8px;
	padding-bottom: 0px;
}
#navigation-menu{
	position:relative;
}
#navigation-menu li{
	background-color:transparent;
	border:0;
}
#navigation-menu li a:hover {
    background-color: transparent;
}
#navigation-menu li a{
	padding: 30px 25px;
	font-size: 16px;
	font-weight: 600;
	color: #262626;
	text-transform: capitalize;
}
#navigation-menu li .sub-toggle {
    width: 15px;
	background-color:transparent;
}
#navigation-menu li .sub-toggle>i{
	color:transparent;
	position:relative;
}
#navigation-menu li .sub-toggle>i:before{
    content: "\f107";
    font-family: "FontAwesome";
    color: #262626;
    font-size: 18px;
    font-style: normal;
    position: absolute;
}
#navigation-menu li.has-submenu ul{
    width:250px;
}
#navigation-menu li.has-submenu li{
    background-color:#F3F3F3;
	display:block;
	float:none;
}
#navigation-menu li.has-submenu li a{
    padding:10px 30px;
	font-weight:400;
}
 #navigation-menu li a:hover{
color:#f9422d
}
#navigation-menu li.has-submenu li a:hover{
background:#f9422d;
color:#fff
}
.themeix-header-navigation .collapse-button{
    background-color:transparent;
}
.themeix-header-navigation .collapse-button .icon-bar {
    height: 2px;
    width: 20px;
    margin: 5px 0;
    background-color: #070707;
}
.fixed-navigation{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:111;
	border-bottom:1px solid #F3F3F3;
}
.fixed-navigation #navigation-menu li a {
    padding: 20px 25px 20px 25px;
}
.fixed-navigation  .themeix-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 130px;
}
.top-login-modal .modal-content {
    border-radius: 0;
}
.top-login-modal .modal-header {
    background: #f9422d;
	 border-radius: 0;
}
h5#tmx-loginform, .top-login-modal .modal-header, .top-login-modal .modal-header span {
    color: #fff;
}
.top-login-modal input.form-control {
    border-radius: 0;
    padding: 10px;
}
.top-login-modal .login-btn {
    border: none;
    background: #f9422d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
}
.top-login-modal p.message a {
    color: #f9422d;
}
/*
################################

   3.0 Themeix Slider 
   
################################
*/

.themeix-slider{
	padding:220px 0px;
	background:url(images/slider-img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.themeix-slider-content{
	position:relative;
	z-index:3;
}
.themeix-slider-content h1{
	color: #ffffff;
	font-size: 45px;
	line-height: 60px;
	margin-bottom: 30px;
}
.themeix-slider-content h1 span{
	color:#f9422d;
}


.themeix-slider-content p{
	color:#ffffff;
	font-size:18px;
	line-height:30px;
	margin-bottom:60px;
}
.themeix-slider-btn  a.themeix-btn{
	margin-right:30px;
}
/*
################################

   4.0 Themeix Banner Wells
   
################################
*/
.themeix-banner-wells{	background-image:url(images/banner-wells-bg.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells1{	background-image:url(images/banner-wells-bg-1.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells2{	background-image:url(images/banner-wells-bg-2.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells3{	background-image:url(images/banner-wells-bg-3.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells4{	background-image:url(images/banner-wells-bg-4.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells5{	background-image:url(images/banner-wells-bg-5.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells6{	background-image:url(images/banner-wells-bg-6.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells7{	background-image:url(images/banner-wells-bg-7.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells8{	background-image:url(images/banner-wells-bg-8.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells9{	background-image:url(images/banner-wells-bg-9.jpg);	background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells10{background-image:url(images/banner-wells-bg-10.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells11{background-image:url(images/banner-wells-bg-11.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells12{background-image:url(images/banner-wells-bg-12.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells13{background-image:url(images/banner-wells-bg-13.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells14{background-image:url(images/banner-wells-bg-14.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells15{background-image:url(images/banner-wells-bg-15.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells16{background-image:url(images/banner-wells-bg-16.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells17{background-image:url(images/banner-wells-bg-17.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells18{background-image:url(images/banner-wells-bg-18.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells19{background-image:url(images/banner-wells-bg-19.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}
.themeix-banner-wells20{background-image:url(images/banner-wells-bg-20.jpg);background-repeat:no-repeat;background-position:center;	background-size:cover;}


.themeix-wells-container{
	position:relative;
	z-index:3;
}
.themeix-wells-container h2{
	font-size:50px;
	color:#ffffff;
	    margin-bottom: 10px;
}
.themeix-wells-container .breadcrumb{
	padding: 0;
    background-color: transparent;
	margin-bottom:0;
}
.themeix-wells-container .breadcrumb, .themeix-wells-container .breadcrumb a {
    font-size: 20px;
    color: #ffffff;
}
.themeix-wells-container .breadcrumb .active a{
	color:#f9422d;
}
.themeix-wells-container .breadcrumb-item+.breadcrumb-item::before{
	color:#ffffff;
	font-size:20px;
}
.breadcrumb-item.active {
    color: #f9422d;
}
section.themeix-banner-wells.inner-spacing.section-overlay {
    padding:100px 0;
}
.start-event-counter{
	margin-bottom:0;
}
.start-event-counter li{
	font-size:36px;
	color:#f9422d;
	font-weight:600;
	margin-right:20px !important;
}
.upcoming-event-clock-wrapper .upcoming-event-counter li {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 15px !important;
}
.zabuto_calendar .table  tr.calendar-month-header td{
	background-color:#f9422d !important;
}
.zabuto_calendar .table tr.calendar-month-header td span{
	text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 4px !important;
}
.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #FAFAFA !important;
    padding-bottom: 0 !important;
    font-size: 12px;
    text-transform: capitalize;
    color: #a5a5a5;
    font-weight: 400;
    padding: 10px !important;
}
.zabuto_calendar .table tr th, div.zabuto_calendar .table tr td {
    background-color: #FAFAFA !important;
    padding-bottom: 5px !important;
    padding-top: 5px;
    text-align: center;
}
.instructors-details-review > li{
	margin-right:40px !important;
}
.popular-course-post .popular-course-student li:last-child{
	margin-right:0 !important;
}
.popular-course-post2 .popular-course-student li{
    font-size: 15px;
    color: #939292;
    margin-right: 25px !important;
}
.themeix-single p{
	margin-bottom:30px;
}
.sidebar-course .sidebar-course-student li{
	font-size:13px;
	color:#939292;
	margin-right:25px !important;
}
.sidebar-course .sidebar-course-student li:last-child{
	margin-right:0 !important;
}
#themeix-map{
    height: 100%;
    width: 100%;
    position: absolute!important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.themeix-footer-widget a,
.themeix-footer-widget p,
.themeix-footer-widget h4,
.themeix-footer-widget h5{
	color:rgba(255, 255, 255, 0.90);
}
.themeix-footer-logo a{
	display:block;
	margin-bottom:30px;
}

.themeix-footer-widget p{
	margin-bottom: 10px;
}
.themeix-footer-social {
    margin-bottom:30px;
}
ul.themeix-footer-category.list-inline li {
    width: 100%;
}
.themeix-footer-social a {
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: 1px solid #676767;
	border-radius: 100%;
	display: block;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
}
.themeix-footer-single{
	margin-bottom:0;
}
.themeix-footer-single li{
	margin-bottom:10px;
	position:relative;
	padding-left:25px;
	    width: 100%;
}
.themeix-footer-single li:before{
	content:"\f101";
	font-family:"FontAwesome";
	font-size:15px;
	position:absolute;
	left:0;
	top:0;
	color:#ffffff;
}
.themeix-footer-single li a{
	text-transform:capitalize;
}
.themeix-footer-category {
	margin-bottom:0;
}
.themeix-footer-category li{
	margin-bottom:10px;
	margin-right:10px !important;
}

.themeix-footer-category li a{
	text-transform:none;
}
.themeix-footer-container{
	border-bottom:1px solid #383838;
}
.themeix-footer-intro{
	padding: 10px 0px 20px;
}
.themeix-footer-intro p{
	margin-bottom:0;
    font-size:15px;
	color:#ffffff;
}
.themeix-footer-intro a{
	color: #FDFDFD;
}
