/*Ruby S. Mehra*/
.nav {
	
	margin: 10px auto;
	text-align:center;
	
}
.menulist ul {
	display: block;
}
.nav .menulist {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.nav .menulist li {
	display: inline-block;
	float: left;padding: 20px 10px;
}
.nav .menulist li.divide {
	display: inline-block;
	float: left;padding: 20px 0px;
}

.nav .menulist li:hover a,
.nav .menulist li.current a {
	color: #f27242;
	padding:10px 0;
	border-top:1px solid #f27242;
	border-bottom:1px solid #f27242;
}
.nav .menulist li a {
	
	text-decoration: none;
	font-family: "Raleway";
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	font-size: 17px;
	padding:10px 0;
	float: left;
	border-top:1px transparent ;
	border-bottom:1px transparent ;

}
#nav {
	display: none;
}






/* Contains the entire tabbed section */
.widget_sb_tabbed_widget {
	border: 1px solid #eee;
	background: #fff;
	overflow: hidden;
	padding: 0 !important;
	width: 100%; /* Need to change for responsive width */
}
.gal-warning{ display:none;}
/* List of tabs */
.widget_sb_tabbed_widget ul.sb_tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 !important;
	padding: 0;
}
.widget_sb_tabbed_widget .tab-content ul {
	margin: 0 !important;
}
.widget_sb_tabbed_widget ul.sb_tabs li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	text-align: center;
	max-height: 42px;
	overflow: hidden;
	border-bottom: none;
}
.widget_sb_tabbed_widget ul.sb_tabs li:last-child {
	margin-right: none;
	width: 34%;
}
.widget_sb_tabbed_widget ul.sb_tabs li a {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 15px 0;
	line-height: 1;
	font-size: 12px;
	background: #444;
	-moz-box-shadow:    inset 0 0 5px #333;
    -webkit-box-shadow: inset 0 0 5px #333;
    box-shadow:         inset 0 0 5px #333;
	color: #ccc;
}

.sb_tabbed ul.sb_tabs li a:hover {
	cursor: pointer;
}

/* The current selected tab */
.widget_sb_tabbed_widget ul.sb_tabs li a.tab-current {
	background: #fff;
	color: #333;
	box-shadow: none;
}

/* Post Meta */
.sb-date-meta, .sb-comment-meta, .sb-cat-meta {
	font-size: 12px;
	color: #999;
	font-style: italic;
}

.sb-date-meta, .sb-comment-meta {
	display: block;
}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.widget_sb_tabbed_widget div.t2, .widget_sb_tabbed_widget div.t3, .widget_sb_tabbed_widget div.t4 {
	display: none;
}

/* Content for inside your tabs' divs */
.widget_sb_tabbed_widget .tab-content {
	padding: 10px 20px;
	clear: both;
}

.widget_sb_tabbed_widget .tab-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_sb_tabbed_widget .tab-content ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: none;
}

.widget_sb_tabbed_widget .tab-content ul li img.alignleft {
	border: 1px solid #eee;
	margin-top: 0;
	padding: 0;
	max-width: 50px;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.widget_sb_tabbed_widget .tab-content ul li:last-child {
	border-bottom: none;
}

ul.ClientsBlock{
	width:100%;
	margin:20px auto;	
}

ul.ClientsBlock li{
	float:left;  margin:10px 10px 10px 20px; color:#f2c200; display:list-item; list-style-type: disc;
}


ul.ClientsBlock-course{
	width:100%;
	margin:20px auto 40px !important;	
}

ul.ClientsBlock-course li{
	margin:10px 10px 18px 20px; color:#f2c200; display:list-item; list-style-type: disc;
}


a.video{ float:left; margin-top:-10px; margin-left:5px; cursor:pointer; color:#f2c200 !important;
    border-radius: 4px;
    padding: 5px; display:block;}

a.video:hover { border: none !important;}

ul.contactno{ margin:18px 0 25px;}
ul.contactno li {color: #fff; margin-bottom:15px; font-size:17px;}
ul.contactno li span{color: #f2c200;}
ul.contactno li a{ color:#fff;}



.pos1 {
    left: -7px;
    position: absolute;
    top: -1px;
}
.pos2{  left: -34px;
    position: relative;
    top: 12px;}

.pos3{  left: -20px;
    position: relative;
    top: 12px;}

 .blink {

      animation: blink 1s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
	
	
	
	.cbp-ntopen .cbp-nttrigger{ color:#f2c200 !important;}
	
	
	.ourteam li a{ color:#fff ; font-size:24px; margin:0 5px;}
	.ourteam li a.email{ font-size:16px; margin:0;}
	.ourteam li a:hover{ border:none; color:#f2c200 !important;}
	
	.ourteam li span{ display:inline-block; margin-top:15px;}